Click or drag to resize

CvInvokeErrorStr Method

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.CV
Assembly:  Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntax
public static string ErrorStr(
	int status
)

Parameters

status
Type: SystemInt32
The error status

Return Value

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