# ldm
version:0.0.4
ldm=landmarks
you can use a function to get landmarks and face with no other libs
like this:
```
import ldm
from skimage import io
imagepath="closed_eye/10.jfif"
ldmer=ldm.LDM()
img=io.imread(imagepath)
ldl,facel,txt=ldmer.landmarks(img)
print txt
for ld in ldl:
print 10*'-'
print 'nose:'
print ld['nose']
for face in facel:
print 10*'-'
print 'face:'
print face
```
20180524
anjiang
version:0.0.4
ldm=landmarks
you can use a function to get landmarks and face with no other libs
like this:
```
import ldm
from skimage import io
imagepath="closed_eye/10.jfif"
ldmer=ldm.LDM()
img=io.imread(imagepath)
ldl,facel,txt=ldmer.landmarks(img)
print txt
for ld in ldl:
print 10*'-'
print 'nose:'
print ld['nose']
for face in facel:
print 10*'-'
print 'face:'
print face
```
20180524
anjiang
Release files for ldm 0.0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ldm-0.0.4.tar.gz | 2.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ldm-0.0.4-py2.7.egg | Legacy Egg format | - | - | Details |
Total release size: 5.8 kB
Release files / ldm-0.0.4.tar.gz
| Download URL | ldm-0.0.4.tar.gz |
|---|---|
| Size | 2.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
527c8ad1644274f42a876d05ee4ac9ea216cf142c561ccf008a85754afaa4a72
|
|
BLAKE2b-256 checksum How to use checksums |
045b0b482b5a0a788b9405e53f15ffc4f55d9e442ca02307f21ee3b109f1353f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / ldm-0.0.4-py2.7.egg
| Download URL | ldm-0.0.4-py2.7.egg |
|---|---|
| Size | 3.7 kB |
| Tags | Egg |
|
SHA-256 checksum How to use checksums |
5f783302dfbdf7f48f379d8705ef52f5d42cd714de4c303bdd28028981965b8d
|
|
BLAKE2b-256 checksum How to use checksums |
8b80f74daeb3e03c389980af91691910280075f9e132b1348cd5695911be97e4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |