ota.eyelid package¶
Submodules¶
ota.eyelid.eyelid module¶
-
ota.eyelid.eyelid.detect_eyelid(image, pupil, **kw)[source]¶ Detect the upper and lower eyelids within a video image
- image : array_like
- Grayscale video image containing eyelid to be detected
- pupil: pupil object
- Object representing the pupil within the given image
- eyelid_mat : array_like
- An array with the same shape as image, containing 0s where there is eyelid has been detected and 1s elsewhere.