What is wrong with the attached contour dectection code?
古いコメントを表示
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 件のコメント
Geoff Hayes
2019 年 11 月 29 日
Explorer - what is happening when you run your code? Please describe.
Explorer
2019 年 11 月 29 日
編集済み: Image Analyst
2019 年 11 月 29 日
Image Analyst
2019 年 11 月 29 日
編集済み: Image Analyst
2019 年 11 月 29 日
If nothing is wrong with the image capture part, can you attach the image file so we can concentrate on just the contour detection part of the code?
I looked over the code. If you have done color segmentation and have a binary image of the hand/skin, then why do you need to go on and use activecontour() on it? What does that buy you???
Explorer
2019 年 11 月 30 日
KALYAN ACHARJYA
2019 年 11 月 30 日
編集済み: KALYAN ACHARJYA
2019 年 11 月 30 日
More: you can easily segment those hands based on image preprocessing and thresholding.
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Face Detection についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


