get the landmars of the face in the image
Project description
# ldm
version:0.0.1
ldm=landmarks
you can usr a function to get landmarks with no other libs
like this:
```
# pip install gldm
from gldm import landmarks
from skimage import io
imagepath="closed_eye/10.jfif"
img=io.imread(imagepath)
ldl,txt=landmarks(img)
print txt
for ld in ldl:
print ld['nose']
```
20180524
anjiang
version:0.0.1
ldm=landmarks
you can usr a function to get landmarks with no other libs
like this:
```
# pip install gldm
from gldm import landmarks
from skimage import io
imagepath="closed_eye/10.jfif"
img=io.imread(imagepath)
ldl,txt=landmarks(img)
print txt
for ld in ldl:
print ld['nose']
```
20180524
anjiang
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
ldm-0.0.2.tar.gz
(1.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
ldm-0.0.2-py2.7.egg
(3.4 kB
view details)
File details
Details for the file ldm-0.0.2.tar.gz.
File metadata
- Download URL: ldm-0.0.2.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e039899a21dc465e57e3c775cf974d178cdbb4430bd8ac512abfaeb2d7e83f8e
|
|
| MD5 |
cb5804a482ee7e9239a82b76a51b8eea
|
|
| BLAKE2b-256 |
5dda381099830cf59d8b45d4969611e39992d7f8908e37f6bafde22ad6ba0f08
|
File details
Details for the file ldm-0.0.2-py2.7.egg.
File metadata
- Download URL: ldm-0.0.2-py2.7.egg
- Upload date:
- Size: 3.4 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
80f04fbfc960b582392d60b86dddecc5e0ab3786e12f1a5b22413f76a859eb8e
|
|
| MD5 |
701884e037e745d4f8decd5f13236980
|
|
| BLAKE2b-256 |
050e9bd95c7c48d8792c7db6a11da4e506295973853ec871f9f4f75e79dfb33d
|