ErrorCode extension type

on

Constructors

ErrorCode(int code)
const

Properties

code int
final

Constants

BadAlign → const ErrorCode
@brief CV_BadAlign
BadAlphaChannel → const ErrorCode
@brief CV_BadAlphaChannel
BadCallBack → const ErrorCode
@brief CV_BadCallBack
BadCOI → const ErrorCode
@brief CV_BadCOI
BadDataPtr → const ErrorCode
@brief CV_BadOffset
BadDepth → const ErrorCode
@brief CV_BadDepth
BadImageSize → const ErrorCode
@brief image size is invalid CV_BadImageSize
BadModelOrChSeq → const ErrorCode
@brief CV_BadModelOrChSeq
BadNumChannel1U → const ErrorCode
@brief CV_BadNumChannel1U
BadNumChannels → const ErrorCode
@brief CV_BadNumChannels
BadOffset → const ErrorCode
@brief offset is invalid CV_BadOffset
BadOrder → const ErrorCode
@brief CV_BadOrder
BadOrigin → const ErrorCode
@brief CV_BadOrigin
BadROISize → const ErrorCode
@brief CV_BadROISize
BadStep → const ErrorCode
@brief CV_BadStep
BadTileSize → const ErrorCode
@brief CV_BadTileSize
GpuApiCallError → const ErrorCode
GpuNotSupported → const ErrorCode
HeaderIsNull → const ErrorCode
@brief image header is NULL CV_HeaderIsNull
MaskIsTiled → const ErrorCode
@brief CV_MaskIsTiled
OpenCLApiCallError → const ErrorCode
OpenCLDoubleNotSupported → const ErrorCode
OpenCLInitError → const ErrorCode
OpenCLNoAMDBlasFft → const ErrorCode
OpenGlApiCallError → const ErrorCode
OpenGlNotSupported → const ErrorCode
StsAssert → const ErrorCode
@brief assertion failed
StsAutoTrace → const ErrorCode
@brief tracing CV_StsAutoTrace
StsBackTrace → const ErrorCode
@brief pseudo error for back trace CV_StsBackTrace
StsBadArg → const ErrorCode
@brief function arg/param is bad CV_StsBadArg
StsBadFlag → const ErrorCode
@brief flag is wrong or not supported CV_StsBadFlag
StsBadFunc → const ErrorCode
@brief unsupported function CV_StsBadFunc
StsBadMask → const ErrorCode
@brief bad format of mask (neither 8uC1 nor 8sC1) CV_StsBadMask
StsBadMemBlock → const ErrorCode
@brief an allocated block has been corrupted CV_StsBadMemBlock
StsBadPoint → const ErrorCode
@brief bad MyCvPoint CV_StsBadPoint
StsBadSize → const ErrorCode
@brief the input/output structure size is incorrect CV_StsBadSize
StsDivByZero → const ErrorCode
@brief division by zero CV_StsDivByZero
StsError → const ErrorCode
@brief unknown /unspecified error CV_StsError
StsFilterOffsetErr → const ErrorCode
@brief incorrect filter ofset value CV_StsFilterOffsetErr
StsFilterStructContentErr → const ErrorCode
@brief incorr. filter structure content CV_StsFilterStructContentErr
StsInplaceNotSupported → const ErrorCode
@brief in-place operation is not supported CV_StsInplaceNotSupported
StsInternal → const ErrorCode
@brief internal error (bad state) CV_StsInternal
StsKernelStructContentErr → const ErrorCode
@brief incorr. transform kernel content CV_StsKernelStructContentErr
StsNoConv → const ErrorCode
@brief iter. didn't converge CV_StsNoConv
StsNoMem → const ErrorCode
@brief insufficient memory CV_StsNoMem
StsNotImplemented → const ErrorCode
@brief the requested function/feature is not implemented CV_StsNotImplemented
StsNullPtr → const ErrorCode
@brief null pointer CV_StsNullPtr
StsObjectNotFound → const ErrorCode
@brief request can't be completed CV_StsObjectNotFound
StsOk → const ErrorCode
@brief everithing is ok CV_StsOk
StsOutOfRange → const ErrorCode
@brief some of parameters are out of range CV_StsOutOfRange
StsParseError → const ErrorCode
@brief invalid syntax/structure of the parsed file CV_StsParseError
StsUnmatchedFormats → const ErrorCode
@brief formats of input/output arrays differ CV_StsUnmatchedFormats
StsUnmatchedSizes → const ErrorCode
@brief sizes of input/output structures do not match CV_StsUnmatchedSizes
StsUnsupportedFormat → const ErrorCode
@brief the data format/type is not supported by the function CV_StsUnsupportedFormat
StsVecLengthErr → const ErrorCode
@brief incorrect vector length CV_StsVecLengthErr