Click or drag to resize

CvInvokeMakeType Method

http://www.emgu.com
This function performs the same as MakeType macro

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public static int MakeType(
	DepthType depth,
	int channels
)

Parameters

depth
Type: Emgu.CV.CvEnumDepthType
The type of depth
channels
Type: SystemInt32
The number of channels

Return Value

Type: Int32
An interger tha represent a mat type
See Also