Click or drag to resize

ImageTColor, TDepthAllocateData Method

http://www.emgu.com
Re-allocate data for the array

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
protected override 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 image
See Also