This function is not implemented for MatND

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
protected override void AllocateData(
	int rows,
	int cols,
	int numberOfChannels
)
Visual Basic (Declaration)
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
Not implemented
cols
Type: System..::.Int32
Not implemented
numberOfChannels
Type: System..::.Int32
Not implemented

See Also