Click or drag to resize

MatNDTDepthAllocateData Method

http://www.emgu.com
This function is not implemented for MatND

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

Parameters

rows
Type: SystemInt32
Not implemented
cols
Type: SystemInt32
Not implemented
numberOfChannels
Type: SystemInt32
Not implemented
See Also