mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
This commit is contained in:
@@ -138,7 +138,7 @@ int CV_DetectorTest::prepareData( FileStorage& _fs )
|
||||
String filename;
|
||||
it >> filename;
|
||||
imageFilenames.push_back(filename);
|
||||
Mat img = imread( dataPath+filename, 1 );
|
||||
Mat img = imread( dataPath+filename, IMREAD_COLOR );
|
||||
images.push_back( img );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user