fixed csbp test under linux

pull/13383/head
Vladislav Vinogradov 14 years ago
parent d469b31aec
commit c00a1f63a0
  1. 2
      modules/gpu/test/test_stereo_csbp.cpp

@ -75,7 +75,7 @@ struct CV_GpuStereoCSBPTest : public cvtest::BaseTest
disp.convertTo(disp, img_template.type());
double norm = cv::norm((cv::Mat)disp, img_template, cv::NORM_INF);
if (norm >= 0.5)
if (norm >= 1.5)
{
ts->printf(cvtest::TS::LOG, "\nConstantSpaceStereoBP norm = %f\n", norm);
ts->set_failed_test_info(cvtest::TS::FAIL_GENERIC);

Loading…
Cancel
Save