|
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
)
Public Function CollectActivePixels (
rect As Rectangle
) As List(Of IntPoint)
Request Example
View SourceParameters
- rect
- Type: System.DrawingRectangle
Image's rectangle to process.
Return Value
Type:
ListIntPointReturns list of points, which have other than black color.
See Also