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