Comment on page
Eye
The
Eye
class exposes the details of a detected eye.Property | Description |
center | (get) center: PointSignal (set) (Not Available) Specifies a PointSignal representing the center of the eye in the face local coordinate system.See Also: Face.cameraTransform to convert the point to the coordinate system of the camera. |
insideCorner | (get) insideCorner: PointSignal (set) (Not Available) Specifies a PointSignal representing the inside corner of the eye in the face local coordinate system.See Also: Face.cameraTransform to convert the point to the coordinate system of the camera. |
lowerEyelidCenter | (get) lowerEyelidCenter: PointSignal (set) (Not Available) Specifies a PointSignal representing the center of the lower eyelid in the face local coordinate system.See Also: Face.cameraTransform to convert the point to the coordinate system of the camera. |
openness | (get) openness: ScalarSignal (set) (Not Available) Specifies a ScalarSignal representing the openness of the eye. The openness of the eye is a non-negative value where 0.0 is eye closed and 1.0 eye wide open (it can also take values greater than 1.0). |
outsideCorner | (get) outsideCorner: PointSignal (set) (Not Available) Specifies a PointSignal representing the outside corner of the eye in the face local coordinate system.See Also: Face.cameraTransform to convert the point to the coordinate system of the camera. |
upperEyelidCenter | (get) upperEyelidCenter: PointSignal (set) (Not Available) Specifies a PointSignal representing the center of the upper eyelid 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.
Last modified 3yr ago