C# 클래스 Accord.Math.Geometry.KCurvature

K-curvatures algorithm for local maximum contour detection.
파일 보기 프로젝트 열기: accord-net/framework 1 사용 예제들

공개 메소드들

메소드 설명
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