How to remove unwanted areas from binary image ?
6 views (last 30 days)
Show older comments
I want to remove unwanted portion from the binary image to get a clear hand image .
0 Comments
Answers (2)
Image Analyst
on 2 Jan 2021
Rather than cleaning up a horrible segmented image, you're best off trying to improve the segmentation process. How did you do that lousy job? Was it though color segmentation? Thresholding? Background subtraction? What was it???
Ritankar Sahu
on 2 Jan 2021
Hi Zara,
You can try to apply 'bwmorph' function to remove the distant areas. 'dilate', 'bridge', 'clean' these options may be helpful!! If you be unsuccessful, write me back, I will try to find other options.
Have a nice day!
See Also
Categories
Find more on Red in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!