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

2 ビュー (過去 30 日間)
tawheed jan
tawheed jan 2014 年 1 月 13 日
コメント済み: Walter Roberson 2016 年 6 月 3 日
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 件のコメント
tawheed jan
tawheed jan 2014 年 1 月 13 日
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 件のコメント
nitesh mittal
nitesh mittal 2016 年 6 月 3 日
can u tell the alternate for vision.cascadeobjectdetector... because it is not working on my matlab
Walter Roberson
Walter Roberson 2016 年 6 月 3 日
vision.CascadeObjectDetector not vision.cascadeobjectdetector
You need at least R2012a for it.

サインインしてコメントする。

Community Treasure Hunt

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

Start Hunting!

Translated by