C# Class Accord.Math.Geometry.KCurvature

K-curvatures algorithm for local maximum contour detection.
Show file Open project: accord-net/framework Class Usage Examples

Public Methods

Method Description
FindPeaks ( List contour ) : List

Finds local extremum points in the contour.

KCurvature ( int k, DoubleRange theta ) : System

Initializes a new instance of the KCurvature class.

Method Details

FindPeaks() public method

Finds local extremum points in the contour.
public FindPeaks ( List contour ) : List
contour List A list of /// integer points defining the contour.
return List

KCurvature() public method

Initializes a new instance of the KCurvature class.
public KCurvature ( int k, DoubleRange theta ) : System
k int The number K of previous and posterior /// points to consider when find local extremum points.
theta AForge.DoubleRange The theta angle range (in /// degrees) used to define extremum points..
return System