Click or drag to resize

CvArrayTDepthAllocateData Method

http://www.emgu.com
Allocate data for the array

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
protected abstract void AllocateData(
	int rows,
	int cols,
	int numberOfChannels
)

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