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
1 回表示 (過去 30 日間)
古いコメントを表示
0 件のコメント
採用された回答
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 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!