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

9 ビュー (過去 30 日間)
Bushry
Bushry 2013 年 5 月 17 日
回答済み: Justin Pinkney 2020 年 1 月 31 日
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.

回答 (1 件)

Justin Pinkney
Justin Pinkney 2020 年 1 月 31 日
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

カテゴリ

Help Center および File ExchangeCode Generation, GPU, and Third-Party Support についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by