UMat Constructor (Size, DepthType, Int32) |
http://www.emgu.com
Create a umat of the specific type.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic UMat(
Size size,
DepthType type,
int channels
)
Public Sub New (
size As Size,
type As DepthType,
channels As Integer
)
public:
UMat(
Size size,
DepthType type,
int channels
)
new :
size : Size *
type : DepthType *
channels : int -> UMat
Parameters
- size
- Type: System.DrawingSize
Size of the UMat - type
- Type: Emgu.CV.CvEnumDepthType
Mat element type - channels
- Type: SystemInt32
Number of channels
See Also