mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
changed testdata path for calib3d
This commit is contained in:
@@ -185,13 +185,13 @@ void CV_ChessboardDetectorTest::run_batch( const string& filename )
|
||||
switch( pattern )
|
||||
{
|
||||
case CHESSBOARD:
|
||||
folder = string(ts->get_data_path()) + "cameracalibration/";
|
||||
folder = string(ts->get_data_path()) + "cv/cameracalibration/";
|
||||
break;
|
||||
case CIRCLES_GRID:
|
||||
folder = string(ts->get_data_path()) + "cameracalibration/circles/";
|
||||
folder = string(ts->get_data_path()) + "cv/cameracalibration/circles/";
|
||||
break;
|
||||
case ASYMMETRIC_CIRCLES_GRID:
|
||||
folder = string(ts->get_data_path()) + "cameracalibration/asymmetric_circles/";
|
||||
folder = string(ts->get_data_path()) + "cv/cameracalibration/asymmetric_circles/";
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user