Class MRFaceExtensions
Namespace: Unity.MARS
Syntax
public static class MRFaceExtensions
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 |