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

www.emgu.com/wiki
Delegate used to allocate data by OpenCV
Declaration Syntax
C#Visual BasicVisual C++
public delegate IntPtr CvAllocFunc(
	uint size,
	IntPtr userData
)
Public Delegate Function CvAllocFunc ( _
	size As UInteger, _
	userData As IntPtr _
) As IntPtr
public delegate IntPtr CvAllocFunc(
	unsigned int size, 
	IntPtr userData
)
Parameters
size (UInt32)
Size of the memory to allocate
userData (IntPtr)
User data that is transparetly passed to the custom functions
Return Value
Pointer to the allocated memort

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