ReflectIImageGetTypeOfColor Method |
http://www.emgu.com
Get the color type of the image
Namespace:
Emgu.CV.Reflection
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic static Type GetTypeOfColor(
IInputArray image
)
Public Shared Function GetTypeOfColor (
image As IInputArray
) As Type
public:
static Type^ GetTypeOfColor(
IInputArray^ image
)
static member GetTypeOfColor :
image : IInputArray -> Type
Parameters
- image
- Type: Emgu.CVIInputArray
The image to apply reflection on
Return Value
Type:
TypeThe color type of the image
See Also