Exposes key points of the nose 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) bridge: PointSignal The location of the bridge of the nose, as a PointSignal . |
| (get) leftNostril: PointSignal The location of the left nostril, as a PointSignal . |
| (get) rightNostril: PointSignal The location of the right nostril, as a PointSignal . |
| (get) tip: PointSignal The location of the tip of the nose, as a PointSignal . |
This module exposes no methods.