mirror of
https://github.com/opencv/opencv.git
synced 2024-11-28 13:10:12 +08:00
enabled ocl::bilateralFilter ROI testing
This commit is contained in:
parent
f177e65871
commit
9ea6001d08
@ -432,7 +432,7 @@ INSTANTIATE_TEST_CASE_P(Filter, Bilateral, Combine(
|
|||||||
Values(Size(0, 0)), // not used
|
Values(Size(0, 0)), // not used
|
||||||
Values((int)BORDER_CONSTANT, (int)BORDER_REPLICATE,
|
Values((int)BORDER_CONSTANT, (int)BORDER_REPLICATE,
|
||||||
(int)BORDER_REFLECT, (int)BORDER_WRAP, (int)BORDER_REFLECT_101),
|
(int)BORDER_REFLECT, (int)BORDER_WRAP, (int)BORDER_REFLECT_101),
|
||||||
Values(false))); // TODO does not work with ROI
|
Bool()));
|
||||||
|
|
||||||
INSTANTIATE_TEST_CASE_P(Filter, AdaptiveBilateral, Combine(
|
INSTANTIATE_TEST_CASE_P(Filter, AdaptiveBilateral, Combine(
|
||||||
Values(CV_8UC1, CV_8UC3),
|
Values(CV_8UC1, CV_8UC3),
|
||||||
|
Loading…
Reference in New Issue
Block a user