Skip to main content

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

  1. 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)
  1. 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


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.2.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distributions

send_wechat-0.0.2-py2.7.egg (3.1 kB view hashes)

Uploaded Source

send_wechat-0.0.2-py2-none-any.whl (2.4 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page