[This is preliminary documentation and is subject to change.]

This function is not implemented for MatND

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

Syntax

         
 C#  Visual Basic  Visual C++ 
protected override void AllocateData(
	int rows,
	int cols,
	int numberOfChannels
)
Protected Overrides Sub AllocateData ( _
	rows As Integer, _
	cols As Integer, _
	numberOfChannels As Integer _
)
protected:
virtual void AllocateData(
	int rows, 
	int cols, 
	int numberOfChannels
) override

Parameters

rows
Int32
Not implemented
cols
Int32
Not implemented
numberOfChannels
Int32
Not implemented

See Also