| ErrorCode Enumeration |
Error status codes
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax Public Enumeration ErrorCode
public enum class ErrorCode
Members
| Member name | Value | Description |
---|
| StsOk | 0 |
everithing is ok [CV_StsOk]
|
| StsBackTrace | -1 |
pseudo error for back trace [CV_StsBackTrace]
|
| StsError | -2 |
unknown /unspecified error [CV_StsError]
|
| StsInternal | -3 |
internal error (bad state) [CV_StsInternal]
|
| StsNoMem | -4 |
insufficient memory [CV_StsNoMem]
|
| StsBadArg | -5 |
function arg/param is bad [CV_StsBadArg]
|
| StsBadFunc | -6 |
unsupported function [CV_StsBadFunc]
|
| StsNoConv | -7 |
iter. didn't converge [CV_StsNoConv]
|
| StsAutoTrace | -8 |
tracing [CV_StsAutoTrace]
|
| HeaderIsNull | -9 |
image header is NULL [CV_HeaderIsNull]
|
| BadImageSize | -10 |
image size is invalid [CV_BadImageSize]
|
| BadOffset | -11 |
offset is invalid [CV_BadOffset]
|
| BadDataPtr | -12 |
[CV_BadOffset]
|
| BadStep | -13 |
[CV_BadStep]
|
| BadModelOrChSeq | -14 |
[CV_BadModelOrChSeq]
|
| BadNumChannels | -15 |
[CV_BadNumChannels]
|
| BadNumChannel1U | -16 |
[CV_BadNumChannel1U]
|
| BadDepth | -17 |
[CV_BadDepth]
|
| BadAlphaChannel | -18 |
[CV_BadAlphaChannel]
|
| BadOrder | -19 |
[CV_BadOrder]
|
| BadOrigin | -20 |
[CV_BadOrigin]
|
| BadAlign | -21 |
[CV_BadAlign]
|
| BadCallBack | -22 |
[CV_BadCallBack]
|
| BadTileSize | -23 |
[CV_BadTileSize]
|
| BadCOI | -24 |
[CV_BadCOI]
|
| BadROISize | -25 |
[CV_BadROISize]
|
| MaskIsTiled | -26 |
[CV_MaskIsTiled]
|
| StsNullPtr | -27 |
null pointer [CV_StsNullPtr]
|
| StsVecLengthErr | -28 |
incorrect vector length [CV_StsVecLengthErr]
|
| StsFilterStructContentErr | -29 |
incorr. filter structure content [CV_StsFilterStructContentErr]
|
| StsKernelStructContentErr | -30 |
incorr. transform kernel content [CV_StsKernelStructContentErr]
|
| StsFilterOffsetErr | -31 |
incorrect filter ofset value [CV_StsFilterOffsetErr]
|
| StsBadSize | -201 |
the input/output structure size is incorrect [CV_StsBadSize]
|
| StsDivByZero | -202 |
division by zero [CV_StsDivByZero]
|
| StsInplaceNotSupported | -203 |
in-place operation is not supported [CV_StsInplaceNotSupported]
|
| StsObjectNotFound | -204 |
request can't be completed [CV_StsObjectNotFound]
|
| StsUnmatchedFormats | -205 |
formats of input/output arrays differ [CV_StsUnmatchedFormats]
|
| StsBadFlag | -206 |
flag is wrong or not supported [CV_StsBadFlag]
|
| StsBadPoint | -207 |
bad CvPoint [CV_StsBadPoint]
|
| StsBadMask | -208 |
bad format of mask (neither 8uC1 nor 8sC1) [CV_StsBadMask]
|
| StsUnmatchedSizes | -209 |
sizes of input/output structures do not match [CV_StsUnmatchedSizes]
|
| StsUnsupportedFormat | -210 |
the data format/type is not supported by the function [CV_StsUnsupportedFormat]
|
| StsOutOfRange | -211 |
some of parameters are out of range [CV_StsOutOfRange]
|
| StsParseError | -212 |
invalid syntax/structure of the parsed file [CV_StsParseError]
|
| StsNotImplemented | -213 |
the requested function/feature is not implemented [CV_StsNotImplemented]
|
| StsBadMemBlock | -214 |
an allocated block has been corrupted [CV_StsBadMemBlock]
|
| StsAssert | -215 |
assertion failed
|
| GpuNotSupported | -216 | |
| GpuApiCallError | -217 | |
| OpenGlNotSupported | -218 | |
| OpenGlApiCallError | -219 | |
| OpenCLApiCallError | -220 | |
| OpenCLDoubleNotSupported | -221 | |
| OpenCLInitError | -222 | |
| OpenCLNoAMDBlasFft | -223 | |
See Also