face detection using edge detection

4 ビュー (過去 30 日間)
matlab_image
matlab_image 2012 年 6 月 21 日
hi i want to detect the faces from still image with the help of edge detection. my program is just finding edges and am also trying with bwlabel() and regionprops() after detecting edges of image. but it is not providing any correct result..... please suggest me how can i detect faces after finding edges of image...... thanks in advance

回答 (2 件)

Image Analyst
Image Analyst 2012 年 6 月 21 日
It's built in to the Computer Vision Toolbox http://www.mathworks.com/products/computer-vision/description4.html. It uses the Viola Jones method, if you've heard of that. It uses Haar features, which is like an edge detector in a way. There are also several face detection submissions in the File Exchange.
  3 件のコメント
Image Analyst
Image Analyst 2012 年 6 月 22 日
Sorry but I don't have time to read the paper and explain it to you. I don't have time to do that for anybody, not just you. Few people here do, unless the paper really really strikes their interest or curiosity for some reason.
matlab_image
matlab_image 2012 年 6 月 26 日
Its OK and thanks for reply.

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


Fa Fa
Fa Fa 2012 年 12 月 12 日
Hi,has somebody Trainingimages and Testimages for face detetection 24x24 Pixel?

Community Treasure Hunt

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

Start Hunting!

Translated by