|   | 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
Syntaxpublic List<IntPoint> FindPeaks(
	List<IntPoint> contour
)
Public Function FindPeaks ( 
	contour As List(Of IntPoint)
) As List(Of IntPoint)
Parameters
- contour
- Type: System.Collections.GenericListIntPoint
 A list of 
            integer points defining the contour.
Return Value
Type: 
ListIntPoint See Also
See Also