Delegate used to dellocate OpenCV memory
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public delegate int CvFreeFunc( IntPtr ptr, IntPtr userData ) |
Visual Basic (Declaration) |
---|
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