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