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
Post a Comment