ocl example typo
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user