필터 지우기
필터 지우기

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

조회 수: 3 (최근 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 CenterFile Exchange에서 Code 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