ReflectIImageGetTypeOfColor Method |
http://www.emgu.com
Get the color type of the image
Namespace:
Emgu.CV.Reflection
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
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