forked from floratest1/SpireCV
update samples/demo/detection_with_clicked_tracking.cpp.
Signed-off-by: jario-jin <jariof@foxmail.com>
This commit is contained in:
parent
315c63a472
commit
6c417adc34
|
@ -2,8 +2,6 @@
|
|||
#include <string>
|
||||
// 包含SpireCV SDK头文件
|
||||
#include <sv_world.h>
|
||||
#include <opencv2/opencv.hpp>
|
||||
#include <opencv2/imgproc.hpp>
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
@ -57,7 +55,6 @@ int main(int argc, char *argv[]) {
|
|||
|
||||
// 实例化OpenCV的Mat类,用于内存单帧图像
|
||||
cv::Mat img;
|
||||
|
||||
int frame_id = 0;
|
||||
while (1)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue