Class MRFaceExtensions
Namespace: Unity.MARS.Data
Syntax
public static class MRFaceExtensions : object
Methods
GetBounds(IMRFace)
Calculates the Bounds of a MRFace using landmark positions.
Declaration
public static Bounds GetBounds(this IMRFace face)
Parameters
| Type | Name | Description |
|---|---|---|
| IMRFace | face | Face. |
Returns
| Type | Description |
|---|---|
| Bounds | The min Bounds tha contains all the present face landmarks |