You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
359 B

#include <iostream>
#include <stdio.h>
#include <sys/time.h>
#include <opencv2/opencv.hpp>
#include <mutex>
#include <condition_variable>
#include <vector>
#include <thread>
#include <string>
#include <unistd.h>
#include "ImgCheckBase.h"
#include "ImgCheckConfig.h"
#include "AIModelParam.hpp"
#include "CheckBaseParam.hpp"
#include "DetCommonDefine.hpp"