CvErrorStr Method OpenCvSharp Class Library
Returns textual description of error status code

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static string ErrorStr(
	CvStatus status
)

Parameters

status
Type: OpenCvSharpCvStatus
The error status.

Return Value

Type: String
The textual description for the specified error status code.
See Also

Reference