Change sanity check for perfomance test of bilateral filter

This commit is contained in:
vbystricky 2014-03-28 14:36:25 +04:00
parent aece433b15
commit a6b53489e6

View File

@ -34,5 +34,5 @@ PERF_TEST_P( TestBilateralFilter, BilateralFilter,
TEST_CYCLE() bilateralFilter(src, dst, d, sigmaColor, sigmaSpace, BORDER_DEFAULT);
SANITY_CHECK(dst);
SANITY_CHECK(dst, .01, ERROR_RELATIVE);
}