http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Delegate used to allocate data by OpenCV
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public delegate IntPtr CvAllocFunc( uint size, IntPtr userData ) |
Visual Basic |
---|
Public Delegate Function CvAllocFunc ( _ size As UInteger, _ userData As IntPtr _ ) As IntPtr |
Visual C++ |
---|
public delegate IntPtr CvAllocFunc( unsigned int size, IntPtr userData ) |
Parameters
- size
- Type: System..::..UInt32
Size of the memory to allocate
- userData
- Type: System..::..IntPtr
User data that is transparetly passed to the custom functions