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
46fe7417
Commit
46fe7417
authored
Feb 15, 2017
by
Fangjun KUANG
Committed by
GitHub
Feb 15, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos.
parent
47ae5f14
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
base.hpp
modules/core/include/opencv2/core/base.hpp
+4
-4
No files found.
modules/core/include/opencv2/core/base.hpp
View file @
46fe7417
...
...
@@ -66,7 +66,7 @@ namespace cv
namespace
Error
{
//! error codes
enum
Code
{
StsOk
=
0
,
//!< ever
i
thing is ok
StsOk
=
0
,
//!< ever
y
thing is ok
StsBackTrace
=
-
1
,
//!< pseudo error for back trace
StsError
=
-
2
,
//!< unknown /unspecified error
StsInternal
=
-
3
,
//!< internal error (bad state)
...
...
@@ -97,7 +97,7 @@ enum Code {
StsVecLengthErr
=
-
28
,
//!< incorrect vector length
StsFilterStructContentErr
=
-
29
,
//!< incorr. filter structure content
StsKernelStructContentErr
=
-
30
,
//!< incorr. transform kernel content
StsFilterOffsetErr
=
-
31
,
//!< incorrect filter ofset value
StsFilterOffsetErr
=
-
31
,
//!< incorrect filter of
f
set value
StsBadSize
=
-
201
,
//!< the input/output structure size is incorrect
StsDivByZero
=
-
202
,
//!< division by zero
StsInplaceNotSupported
=
-
203
,
//!< in-place operation is not supported
...
...
@@ -338,8 +338,8 @@ It is possible to alternate error processing by using redirectError().
@param _code - error code (Error::Code)
@param _err - error description
@param _func - function name. Available only when the compiler supports getting it
@param _file - source file name where the error has occured
@param _line - line number in the source file where the error has occured
@param _file - source file name where the error has occur
r
ed
@param _line - line number in the source file where the error has occur
r
ed
@see CV_Error, CV_Error_, CV_ErrorNoReturn, CV_ErrorNoReturn_, CV_Assert, CV_DbgAssert
*/
CV_EXPORTS
void
error
(
int
_code
,
const
String
&
_err
,
const
char
*
_func
,
const
char
*
_file
,
int
_line
);
...
...
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