Click or drag to resize
GpuMatCreate Method
http://www.emgu.com

[Missing <summary> documentation for "M:Emgu.CV.Cuda.GpuMat.Create(System.Int32,System.Int32,Emgu.CV.CvEnum.DepthType,System.Int32)"]

Namespace: Emgu.CV.Cuda
Assembly: Emgu.CV.Cuda (in Emgu.CV.Cuda.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public void Create(
	int rows,
	int cols,
	DepthType depthType,
	int channels
)

Parameters

rows
Type: SystemInt32

[Missing <param name="rows"/> documentation for "M:Emgu.CV.Cuda.GpuMat.Create(System.Int32,System.Int32,Emgu.CV.CvEnum.DepthType,System.Int32)"]

cols
Type: SystemInt32

[Missing <param name="cols"/> documentation for "M:Emgu.CV.Cuda.GpuMat.Create(System.Int32,System.Int32,Emgu.CV.CvEnum.DepthType,System.Int32)"]

depthType
Type: Emgu.CV.CvEnumDepthType

[Missing <param name="depthType"/> documentation for "M:Emgu.CV.Cuda.GpuMat.Create(System.Int32,System.Int32,Emgu.CV.CvEnum.DepthType,System.Int32)"]

channels
Type: SystemInt32

[Missing <param name="channels"/> documentation for "M:Emgu.CV.Cuda.GpuMat.Create(System.Int32,System.Int32,Emgu.CV.CvEnum.DepthType,System.Int32)"]

See Also