http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Delegate used to dellocate OpenCV memory
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public delegate int CvFreeFunc( IntPtr ptr, IntPtr userData ) |
Visual Basic |
---|
Public Delegate Function CvFreeFunc ( _ ptr As IntPtr, _ userData As IntPtr _ ) As Integer |
Visual C++ |
---|
public delegate int CvFreeFunc( IntPtr ptr, IntPtr userData ) |
Parameters
- ptr
- Type: System..::..IntPtr
The memory to dellocate
- userData
- Type: System..::..IntPtr
User data that is transparetly passed to the custom functions