image - Face Detection with JAVA -


i planning develop web app detect faces in jpeg image. use tomcat deployment. want on how proceed.

i dont want code. flowchart of steps do. want avoid use of third party libraries face detection. please list options.

any information, algorithm, resource helpful. thank you..

i recommend using 3rd party lib such opencv. you'll want @ haar feature detector. there's info here http://opencv.willowgarage.com/wiki/facedetection , plenty more on opencv mailing list.

there java bindings opencv http://code.google.com/p/javacv/ . might easiest produce separate command line util shell out in tomcat.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -