Emgu CV Library Documentation
GetPixelColor Method (image, location)
NamespacesEmgu.CV.ReflectionReflectIImageGetPixelColor(IImage, Point)

www.emgu.com/wiki
Get the color at the specific location of the image
Declaration Syntax
C#Visual BasicVisual C++
public static IColor GetPixelColor(
	IImage image,
	Point location
)
Public Shared Function GetPixelColor ( _
	image As IImage, _
	location As Point _
) As IColor
public:
static IColor^ GetPixelColor(
	IImage^ image, 
	Point location
)
Parameters
image (IImage)
The image to obtain pixel value from
location (Point)
The location to sample a pixel
Return Value
The color at the specific location

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)