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)
Syntaxpublic 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
)
static member GetPixelColor :
image : IImage *
location : Point -> IColor
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:
IColorThe color at the specific location
See Also