GpuMatTDepth Constructor (Size, Int32) |
http://www.emgu.com
Create a GpuMat of the specified size
Namespace:
Emgu.CV.Cuda
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic GpuMat(
Size size,
int channels
)
Public Sub New (
size As Size,
channels As Integer
)
public:
GpuMat(
Size size,
int channels
)
new :
size : Size *
channels : int -> GpuMat
Parameters
- size
- Type: System.DrawingSize
The size of the GpuMat - channels
- Type: SystemInt32
The number of channels
See Also