Method | Description | |
---|---|---|
FaceModel ( DepthImagePoint center, float radius ) : System |
|
|
IsPartOfFace ( int x, int y, float distance ) : bool |
|
public FaceModel ( DepthImagePoint center, float radius ) : System | ||
center | DepthImagePoint | Head center in the depth image. |
radius | float | Head radius in the depth image. |
return | System |
public IsPartOfFace ( int x, int y, float distance ) : bool | ||
x | int | |
y | int | |
distance | float | Distance in mm. |
return | bool |