ocl example typo

This commit is contained in:
Ilya Lavrenov 2013-10-28 14:09:30 +04:00
parent d3bcf609f1
commit ee8f0a3f36

View File

@ -293,7 +293,7 @@ int main(int argc, char** argv)
}
int iterations = 10;
namedWindow( wndname, CV_LOAD_IMAGE_COLOR );
namedWindow( wndname, CV_WINDOW_AUTOSIZE );
vector<vector<Point> > squares_cpu, squares_ocl;
Mat image = imread(inputName, 1);