Click or drag to resize
Accord.NET (logo)

UnmanagedImageCollectActivePixels Method

Collect coordinates of none black pixels in the image.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public List<IntPoint> CollectActivePixels()
Request Example View Source

Return Value

Type: ListIntPoint
Returns list of points, which have other than black color.
See Also