Merge pull request #2081 from ilya-lavrenov:tapi_perf

This commit is contained in:
Andrey Pavlenko
2013-12-28 22:06:12 +04:00
committed by OpenCV Buildbot
7 changed files with 452 additions and 7 deletions

View File

@@ -1234,7 +1234,7 @@ OCL_TEST_P(Normalize, Mat)
for (int i = 0, size = sizeof(modes) / sizeof(modes[0]); i < size; ++i)
{
OCL_OFF(cv::normalize(src1_roi, dst1_roi, 10, 110, modes[i], src1_roi.type(), mask_roi));
OCL_ON(cv::normalize(usrc1_roi, udst1_roi, 10, 110, modes[i], src1_roi.type(), umask_roi));
OCL_ON(cv::normalize(usrc1_roi, udst1_roi, 10, 110, modes[i], src1_roi.type(), umask_roi));
Near(1);
}

View File

@@ -25,7 +25,7 @@ TEST(Core_Drawing, _914)
}
TEST(Core_OutputArraySreate, _1997)
TEST(Core_OutputArrayCreate, _1997)
{
struct local {
static void create(OutputArray arr, Size submatSize, int type)