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

Convex Hull Defects Extractor.
파일 보기 프로젝트 열기: accord-net/framework 1 사용 예제들

공개 메소드들

메소드 설명
ConvexHullDefects ( double minDepth ) : System

Initializes a new instance of the ConvexHullDefects class.

FindDefects ( List contour, List convexHull ) : List

Finds the convexity defects in a contour given a convex hull.

비공개 메소드들

메소드 설명
extractDefect ( List contour, int startIndex, int endIndex ) : ConvexityDefect

메소드 상세

ConvexHullDefects() 공개 메소드

Initializes a new instance of the ConvexHullDefects class.
public ConvexHullDefects ( double minDepth ) : System
minDepth double The minimum depth which characterizes a convexity defect.
리턴 System

FindDefects() 공개 메소드

Finds the convexity defects in a contour given a convex hull.
public FindDefects ( List contour, List convexHull ) : List
contour List The contour.
convexHull List The convex hull of the contour.
리턴 List