Skip to main content

get the landmars of the face in the image

Project description

# ldm
version:0.0.3
ldm=landmarks
you can usr a function to get landmarks with no other libs
like this:
```
# pip install ldm
import ldm
from skimage import io

imagepath="closed_eye/10.jfif"
ldmer=ldm.LDM()
img=io.imread(imagepath)
ldl,txt=ldmer.landmarks(img)
print txt
for ld in ldl:
print ld['nose']

```
20180524
anjiang

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

ldm-0.0.3.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

ldm-0.0.3-py2.7.egg (3.6 kB view hashes)

Uploaded Source

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