cotton_double/detection_worker.h

9 lines
177 B
C

#ifndef DETECTION_WORKER_H
#define DETECTION_WORKER_H
#include "onnxrunner.h"
// 检测工作者函数声明
void detectionWorker(int camera_id);
#endif // DETECTION_WORKER_H