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

Declaration Syntax
Public Shared Function GetPixelColor ( _
image As IImage, _
location As Point _
) As IColor

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)