mirror of
https://github.com/opencv/opencv.git
synced 2025-06-07 17:44:04 +08:00
Merge pull request #4187 from SpecLad:chessboard-png
This commit is contained in:
commit
4bf82e50d0
@ -110,11 +110,7 @@ void CV_ChessboardDetectorTimingTest::run( int start_from )
|
|||||||
if( !img )
|
if( !img )
|
||||||
{
|
{
|
||||||
ts->printf( cvtest::TS::LOG, "one of chessboard images can't be read: %s\n", filename );
|
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;
|
||||||
{
|
|
||||||
code = cvtest::TS::FAIL_MISSING_TEST_DATA;
|
|
||||||
goto _exit_;
|
|
||||||
}
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user