Exposes key points of the cheek of a detected Face
object.
Key points are returned in the detected face's local coordinate system. Use Face.cameraTransform.applyToPoint()
to convert the point to the camera's coordinate system.
Property | Description |
---|---|
| (get) center: PointSignal The location of the center of the cheek, as a PointSignal . |
| (get) cheekbone: PointSignal The location of the cheekbone, as a PointSignal . |
This module exposes no methods.