mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
some cleanup, remove some commented codes
This commit is contained in:
@@ -63,7 +63,6 @@ struct getRect
|
||||
|
||||
PARAM_TEST_CASE(HaarTestBase, int, int)
|
||||
{
|
||||
//std::vector<cv::ocl::Info> oclinfo;
|
||||
cv::ocl::OclCascadeClassifier cascade, nestedCascade;
|
||||
cv::CascadeClassifier cpucascade, cpunestedCascade;
|
||||
// Mat img;
|
||||
@@ -82,11 +81,6 @@ PARAM_TEST_CASE(HaarTestBase, int, int)
|
||||
cout << "ERROR: Could not load classifier cascade" << endl;
|
||||
return;
|
||||
}
|
||||
//int devnums = getDevice(oclinfo);
|
||||
//CV_Assert(devnums>0);
|
||||
////if you want to use undefault device, set it here
|
||||
////setDevice(oclinfo[0]);
|
||||
//cv::ocl::setBinpath("E:\\");
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user