I wanted to share a small project I worked in for face detection in images.
It is based on the work of Karthik Tharavaad and Maurice Svay from https://github.com/mauricesvay/php-facedetection
I basically only ported it to Xojo, unfortunately it is not very fast but may be it can help someone.
You may download the project from:
http://www.albumtd.com/resources/facedetector_xojo_binary_project.zip (If it could be attached to this post it would be great, please let me know).
By taking a look on the original code you will understand better how it works as I haven’t commented my code.
A little contribution for all the help received, thanks