http://www.emgu.com
Returns the textual description for the specified error status code. In case of unknown status the function returns NULL pointer.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static string cvErrorStr(
int status
) |
Visual Basic |
---|
Public Shared Function cvErrorStr ( _
status As Integer _
) As String |
Visual C++ |
---|
public:
static String^ cvErrorStr(
int status
) |
Return Value
the textual description for the specified error status code.
See Also