C# Класс Accord.Math.Geometry.KCurvature

K-curvatures algorithm for local maximum contour detection.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

FindPeaks() публичный метод

Finds local extremum points in the contour.
public FindPeaks ( List contour ) : List
contour List A list of /// integer points defining the contour.
Результат List

KCurvature() публичный метод

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..
Результат System