Can anybody please help me about detecting face in an image,when the face is looking sideways?

4 vues (au cours des 30 derniers jours)
Its my final year mini-project,for detecting face in still image.I have done it using vision.CascadeObjectDetector() function,but it is unable to detect face when it is sideways. so please help me about side view detection.

Réponses (2)

Image Analyst
Image Analyst le 18 Oct 2013
There is nothing built into MATLAB that does that as far as I know. You'd have to search the literature and find someone who has done it, or invent your own method. Look here : http://iris.usc.edu/Vision-Notes/bibliography/contentspeople.html#Face%20Recognition,%20Detection,%20Tracking,%20Gesture%20Recognition,%20Fingerprints,%20Biometrics

Justin Pinkney
Justin Pinkney le 31 Jan 2020
You can try this deep learning based face detector: https://github.com/matlab-deep-learning/mtcnn-face-detection
It has much better performance than the built in vision.CascadeObjectDetector. It can cope with faces not being frontal facing as well. see this example, with MTCNN detections in yellow, and vision.CascadeObjectDetector in teal:
output2.jpg

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by