OpenCV
3.0.0
Open Source Computer Vision
|
enum cv::Error::Code |
error codes
Enumerator | |
---|---|
StsOk |
everithing is ok |
StsBackTrace |
pseudo error for back trace |
StsError |
unknown /unspecified error |
StsInternal |
internal error (bad state) |
StsNoMem |
insufficient memory |
StsBadArg |
function arg/param is bad |
StsBadFunc |
unsupported function |
StsNoConv |
iter. didn't converge |
StsAutoTrace |
tracing |
HeaderIsNull |
image header is NULL |
BadImageSize |
image size is invalid |
BadOffset |
offset is invalid |
BadDataPtr | |
BadStep | |
BadModelOrChSeq | |
BadNumChannels | |
BadNumChannel1U | |
BadDepth | |
BadAlphaChannel | |
BadOrder | |
BadOrigin | |
BadAlign | |
BadCallBack | |
BadTileSize | |
BadCOI | |
BadROISize | |
MaskIsTiled | |
StsNullPtr |
null pointer |
StsVecLengthErr |
incorrect vector length |
StsFilterStructContentErr |
incorr. filter structure content |
StsKernelStructContentErr |
incorr. transform kernel content |
StsFilterOffsetErr |
incorrect filter ofset value |
StsBadSize |
the input/output structure size is incorrect |
StsDivByZero |
division by zero |
StsInplaceNotSupported |
in-place operation is not supported |
StsObjectNotFound |
request can't be completed |
StsUnmatchedFormats |
formats of input/output arrays differ |
StsBadFlag |
flag is wrong or not supported |
StsBadPoint |
bad CvPoint |
StsBadMask |
bad format of mask (neither 8uC1 nor 8sC1) |
StsUnmatchedSizes |
sizes of input/output structures do not match |
StsUnsupportedFormat |
the data format/type is not supported by the function |
StsOutOfRange |
some of parameters are out of range |
StsParseError |
invalid syntax/structure of the parsed file |
StsNotImplemented |
the requested function/feature is not implemented |
StsBadMemBlock |
an allocated block has been corrupted |
StsAssert |
assertion failed |
GpuNotSupported | |
GpuApiCallError | |
OpenGlNotSupported | |
OpenGlApiCallError | |
OpenCLApiCallError | |
OpenCLDoubleNotSupported | |
OpenCLInitError | |
OpenCLNoAMDBlasFft |