|
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
)
Public Function FindPeaks (
contour As List(Of IntPoint)
) As List(Of IntPoint)
Request Example
View SourceParameters
- contour
- Type: System.Collections.GenericListIntPoint
A list of
integer points defining the contour.
Return Value
Type:
ListIntPointSee Also