1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

Added support for 3-channels

This commit is contained in:
Elena Gvozdeva
2014-05-21 11:54:53 +04:00
parent 3f485d58bb
commit feeb386bf3
4 changed files with 192 additions and 13 deletions
@@ -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())
);