ocl example typo

pull/1706/head
Ilya Lavrenov 11 years ago
parent d3bcf609f1
commit ee8f0a3f36
  1. 2
      samples/ocl/squares.cpp

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

Loading…
Cancel
Save