http://www.emgu.com
Returns the current error status - the value set with the last cvSetErrStatus call. Note, that in Leaf mode the program terminates immediately after error occurred, so to always get control after the function call, one should call cvSetErrMode and set Parent or Silent 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 cvGetErrStatus() |
Visual Basic |
---|
Public Shared Function cvGetErrStatus As Integer |
Visual C++ |
---|
public:
static int cvGetErrStatus() |
Return Value
the current error status
See Also