CvArrayTDepthAllocateData Method |
http://www.emgu.com
Allocate data for the array
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxprotected abstract void AllocateData(
int rows,
int cols,
int numberOfChannels
)
Protected MustOverride Sub AllocateData (
rows As Integer,
cols As Integer,
numberOfChannels As Integer
)
protected:
virtual void AllocateData(
int rows,
int cols,
int numberOfChannels
) abstract
abstract AllocateData :
rows : int *
cols : int *
numberOfChannels : int -> unit
Parameters
- rows
- Type: SystemInt32
The number of rows - cols
- Type: SystemInt32
The number of columns - numberOfChannels
- Type: SystemInt32
The number of channels of this cvArray
See Also