Hello can anyone solve this face detection question?

조회 수: 4 (최근 30일)
asthana
asthana 2014년 6월 13일
댓글: Image Analyst 2014년 6월 14일
helllo every one please tell me why we use Y=255.0*(Y-minY)./(maxY-minY); and why we convert the image in to ycbcr model in the code given over this
and in the result we didn't get the number of face
  댓글 수: 1
Geoff Hayes
Geoff Hayes 2014년 6월 13일
You may want to re-read the header comments in that file and check out the paper that it references ("A simple and accurate face detection algorithm in complex background").
Stepping through the code at these particular lines may also reveal why these actions are happening and their effects on the image.

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

답변 (1개)

Image Analyst
Image Analyst 2014년 6월 13일
A key clue is the author's comment in his code:
% Notes: This algorithm is very primitive and doesn't work in real life.
The code basically depends on hard coded thresholds that probably worked okay for the images that the author had on hand, but might not work well for your image(s).
  댓글 수: 2
asthana
asthana 2014년 6월 14일
then please give me a simple code for face detection that i can understand and can run successfully
Image Analyst
Image Analyst 2014년 6월 14일
Sorry, I don't have any face detection code to turn over to you.

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

카테고리

Help CenterFile Exchange에서 Point Cloud Processing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by