1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Merge pull request #1522 from nghiaho12:latentsvm

This commit is contained in:
Roman Donchenko
2013-09-30 16:04:58 +04:00
committed by OpenCV Buildbot
+2
View File
@@ -96,6 +96,8 @@ static void readDirectory( const string& directoryName, vector<string>& filename
else
filenames.push_back( string(dent->d_name) );
}
closedir( dir );
}
#endif