get the eye state from the landmarks of the face in the image
Project description
Info
ai_eye.py 2018-05-25
Author: Zhao Mingming <471106585@qq.com>
Copyright: This module has been placed in the public domain.
version:0.0.7
Functions:
has_closed_eye
: eye's open degree
How To Use This Module
.. image:: funny.gif :height: 100px :width: 100px :alt: funny cat picture :align: center
- when u use pip install ldm==0.0.2
.. code:: python
from ldm import landmarks
from ai_eye import has_closed_eye
from skimage import io
imagepath="closed_eye/10.jfif"
img=io.imread(imagepath)
ldl,helptxt=landmarks(img)
print helptxt
for ld in ldl:
print has_closed_eye(ld)
- when u use pip install ldm==0.0.4
.. code:: python
import ldm
from ai_eye import has_closed_eye
from skimage import io
imagepath="closed_eye/10.jfif"
ldmer=ldm.LDM()
img=io.imread(imagepath)
ldl,facel,helptxt=ldmer.landmarks(img)
print helptxt
for ld in ldl:
print has_closed_eye(ld)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
send_wechat-0.0.3.tar.gz
(2.1 kB
view hashes)
Built Distributions
send_wechat-0.0.3-py2.7.egg
(3.2 kB
view hashes)
Close
Hashes for send_wechat-0.0.3-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5ef1b8c7bc35f38a0d5d329ba35a791376a48f4eab2b7e876544f6020f6df56f |
|
MD5 | ce5a51cb8d4a8d616afe1a3d2a8dce1a |
|
BLAKE2b-256 | 6226cff2cd8dbdb4c2233e80a95b340d10d4282e1d1c7e3d10cb9b186769d7a2 |