Plz tell me how to detect the face of a person in an image.I want matlab code for this.

I want matlab code for detecting the face of a person in an image. can anybody help me,it is urgent.

답변 (3개)

Mischa Kim
Mischa Kim 2014년 1월 13일
Hello Tawheed, have you checked File Exchange?

댓글 수: 1

ya but i am not able to get the code.can u plz tell me where from i can download it.

댓글을 달려면 로그인하십시오.

Image Analyst
Image Analyst 2014년 1월 13일
편집: Image Analyst 2014년 1월 13일
Depends on what you mean by "a" person. There is no face recognition (where your image matches a specific person in your database) built into MATLAB or any of the toolboxes, only face detection ( any human face, not caring who) in the Computer Vision System Toolbox. See this page: Face Detection by Computer Vision System Toolbox for face detection (all faces, we don't care who).
If you can't find code, you'll have to write your own. You can use papers that have been published here: VisionBib
Anand
Anand 2014년 1월 13일
If you have the Computer Vision System Toolbox, you can use the vision.CascadeObjectDetector to detect faces. The linked page contains code examples.
Additionally, you can look into this example as well:
Hope this helps.

댓글 수: 2

can u tell the alternate for vision.cascadeobjectdetector... because it is not working on my matlab
vision.CascadeObjectDetector not vision.cascadeobjectdetector
You need at least R2012a for it.

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Image Processing and Computer Vision에 대해 자세히 알아보기

질문:

2014년 1월 13일

댓글:

2016년 6월 3일

Community Treasure Hunt

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

Start Hunting!

Translated by