VidClothes.h
316 Bytes
#include "include.h"
#include "vid_clothes.h"
class VidClothes
{
private:
/* data */
public:
VidClothes(/* args */);
~VidClothes();
int init(int devId);
int detect(vector<sy_img> vec_img);
private:
void release();
private:
void* m_handle{nullptr};
aclrtContext ctx{nullptr};
};