What is wrong with the attached contour dectection code?
조회 수: 2 (최근 30일)
이전 댓글 표시
The attached code opens webcame with bounding box. The bounding box is for the hand. The code should capture the image of the hand in the bounding box, detects
Code is supposed to do following things.
- Opens webcam with bounding box for hand
- The image of hand is captured by pressing spacebar key
- The hand image is cropped
- Skin is detected from the cropped image of hand
- draw contour of hand in white color on black image
But it is not doing so. Please help me.
댓글 수: 5
KALYAN ACHARJYA
2019년 11월 30일
편집: KALYAN ACHARJYA
2019년 11월 30일
More: you can easily segment those hands based on image preprocessing and thresholding.
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Image Segmentation and Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!