Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: Want to create a Face Recognition system.

  1. #1
    Junior Member
    Join Date
    Aug 2012
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Want to create a Face Recognition system.

    Hey Javaprogrammingfourums!

    I want your help on a project.
    I want to create a Face Recognition system.
    So please tell me any available library which can recognize image from the set of images in database.
    Please tell me as soon as possible because i need to submit it in my college


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: Want to create a Face Recognition system.

    This is not a trivial project. I would first suggest you do a web search for facial recognition to get a lay of the land for the algorithms out there. One of which, termed "eigenfaces", would be worth looking into to get a sense of the complexity. I know of no libraries to help you out other than math libraries such as apache commons math.

  3. #3
    Junior Member
    Join Date
    Aug 2012
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Want to create a Face Recognition system.

    I have search many library on internet.
    Some of them are like OpenCV, Haarfacerecognition, faint.
    In which i like faint most.

    So please if you can, tell me how to implement faint in my java program which capture image and sends this image to faint for recognition and the return result from faint will tell the approx. matching percentage.

    And please also provide me link for apache common math

Similar Threads

  1. Speech Recognition: javax.speech.recognition
    By Rapunzel in forum What's Wrong With My Code?
    Replies: 0
    Last Post: June 16th, 2011, 09:10 AM
  2. How to Use JTree to create a File System Viewer Tree
    By JavaPF in forum Java Swing Tutorials
    Replies: 0
    Last Post: March 15th, 2011, 05:05 AM
  3. How to Use JTree to create a File System Viewer Tree
    By JavaPF in forum Java Code Snippets and Tutorials
    Replies: 0
    Last Post: March 15th, 2011, 05:05 AM
  4. Speech recognition project
    By zulqar in forum Java Applets
    Replies: 1
    Last Post: October 31st, 2010, 02:08 PM
  5. Speach Recognition
    By zulqarnain ali abid in forum Java Theory & Questions
    Replies: 1
    Last Post: October 28th, 2010, 07:16 PM