Define an error callback that can be registered using cvRedirectError function
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)
Syntax
C# | Visual Basic | Visual C++ |
Parameters
- status
- Int32
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
- Int32
The line number in the souce where error is encountered
- userData
- IntPtr
Arbitrary pointer that is transparetly passed to the error handler.