Merge pull request #14559 from daniel-s-ingram:master
* Fix typo: 'divisble' -> 'divisible' * Fix typo: 'One of arguments' -> 'One of the arguments'
This commit is contained in:
committed by
Alexander Alekhin
parent
a70e1eecd9
commit
962d57b4d6
@@ -1171,7 +1171,7 @@ CV_IMPL const char* cvErrorStr( int status )
|
||||
case CV_BadDepth : return "Input image depth is not supported by function";
|
||||
case CV_StsUnmatchedFormats : return "Formats of input arguments do not match";
|
||||
case CV_StsUnmatchedSizes : return "Sizes of input arguments do not match";
|
||||
case CV_StsOutOfRange : return "One of arguments\' values is out of range";
|
||||
case CV_StsOutOfRange : return "One of the arguments\' values is out of range";
|
||||
case CV_StsUnsupportedFormat : return "Unsupported format or combination of formats";
|
||||
case CV_BadCOI : return "Input COI is not supported";
|
||||
case CV_BadNumChannels : return "Bad number of channels";
|
||||
|
||||
Reference in New Issue
Block a user