Click or drag to resize
Accord.NET (logo)

IContourExtractionAlgorithmFindContour Method (UnmanagedImage)

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(
	UnmanagedImage image
)
Request Example View Source

Parameters

image
Type: Accord.ImagingUnmanagedImage
A grayscale image.

Return Value

Type: ListIntPoint
A list of IntPoints defining a contour.
See Also