Merge pull request #4187 from SpecLad:chessboard-png

pull/4191/head
Alexander Alekhin 10 years ago
commit 4bf82e50d0
  1. 4
      modules/calib3d/test/test_chesscorners_timing.cpp

@ -110,11 +110,7 @@ void CV_ChessboardDetectorTimingTest::run( int start_from )
if( !img )
{
ts->printf( cvtest::TS::LOG, "one of chessboard images can't be read: %s\n", filename );
if( max_idx == 1 )
{
code = cvtest::TS::FAIL_MISSING_TEST_DATA;
goto _exit_;
}
continue;
}

Loading…
Cancel
Save