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