Delegate CvErrorCallback
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Error Handler
public delegate int CvErrorCallback(ErrorCode status, string funcName, string errMsg, string fileName, int line, nint userData)
Parameters
statusErrorCodeThe numeric code for error status
funcNamestringThe source file name where error is encountered
errMsgstringA description of the error
fileNamestringThe source file name where error is encountered
lineintThe line number in the source where error is encountered
userDatanintPointer to the user data. Ignored by the standard handlers
Returns
- int
- Error Handler