coc仓库--deviceINFO类

class deviceINFO
{

    /* data */
    // adbip
    // touch stream
    // mat
    // model指针
public:
    std::string ADB_IP;
    FILE *touchFile;
    cv::Mat *mat;
    fastdeploy::vision::detection::YOLOv5 *armyModelPoint;
    fastdeploy::vision::detection::YOLOv5 *constructModelPoint;
    fastdeploy::vision::detection::YOLOv5 *attack_homeModelPoint;
    fastdeploy::vision::detection::YOLOv5 *naiModelPoint;
    fastdeploy::vision::detection::YOLOv5 *duchengModelPoint;
    fastdeploy::vision::detection::YOLOv5 *homeModelPoint;
    fastdeploy::vision::detection::YOLOv5 *xunlianModelPoint;
    tesseract::TessBaseAPI *chi_api;
};
posted @ 2023-07-18 23:46  (⊃・ᴥ・)つ  阅读(14)  评论(0编辑  收藏  举报