Click or drag to resize
Accord.NET (logo)

BorderFollowingFindContour Method (BitmapData)

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
public List<IntPoint> FindContour(
	BitmapData image
)
Request Example View Source

Parameters

image
Type: System.Drawing.ImagingBitmapData
A grayscale image.

Return Value

Type: ListIntPoint
A list of IntPoints defining a contour.

Implements

IContourExtractionAlgorithmFindContour(BitmapData)
See Also