Fix bilateralFilter function

This commit is contained in:
kdrobnyh
2013-08-17 20:31:03 +04:00
parent e18651059d
commit c1de14c27a
2 changed files with 46 additions and 24 deletions

View File

@@ -251,7 +251,7 @@ namespace cvtest
int CV_BilateralFilterTest::validate_test_results(int test_case_index)
{
static const double eps = 1;
static const double eps = 4;
Mat reference_dst, reference_src;
if (_src.depth() == CV_32F)