C# 클래스 CCT.NUI.HandTracking.PalmFinder

파일 보기 프로젝트 열기: an83/KinectTouch2 1 사용 예제들

공개 메소드들

메소드 설명
FindCenter ( ConvexHull hull, Contour contour, IList candidates ) : Palm
PalmFinder ( HandDataSourceSettings settings ) : System

비공개 메소드들

메소드 설명
FindCenterFromCandidates ( IList contour, IList candidates ) : void
FindMaxDistance ( IList contourPoints, Point candidate ) : double
IncreaseAccuracy ( Point center, IList contour ) : void
ReduceCandidatePoints ( ConvexHull hull, IList candidates ) : IList

메소드 상세

FindCenter() 공개 메소드

public FindCenter ( ConvexHull hull, Contour contour, IList candidates ) : Palm
hull CCT.NUI.Core.Shape.ConvexHull
contour CCT.NUI.Core.Shape.Contour
candidates IList
리턴 Palm

PalmFinder() 공개 메소드

public PalmFinder ( HandDataSourceSettings settings ) : System
settings HandDataSourceSettings
리턴 System