1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Addtion of test cases for CV_8UC3

This commit is contained in:
Erik Karlsson
2015-03-01 21:01:57 +01:00
parent 0fdb95e195
commit 9f7cac8c59
+1 -1
View File
@@ -87,7 +87,7 @@ OCL_TEST_P(FastNlMeansDenoisingColored, Mat)
}
}
OCL_INSTANTIATE_TEST_CASE_P(Photo, FastNlMeansDenoising, Combine(Values(1, 2), Bool()));
OCL_INSTANTIATE_TEST_CASE_P(Photo, FastNlMeansDenoising, Combine(Values(1, 2, 3), Bool()));
OCL_INSTANTIATE_TEST_CASE_P(Photo, FastNlMeansDenoisingColored, Combine(Values(3, 4), Bool()));
} } // namespace cvtest::ocl