Emgu CV Library Documentation
CvInvoke..::.CvFreeFunc Delegate
NamespacesEmgu.CVCvInvokeCvInvoke..::.CvFreeFunc

www.emgu.com/wiki
Delegate used to dellocate OpenCV memory
Declaration Syntax
C#Visual BasicVisual C++
public delegate int CvFreeFunc(
	IntPtr ptr,
	IntPtr userData
)
Public Delegate Function CvFreeFunc ( _
	ptr As IntPtr, _
	userData As IntPtr _
) As Integer
public delegate int CvFreeFunc(
	IntPtr ptr, 
	IntPtr userData
)
Parameters
ptr (IntPtr)
The memory to dellocate
userData (IntPtr)
User data that is transparetly passed to the custom functions
Return Value

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)