C# Class HandInput.Util.FaceModel

Afficher le fichier Open project: ushadow/handinput

Méthodes publiques

Méthode Description
FaceModel ( DepthImagePoint center, float radius ) : System

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

Method Details

FaceModel() public méthode

public FaceModel ( DepthImagePoint center, float radius ) : System
center DepthImagePoint Head center in the depth image.
radius float Head radius in the depth image.
Résultat System

IsPartOfFace() public méthode

public IsPartOfFace ( int x, int y, float distance ) : bool
x int
y int
distance float Distance in mm.
Résultat bool