Commit 1fb6e7d1 authored by Victor Erukhimov's avatar Victor Erukhimov

Fixing a missing header compilation problem

parent 01c1003d
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
#include <opencv2/imgproc/imgproc.hpp> #include <opencv2/imgproc/imgproc.hpp>
#include <iostream> #include <iostream>
#include <stdio.h>
using namespace std; using namespace std;
using namespace cv; using namespace cv;
...@@ -204,4 +205,4 @@ void detectAndDraw( Mat& img, ...@@ -204,4 +205,4 @@ void detectAndDraw( Mat& img,
} }
} }
cv::imshow( "result", img ); cv::imshow( "result", img );
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment