Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
Syntaxpublic static MatType MakeType(
	int depth,
	int channels
)
Public Shared Function MakeType ( 
	depth As Integer,
	channels As Integer
) As MatType
public:
static MatType MakeType(
	int depth, 
	int channels
)
static member MakeType : 
        depth : int * 
        channels : int -> MatType 
OpenCvSharp.MatType.MakeType = function(depth, channels);
Parameters
- depth
- Type: SystemInt32
 
- channels
- Type: SystemInt32
 
Return Value
Type: 
MatType See Also
See Also