This function performs the same as CV_MAKETYPE macro

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

Syntax

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

Parameters

depth
Type: System..::.Int32
The type of depth
cn
Type: System..::.Int32
The number of channels

Return Value

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

See Also