http://www.emgu.com
Sets the error status to the specified value. Mostly, the function is used to reset the error status (set to it CV_StsOk) to recover after error. In other cases it is more natural to call cvError or CV_ERROR.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static void cvSetErrStatus(
ERROR_CODES code
) |
Visual Basic |
---|
Public Shared Sub cvSetErrStatus ( _
code As ERROR_CODES _
) |
Visual C++ |
---|
public:
static void cvSetErrStatus(
ERROR_CODES code
) |
See Also