|
IContourExtractionAlgorithmFindContour Method (Bitmap)
|
Extracts the contour from a single object in a grayscale image.
Namespace:
Accord.Imaging
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax List<IntPoint> FindContour(
Bitmap image
)
Function FindContour (
image As Bitmap
) As List(Of IntPoint)
Request Example
View SourceParameters
- image
- Type: System.DrawingBitmap
A grayscale image.
Return Value
Type:
ListIntPointA list of
IntPoints defining a contour.
See Also