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)
Syntaxprotected 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
abstract AllocateData :
rows : int *
cols : int *
numberOfChannels : int -> unit
override AllocateData :
rows : int *
cols : int *
numberOfChannels : int -> unit
Parameters
- rows
- Type: SystemInt32
Not implemented - cols
- Type: SystemInt32
Not implemented - numberOfChannels
- Type: SystemInt32
Not implemented
See Also