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.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public static IColor GetPixelColor(
	IImage image,
	Point location
)

Parameters

image
Type: Emgu.CVIImage
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