Fixing a missing header compilation problem
This commit is contained in:
parent
01c1003d51
commit
1fb6e7d1ce
@ -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,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
cv::imshow( "result", img );
|
cv::imshow( "result", img );
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user