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: 3.2.0.2682 (3.2.0.2682)
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