added new perf tests to core

This commit is contained in:
Ilya Lavrenov
2013-12-27 16:33:18 +04:00
parent 4644a864a5
commit 31e6251793
8 changed files with 460 additions and 11 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);
}