Recognize structures in Images

Miki Tebeka miki.tebeka at zoran.com
Sun Feb 8 04:12:39 EST 2004


Hello David,

> I want to write a program in Python which can regonize structures in 
> images (e.g. a person's mouth in a picture of a face) and don't know how 
> to start...
Learn about Image recognition :-)

Python has a wonderful library for handling images call PIL
(http://www.pythonware.com/products/pil/)

HTH.
Miki



More information about the Python-list mailing list