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
70ff4480
Commit
70ff4480
authored
Mar 24, 2015
by
Vadim Pisarevsky
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3859 from NewProggie:fix-doc-typo
parents
54deb5ed
f815bbab
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
23 deletions
+23
-23
types_c.h
modules/core/include/opencv2/core/types_c.h
+23
-23
No files found.
modules/core/include/opencv2/core/types_c.h
View file @
70ff4480
...
...
@@ -133,7 +133,7 @@ typedef int CVStatus;
/** @see cv::Error::Code */
enum
{
CV_StsOk
=
0
,
/**< ever
i
thing is ok */
CV_StsOk
=
0
,
/**< ever
y
thing is ok */
CV_StsBackTrace
=
-
1
,
/**< pseudo error for back trace */
CV_StsError
=
-
2
,
/**< unknown /unspecified error */
CV_StsInternal
=
-
3
,
/**< internal error (bad state) */
...
...
@@ -143,28 +143,28 @@ enum {
CV_StsNoConv
=
-
7
,
/**< iter. didn't converge */
CV_StsAutoTrace
=
-
8
,
/**< tracing */
CV_HeaderIsNull
=
-
9
,
/**< image header is NULL */
CV_BadImageSize
=
-
10
,
/**< image size is invalid */
CV_BadOffset
=
-
11
,
/**< offset is invalid */
CV_BadDataPtr
=
-
12
,
/**/
CV_BadStep
=
-
13
,
/**/
CV_BadModelOrChSeq
=
-
14
,
/**/
CV_BadNumChannels
=
-
15
,
/**/
CV_BadNumChannel1U
=
-
16
,
/**/
CV_BadDepth
=
-
17
,
/**/
CV_BadAlphaChannel
=
-
18
,
/**/
CV_BadOrder
=
-
19
,
/**/
CV_BadOrigin
=
-
20
,
/**/
CV_BadAlign
=
-
21
,
/**/
CV_BadCallBack
=
-
22
,
/**/
CV_BadTileSize
=
-
23
,
/**/
CV_BadCOI
=
-
24
,
/**/
CV_BadROISize
=
-
25
,
/**/
CV_MaskIsTiled
=
-
26
,
/**/
CV_StsNullPtr
=
-
27
,
/**< null pointer */
CV_StsVecLengthErr
=
-
28
,
/**< incorrect vector length */
CV_StsFilterStructContentErr
=
-
29
,
/**< incorr. filter structure content */
CV_StsKernelStructContentErr
=
-
30
,
/**< incorr. transform kernel content */
CV_StsFilterOffsetErr
=
-
31
,
/**< incorrect filter offset value */
CV_BadImageSize
=
-
10
,
/**< image size is invalid */
CV_BadOffset
=
-
11
,
/**< offset is invalid */
CV_BadDataPtr
=
-
12
,
/**/
CV_BadStep
=
-
13
,
/**/
CV_BadModelOrChSeq
=
-
14
,
/**/
CV_BadNumChannels
=
-
15
,
/**/
CV_BadNumChannel1U
=
-
16
,
/**/
CV_BadDepth
=
-
17
,
/**/
CV_BadAlphaChannel
=
-
18
,
/**/
CV_BadOrder
=
-
19
,
/**/
CV_BadOrigin
=
-
20
,
/**/
CV_BadAlign
=
-
21
,
/**/
CV_BadCallBack
=
-
22
,
/**/
CV_BadTileSize
=
-
23
,
/**/
CV_BadCOI
=
-
24
,
/**/
CV_BadROISize
=
-
25
,
/**/
CV_MaskIsTiled
=
-
26
,
/**/
CV_StsNullPtr
=
-
27
,
/**< null pointer */
CV_StsVecLengthErr
=
-
28
,
/**< incorrect vector length */
CV_StsFilterStructContentErr
=
-
29
,
/**< incorr. filter structure content */
CV_StsKernelStructContentErr
=
-
30
,
/**< incorr. transform kernel content */
CV_StsFilterOffsetErr
=
-
31
,
/**< incorrect filter offset value */
CV_StsBadSize
=
-
201
,
/**< the input/output structure size is incorrect */
CV_StsDivByZero
=
-
202
,
/**< division by zero */
CV_StsInplaceNotSupported
=
-
203
,
/**< in-place operation is not supported */
...
...
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