1
0
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:
Konstantin Matskevich
2014-01-15 15:08:09 +04:00
parent a164381cc6
commit ab18c2d132
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -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() )