I want matlab program for nose, eyes and mouth detection without using OpenCV ?

3 vues (au cours des 30 derniers jours)
Bushry
Bushry le 17 Mai 2013
I want matlab program for nose, eyes and mouth detection without using OpenCV ?
I found there are available method using Viola Jones OpenCV. I want matlab program without using OpenCv.

Réponses (1)

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 outputs the location of eyes, nose and mouth corners as well as the face bounding box, and has much better performance than the built in vision.CascadeObjectDetector

Catégories

En savoir plus sur Code Generation, GPU, and Third-Party Support dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by