提交 1fb6e7d1 编写于 作者: V Victor Erukhimov

Fixing a missing header compilation problem

上级 01c1003d
......@@ -3,6 +3,7 @@
#include <opencv2/imgproc/imgproc.hpp>
#include <iostream>
#include <stdio.h>
using namespace std;
using namespace cv;
......@@ -204,4 +205,4 @@ void detectAndDraw( Mat& img,
}
}
cv::imshow( "result", img );
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册