cv::minMaxIdx for cn > 1

This commit is contained in:
Ilya Lavrenov
2014-04-22 19:19:38 +04:00
parent cd01d705c9
commit 493679dc56
2 changed files with 28 additions and 16 deletions

View File

@@ -2217,7 +2217,6 @@ icvXMLParse( CvFileStorage* fs )
ptr = icvXMLSkipSpaces( fs, ptr, CV_XML_INSIDE_TAG );
if( memcmp( ptr, "<?xml", 5 ) != 0 )
CV_PARSE_ERROR( "Valid XML should start with \'<?xml ...?>\'" );
ptr = icvXMLParseTag( fs, ptr, &key, &list, &tag_type );