Fixing a missing header compilation problem

This commit is contained in:
Victor Erukhimov 2010-11-26 19:11:42 +00:00
parent 01c1003d51
commit 1fb6e7d1ce

View File

@ -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 );
}
}