|
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()
Public Function CollectActivePixels As List(Of IntPoint)
Request Example
View SourceReturn Value
Type:
ListIntPointReturns list of points, which have other than black color.
See Also