Sketch-Based Face Matching
/*the User note the key Points of the face, by pointing*/
2. the application gives back the most closely matched one.
II. Methods
1.1. Constrain the Located Features by changing the space located by Haar classifier.
2.1. Use the Harris Corner Detector in Features that are located by Haar classifier.
2.2. Get the uppermost, lowermost, leftmost, and rightmost Key Points within the Feature.
3.1. Use the average Color of the nose to be the representative of the Face.
3.2. Use the Haar Classifier to locate the Eye, get the average color of the iris.
4. Compare the Faces by checking the length and distances as well as shapes.
III. tool
IV. Database
Front Face Pictures grabbed from google.
V. Future Plan
1. add more restrain. Such as the Moles, the eye-wrinkles and so on.
2. train better classifier for the feature detection & Face Key Point detection.
3. work out a better algorithm for the searching process.
4. Try to link this to social network, and use the Location and other information to help in finding the person.
VI. User Interface
VII. Result
(the most closely one, when i didn't put the original photo in my database)