mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
ocl: update ocl samples
This commit is contained in:
@@ -284,13 +284,11 @@ int main(int argc, char** argv)
|
||||
string outfile = cmd.get<string>("o");
|
||||
if(inputName.empty())
|
||||
{
|
||||
cout << "Avaible options:" << endl;
|
||||
cout << "Available options:" << endl;
|
||||
cmd.printParams();
|
||||
return 0;
|
||||
}
|
||||
|
||||
vector<ocl::Info> info;
|
||||
CV_Assert(ocl::getDevice(info));
|
||||
int iterations = 10;
|
||||
namedWindow( wndname, 1 );
|
||||
vector<vector<Point> > squares_cpu, squares_ocl;
|
||||
|
||||
Reference in New Issue
Block a user