필터 지우기
필터 지우기

I've tried the code mentioned in the link below. But, the bounding box is not fully enclosing the hand and moreover the hand is not getting segmented well. Kindly help me in solving this problem

조회 수: 2 (최근 30일)

채택된 답변

Image Analyst
Image Analyst 2018년 2월 9일
Try adjusting the values in this line:
[r,c,v] = find(Cb>=77 & Cb<=127 & Cr>=133 & Cr<=173);

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by