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