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