http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Given the source and destination color type, compute the color conversion code for CvInvoke.cvCvtColor function
Namespace: Emgu.CV.UtilAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static COLOR_CONVERSION GetColorCvtCode( Type srcColorType, Type destColorType ) |
Visual Basic |
---|
Public Shared Function GetColorCvtCode ( _ srcColorType As Type, _ destColorType As Type _ ) As COLOR_CONVERSION |
Visual C++ |
---|
public: static COLOR_CONVERSION GetColorCvtCode( Type^ srcColorType, Type^ destColorType ) |
Parameters
- srcColorType
- Type: System..::..Type
The source color type. Must be a type inherited from IColor
- destColorType
- Type: System..::..Type
The dest color type. Must be a type inherited from IColor