http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Sets the specified error mode.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static int cvSetErrMode( int errorMode ) |
Visual Basic |
---|
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)"]