1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

Merge pull request #3911 from vpisarev:core_tweaks

This commit is contained in:
Vadim Pisarevsky
2015-04-07 19:03:48 +00:00
34 changed files with 885 additions and 197 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ void CvStatModel::load( const char* filename, const char* name )
{
CvFileStorage* fs = 0;
CV_FUNCNAME( "CvStatModel::load" );
CV_FUNCNAME( "CvAlgorithm::load" );
__BEGIN__;