Blame view

src/VPT-1/snapshot_analysis/VehicleRearRecg.h 346 Bytes
e30d6793   Zou XiKun   v0.0.1
1
2
3
4
5
6
7
8
9
10
11
12
13
  
  #pragma once
  #include "vehicle_rear_recognition.h"
  #include <iostream>
  #include "utools.h"
  #include <vector>
  using namespace std;
  
  
  
  int VehicleRearRecg_Init(void *&handle, char*dbpath, int gpuid);
  int VehicleRearRecg_Process(void * handle, sy_img * batch_img, int batchsize, vr_result *&vr_result);
  int VehicleRearRecg_Release(void *& handle);