Computer Vision application(+web interface) for face detection and recognition from database

Posted by Kush on Stack Overflow See other posts from Stack Overflow or by Kush
Published on 2012-03-27T20:58:15Z Indexed on 2012/03/28 5:30 UTC
Read the original article Hit count: 353

Filed under:
|
|

My project is a computer vision java application which should implement the following :

  1. A web interface through which the form entry+images(for example a student data) will be stored into a database(Mysql) & images into directory common to my java application.
  2. Then the data & images can be retrieved from my java Gui application and I can perform the following operations of image processing through OpenCV.
  3. Actually,I want to run the face detection on images retrieved and discard the false entries(no proper face).
  4. Also the application user/admin can search an image based on text search(By Id) or By another reference image using face recognition.

I am well familiar with Java but the problem is that I need a guidance on how to organise it in a stepwise manner(links appreciated).OpenCv,Php and mySql are really messy.I know doing the openCV stuff within java is real overhead but i really want to do it.But If there is any suggestion to do it elseway please guide me.So any kind of help is a ray of hope for me.

  • Thanks.

© Stack Overflow or respective owner

Related posts about java

Related posts about php