http://www.emgu.com
allocates new GpuMat data unless the GpuMat already has specified size and type
Namespace:
Emgu.CV.Cuda
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic void Create(
int rows,
int cols,
DepthType depthType,
int channels
)
Public Sub Create (
rows As Integer,
cols As Integer,
depthType As DepthType,
channels As Integer
)
public:
void Create(
int rows,
int cols,
DepthType depthType,
int channels
)
member Create :
rows : int *
cols : int *
depthType : DepthType *
channels : int -> unit
Parameters
- rows
- Type: SystemInt32
The number of rows - cols
- Type: SystemInt32
The number of cols - depthType
- Type: Emgu.CV.CvEnumDepthType
The depth type - channels
- Type: SystemInt32
The number of channels.
See Also