필터 지우기
필터 지우기

how to apply vision function

조회 수: 5 (최근 30일)
reema
reema 2014년 6월 1일
댓글: reema 2014년 6월 6일
i have a problem me want when face detect on the bases of skin color only face is in frame mee want to use vision function(Viola-Jones Algorithm). but am unable to do this i want to use vision function behaind the detetion buttion and only face is detected. see the image i hope understand my problem well
see in this image on detection part in 6th axes frame is on neck also ..me want only frame on face just using vision function ..can any one help me??? mee using matlab r2013a

채택된 답변

Image Analyst
Image Analyst 2014년 6월 1일
Try using imclose() to join small gaps. Then take the largest blob. If the neck is separated from the face, the face will be larger and you will extract only the face. bwconvhull() may also be of interest to you. See my attached demo for taking the N largest or smallest blobs.
  댓글 수: 9
Image Analyst
Image Analyst 2014년 6월 5일
OK, let's end this thread . I don't want to keep answering the same thing in two different threads.
reema
reema 2014년 6월 6일
okay sir me remove this one

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Processing and Computer Vision에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by