http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
This function performs the same as CV_MAKETYPE macro
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static int CV_MAKETYPE( int depth, int cn ) |
Visual Basic |
---|
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)"]