Criminal Record Fetch Using Face Recognition
Face recognition systems are an important field in computer vision and are currently used to monitor for dangerous persons and track criminals.
A face recognition system uses a database of images and compares another image against those and a match, if one exists.
We implemented an original face recognizer in Java and tested it for recall and accuracy with more image sets.
Criminal record generally contains personal information about particular person along with photograph. To identify any Criminal we need some identification regarding person, which are given by eyewitness.
In most cases the quality and resolution of the recorded image segments is poor and hard to identify a face. To overcome this sort of problem we are developing software. Identification can be done in many ways like finger print, eyes, DNA etc. One of the applications is face identification.
The face is our primary focus of attention in social inters course playing a major role in conveying identify and emotion.
Although the ability to infer intelligence or character from facial appearance is suspect, the human ability to recognize face is remarkable. Overall, our method achieved very good results.
For scenarios like surveillance which require low false negatives, our accuracy rate was 75%.
No comments:
Post a Comment
Thanks For Your Response