Delegate CvErrorCallback
Error Handler
Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public delegate int CvErrorCallback(ErrorCode status, string funcName, string errMsg, string fileName, int line, IntPtr userData);
Parameters
Type | Name | Description |
---|---|---|
ErrorCode | status | The numeric code for error status |
System.String | funcName | The source file name where error is encountered |
System.String | errMsg | A description of the error |
System.String | fileName | The source file name where error is encountered |
System.Int32 | line | The line number in the source where error is encountered |
IntPtr | userData | Pointer to the user data. Ignored by the standard handlers |
Returns
Type | Description |
---|---|
System.Int32 |