From 9f7cac8c5933df74bf953227368b1bcd181d1b12 Mon Sep 17 00:00:00 2001 From: Erik Karlsson Date: Sun, 1 Mar 2015 21:01:57 +0100 Subject: [PATCH] Addtion of test cases for CV_8UC3 --- modules/photo/test/ocl/test_denoising.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/photo/test/ocl/test_denoising.cpp b/modules/photo/test/ocl/test_denoising.cpp index cb2d74f850..48efc8ab58 100644 --- a/modules/photo/test/ocl/test_denoising.cpp +++ b/modules/photo/test/ocl/test_denoising.cpp @@ -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