The Nose
class exposes the details of a detected nose.
Property | Description |
---|---|
bridge | (get) bridge: PointSignal Specifies a PointSignal representing the location of the bridge of the nose in the face local coordinate system.See Also: Face.cameraTransform to convert the point to the coordinate system of the camera. |
leftNostril | (get) leftNostril: PointSignal Specifies a PointSignal representing the location of the left nostril in the face local coordinate system.See Also: Face.cameraTransform to convert the point to the coordinate system of the camera. |
rightNostril | (get) rightNostril: PointSignal Specifies a PointSignal representing the location of the right nostril in the face local coordinate system.See Also: Face.cameraTransform to convert the point to the coordinate system of the camera. |
tip | (get) tip: PointSignal Specifies a PointSignal representing the location of the tip of the nose in the face local coordinate system.See Also: Face.cameraTransform to convert the point to the coordinate system of the camera. |
This module exposes no methods.