http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Sets a new error handler that can be one of standard handlers or a custom handler that has the certain interface. The handler takes the same parameters as cvError function. If the handler returns non-zero value, the program is terminated, otherwise, it continues. The error handler may check the current error mode with cvGetErrMode to make a decision.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static IntPtr cvRedirectError( CvInvoke..::..CvErrorCallback errorHandler, IntPtr userdata, IntPtr prevUserdata ) |
Visual Basic |
---|
Public Shared Function cvRedirectError ( _ errorHandler As CvInvoke..::..CvErrorCallback, _ userdata As IntPtr, _ prevUserdata As IntPtr _ ) As IntPtr |
Visual C++ |
---|
public: static IntPtr cvRedirectError( CvInvoke..::..CvErrorCallback^ errorHandler, IntPtr userdata, IntPtr prevUserdata ) |
Parameters
- errorHandler
- Type: Emgu.CV..::..CvInvoke..::..CvErrorCallback
The new error handler
- userdata
- Type: System..::..IntPtr
Arbitrary pointer that is transparetly passed to the error handler.
- prevUserdata
- Type: System..::..IntPtr
Pointer to the previously assigned user data pointer.
Return Value
[Missing <returns> documentation for "M:Emgu.CV.CvInvoke.cvRedirectError(Emgu.CV.CvInvoke.CvErrorCallback,System.IntPtr,System.IntPtr)"]