Merge pull request #2849 from ElenaGvozdeva:ocl_matchTemplate_3cn

This commit is contained in:
Alexander Alekhin
2014-06-17 14:37:51 +04:00
committed by OpenCV Buildbot
4 changed files with 192 additions and 13 deletions

View File

@@ -118,7 +118,7 @@ OCL_TEST_P(MatchTemplate, Mat)
OCL_INSTANTIATE_TEST_CASE_P(ImageProc, MatchTemplate, Combine(
Values(CV_8U, CV_32F),
Values(1, 2, 4),
Values(1, 2, 3, 4),
MatchTemplType::all(),
Bool())
);