Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
f82d64c6
Commit
f82d64c6
authored
8 years ago
by
Fangjun KUANG
Committed by
GitHub
8 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add more info to the error code.
parent
3c5d87cb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
16 deletions
+16
-16
base.hpp
modules/core/include/opencv2/core/base.hpp
+16
-16
No files found.
modules/core/include/opencv2/core/base.hpp
View file @
f82d64c6
...
...
@@ -73,30 +73,30 @@ enum Code {
StsNoMem
=
-
4
,
//!< insufficient memory
StsBadArg
=
-
5
,
//!< function arg/param is bad
StsBadFunc
=
-
6
,
//!< unsupported function
StsNoConv
=
-
7
,
//!< iter
.
didn't converge
StsNoConv
=
-
7
,
//!< iter
ation
didn't converge
StsAutoTrace
=
-
8
,
//!< tracing
HeaderIsNull
=
-
9
,
//!< image header is NULL
BadImageSize
=
-
10
,
//!< image size is invalid
BadOffset
=
-
11
,
//!< offset is invalid
BadDataPtr
=
-
12
,
//!<
BadStep
=
-
13
,
//!< image step is wrong
BadStep
=
-
13
,
//!< image step is wrong
, this may happen for a non-continuous matrix.
BadModelOrChSeq
=
-
14
,
//!<
BadNumChannels
=
-
15
,
//!< bad number of channels
BadNumChannels
=
-
15
,
//!< bad number of channels
, for example, some functions accept only single channel matrices.
BadNumChannel1U
=
-
16
,
//!<
BadDepth
=
-
17
,
//!< input image depth is not supported by function
BadDepth
=
-
17
,
//!< input image depth is not supported by
the
function
BadAlphaChannel
=
-
18
,
//!<
BadOrder
=
-
19
,
//!<
BadOrigin
=
-
20
,
//!<
BadAlign
=
-
21
,
//!<
BadOrder
=
-
19
,
//!<
number of dimensions is out of range
BadOrigin
=
-
20
,
//!<
incorrect input origin
BadAlign
=
-
21
,
//!<
incorrect input align
BadCallBack
=
-
22
,
//!<
BadTileSize
=
-
23
,
//!<
BadCOI
=
-
24
,
//!< input COI is not supported
BadROISize
=
-
25
,
//!<
BadROISize
=
-
25
,
//!<
incorrect input roi
MaskIsTiled
=
-
26
,
//!<
StsNullPtr
=
-
27
,
//!< null pointer
StsVecLengthErr
=
-
28
,
//!< incorrect vector length
StsFilterStructContentErr
=
-
29
,
//!< incorr
.
filter structure content
StsKernelStructContentErr
=
-
30
,
//!< incorr
.
transform kernel content
StsFilterStructContentErr
=
-
29
,
//!< incorr
ect
filter structure content
StsKernelStructContentErr
=
-
30
,
//!< incorr
ect
transform kernel content
StsFilterOffsetErr
=
-
31
,
//!< incorrect filter offset value
StsBadSize
=
-
201
,
//!< the input/output structure size is incorrect
StsDivByZero
=
-
202
,
//!< division by zero
...
...
@@ -113,13 +113,13 @@ enum Code {
StsNotImplemented
=
-
213
,
//!< the requested function/feature is not implemented
StsBadMemBlock
=
-
214
,
//!< an allocated block has been corrupted
StsAssert
=
-
215
,
//!< assertion failed
GpuNotSupported
=
-
216
,
GpuApiCallError
=
-
217
,
OpenGlNotSupported
=
-
218
,
OpenGlApiCallError
=
-
219
,
OpenCLApiCallError
=
-
220
,
GpuNotSupported
=
-
216
,
//!< no CUDA support
GpuApiCallError
=
-
217
,
//!< GPU API call error
OpenGlNotSupported
=
-
218
,
//!< no OpenGL support
OpenGlApiCallError
=
-
219
,
//!< OpenGL API call error
OpenCLApiCallError
=
-
220
,
//!< OpenCL API call error
OpenCLDoubleNotSupported
=
-
221
,
OpenCLInitError
=
-
222
,
OpenCLInitError
=
-
222
,
//!< OpenCL initialization error
OpenCLNoAMDBlasFft
=
-
223
};
}
//Error
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment