CvInvokeGetErrStatus Method |
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.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic static int GetErrStatus()
Public Shared Function GetErrStatus As Integer
public:
static int GetErrStatus()
static member GetErrStatus : unit -> int
Return Value
Type:
Int32The current error status
See Also