Depth Image Segmentation Using Depth Threshold
조회 수: 3 (최근 30일)
이전 댓글 표시
Depth threshold can be used to extract a foreground (e.g a hand) when there's a gap between a foreground and it's background. In some cases where the foreground goes "deeper" than its background, or being "buried" in the background, how can the extraction/segmentation be done?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/156149/image.png)
댓글 수: 0
답변 (1개)
Yves Daoust
2016년 2월 29일
편집: Yves Daoust
2016년 2월 29일
This isn't really possible using the depth information alone, especially if the hand touches the sheet. There is no difference between a finger and a fold. (Unless you deploy an elastic 3D model of a hand and fingers and fit it to the data.)
In this particular case, you can probably work by first segmenting the skin from the visible image.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Computer Vision Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!