Table of Contents

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

status ErrorCode

The numeric code for error status

funcName string

The source file name where error is encountered

errMsg string

A description of the error

fileName string

The source file name where error is encountered

line int

The line number in the source where error is encountered

userData nint

Pointer to the user data. Ignored by the standard handlers

Returns

int
Error Handler