Collect pixel values from the specified list of coordinates.
Namespace:
AForge.ImagingAssembly: AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
Parameters
- points
- Type: System.Collections.Generic..::.List<(Of <(IntPoint>)>)
List of coordinates to collect pixels' value from.
Return Value
Returns array of pixels' values from the specified coordinates.
Remarks
The method goes through the specified list of points and for each point retrievs corresponding pixel's value from the unmanaged image.



Exceptions
Exception | Condition |
---|---|
AForge.Imaging..::.UnsupportedImageFormatException | Unsupported pixel format of the source image. Use Collect16bppPixelValues() method for images with 16 bpp channels. |