hello and good 2009,
have a question abuot Face Recognition of given photo, do you think is possibile with IM ?
or in alternative, shapes (square, circle, etc)
Thank you,
m.
Face Recognition
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: Face Recognition
Not with IM, YET, though it is something some of us are looking at. Basically speicific algorithms for circle and line detection needs to be implemented.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/
Re: Face Recognition
Yes interesting but face detection has been around for years and I am told based on an algorithm created in 2002?
What is new about this apart from using Python which I would suggest is limited in appeal although it seems to be the new "in" language?
What is new about this apart from using Python which I would suggest is limited in appeal although it seems to be the new "in" language?
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Face Recognition
We already have line detection (-hough-lines) and a circle version would be easy to add. It is on my list to prototype with a script. But I think there is more to it than just that. I think skin color must also be detected. OpenCV has a face detection routine, as I recall, one may want to try that.