mirror of
https://github.com/opencv/opencv.git
synced 2025-01-19 06:53:50 +08:00
Merge pull request #1706 from ilya-lavrenov:example_fix
This commit is contained in:
commit
766a3511c6
@ -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…
Reference in New Issue
Block a user