Click or drag to resize

ReflectIImageGetPixelColor Method

http://www.emgu.com
Get the color at the specific location of the image

Namespace:  Emgu.CV.Reflection
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public static IColor GetPixelColor(
	IInputArray image,
	Point location
)

Parameters

image
Type: Emgu.CVIInputArray
The image to obtain pixel value from
location
Type: System.DrawingPoint
The location to sample a pixel

Return Value

Type: IColor
The color at the specific location
See Also