Commit ee8f0a3f authored by Ilya Lavrenov's avatar Ilya Lavrenov

ocl example typo

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