Sets the specified error mode.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
| | | | | | | | |
| C# | | | Visual Basic | | | Visual C++ | |
public static int cvSetErrMode(
int errorMode
)
Public Shared Function cvSetErrMode ( _
errorMode As Integer _
) As Integer
public:
static int cvSetErrMode(
int errorMode
)
Parameters
- errorMode
- Int32
The error mode
Return Value
[Missing <returns> documentation for "M:Emgu.CV.CvInvoke.cvSetErrMode(System.Int32)"]
See Also