This function performs the same as CV_MAKETYPE macro

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static int CV_MAKETYPE(
	int depth,
	int cn
)
Public Shared Function CV_MAKETYPE ( _
	depth As Integer, _
	cn As Integer _
) As Integer
public:
static int CV_MAKETYPE(
	int depth, 
	int cn
)

Parameters

depth
Int32
The type of depth
cn
Int32
The number of channels

Return Value

[Missing <returns> documentation for "M:Emgu.CV.CvInvoke.CV_MAKETYPE(System.Int32,System.Int32)"]

See Also