Click or drag to resize
MatNDTDepthAllocateData Method
http://www.emgu.com
This function is not implemented for MatND

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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