Allocate data for the array
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
| | | | | | | | |
| C# | | | Visual Basic | | | Visual C++ | |
protected 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
Parameters
- rows
- Int32
The number of rows
- cols
- Int32
The number of columns
- numberOfChannels
- Int32
The number of channels of this cvArray
See Also