http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Get the color type of the image
Namespace: Emgu.CV.ReflectionAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public static Type GetTypeOfColor( IImage image ) |
Visual Basic |
---|
Public Shared Function GetTypeOfColor ( _ image As IImage _ ) As Type |
Visual C++ |
---|
public: static Type^ GetTypeOfColor( IImage^ image ) |
Parameters
- image
- Type: Emgu.CV..::..IImage
The image to apply reflection on