mirror of
https://github.com/opencv/opencv.git
synced 2024-12-01 14:59:54 +08:00
Change sanity check for perfomance test of bilateral filter
This commit is contained in:
parent
aece433b15
commit
a6b53489e6
@ -34,5 +34,5 @@ PERF_TEST_P( TestBilateralFilter, BilateralFilter,
|
|||||||
|
|
||||||
TEST_CYCLE() bilateralFilter(src, dst, d, sigmaColor, sigmaSpace, BORDER_DEFAULT);
|
TEST_CYCLE() bilateralFilter(src, dst, d, sigmaColor, sigmaSpace, BORDER_DEFAULT);
|
||||||
|
|
||||||
SANITY_CHECK(dst);
|
SANITY_CHECK(dst, .01, ERROR_RELATIVE);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user