HumanCarParsing.h 364 Bytes
#pragma once
#include "human_car_parsing.h"
#include <iostream>
#include "utools.h"
#include <vector>
using namespace std;



int HumanCarParsing_Init(void *&handle, int gpuid, char* auth_license);
int HumanCarParsing_Process(void * handle,  sy_img * batch_img,int batchsize, hcp_analysis_result *&result);
int HumanCarParsing_Release(void *& handle);