CvErrorCallback Delegate |
Namespace: OpenCvSharp
public delegate int CvErrorCallback( ErrorCode status, string funcName, string errMsg, string fileName, int line, IntPtr userData )
Public Delegate Function CvErrorCallback ( status As ErrorCode, funcName As String, errMsg As String, fileName As String, line As Integer, userData As IntPtr ) As Integer
public delegate int CvErrorCallback( ErrorCode status, String^ funcName, String^ errMsg, String^ fileName, int line, IntPtr userData )
type CvErrorCallback = delegate of status : ErrorCode * funcName : string * errMsg : string * fileName : string * line : int * userData : IntPtr -> int