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
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.
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