mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 11:10:21 +08:00
Addtion of test cases for CV_8UC3
This commit is contained in:
parent
0fdb95e195
commit
9f7cac8c59
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user