Commit 9f7cac8c authored by Erik Karlsson's avatar Erik Karlsson

Addtion of test cases for CV_8UC3

parent 0fdb95e1
...@@ -87,7 +87,7 @@ OCL_TEST_P(FastNlMeansDenoisingColored, Mat) ...@@ -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())); OCL_INSTANTIATE_TEST_CASE_P(Photo, FastNlMeansDenoisingColored, Combine(Values(3, 4), Bool()));
} } // namespace cvtest::ocl } } // namespace cvtest::ocl
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment