Click or drag to resize
Accord.NET (logo)

KCurvatureFindPeaks Method

Finds local extremum points in the contour.

Namespace:  Accord.Math.Geometry
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public List<IntPoint> FindPeaks(
	List<IntPoint> contour
)
Request Example View Source

Parameters

contour
Type: System.Collections.GenericListIntPoint
A list of integer points defining the contour.

Return Value

Type: ListIntPoint
See Also