diff --git a/samples/demo/detection_with_clicked_tracking.cpp b/samples/demo/detection_with_clicked_tracking.cpp index fcfd73e..7a779a4 100644 --- a/samples/demo/detection_with_clicked_tracking.cpp +++ b/samples/demo/detection_with_clicked_tracking.cpp @@ -2,8 +2,6 @@ #include // 包含SpireCV SDK头文件 #include -#include -#include using namespace std; @@ -57,7 +55,6 @@ int main(int argc, char *argv[]) { // 实例化OpenCV的Mat类,用于内存单帧图像 cv::Mat img; - int frame_id = 0; while (1) {