Added perf test for ocl_matchTemplate

This commit is contained in:
Elena Gvozdeva
2014-01-20 15:48:16 +04:00
parent 2c0765b4d1
commit b4652e2cb3
2 changed files with 55 additions and 2 deletions

View File

@@ -97,8 +97,7 @@ PARAM_TEST_CASE(MatchTemplate, MatDepth, Channels, int, bool)
void Near(double threshold = 0.0)
{
EXPECT_MAT_NEAR(result, uresult, threshold);
EXPECT_MAT_NEAR(result_roi, uresult_roi, threshold);
OCL_EXPECT_MATS_NEAR(result,threshold);
}
};