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:
@@ -398,7 +398,7 @@ protected:
|
||||
|
||||
void CV_StereoMatchingTest::run(int)
|
||||
{
|
||||
string dataPath = ts->get_data_path();
|
||||
string dataPath = ts->get_data_path() + "cv/";
|
||||
string algorithmName = name;
|
||||
assert( !algorithmName.empty() );
|
||||
if( dataPath.empty() )
|
||||
|
||||
Reference in New Issue
Block a user