C# 클래스 HandInput.Util.FaceModel

파일 보기 프로젝트 열기: ushadow/handinput

공개 메소드들

메소드 설명
FaceModel ( DepthImagePoint center, float radius ) : System

IsPartOfFace ( int x, int y, float distance ) : bool

메소드 상세

FaceModel() 공개 메소드

public FaceModel ( DepthImagePoint center, float radius ) : System
center DepthImagePoint Head center in the depth image.
radius float Head radius in the depth image.
리턴 System

IsPartOfFace() 공개 메소드

public IsPartOfFace ( int x, int y, float distance ) : bool
x int
y int
distance float Distance in mm.
리턴 bool