http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Allocate data for the array
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
protected override void AllocateData( int rows, int cols, int numberOfChannels ) |
Visual Basic |
---|
Protected Overrides Sub AllocateData ( _ rows As Integer, _ cols As Integer, _ numberOfChannels As Integer _ ) |
Visual C++ |
---|
protected: virtual void AllocateData( int rows, int cols, int numberOfChannels ) override |
Parameters
- rows
- Type: System..::..Int32
The number of rows
- cols
- Type: System..::..Int32
The number of columns
- numberOfChannels
- Type: System..::..Int32
The number of channels of this image