Click or drag to resize
Accord.NET (logo)

UnmanagedImageCollectActivePixels Method (Rectangle)

Collect coordinates of none black pixels within specified rectangle of the image.

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

Parameters

rect
Type: System.DrawingRectangle
Image's rectangle to process.

Return Value

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