cv::minMaxIdx for cn > 1
This commit is contained in:
@@ -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 );
|
||||
|
Reference in New Issue
Block a user