mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
performance fix of convertC3C4
add OCL 1.2 feature for setTo bug fix of integral replace the error code -217 with suitable MACRO simplify tests, no need apply a new context for each test case add more control for tests in utility.hpp
This commit is contained in:
@@ -53,12 +53,12 @@ PARAM_TEST_CASE(HOG,cv::Size,int)
|
||||
{
|
||||
cv::Size winSize;
|
||||
int type;
|
||||
vector<cv::ocl::Info> info;
|
||||
//vector<cv::ocl::Info> info;
|
||||
virtual void SetUp()
|
||||
{
|
||||
winSize = GET_PARAM(0);
|
||||
type = GET_PARAM(1);
|
||||
cv::ocl::getDevice(info);
|
||||
//cv::ocl::getDevice(info);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user