How to seperate extruded part from its attach boundary in image processing ?
1 view (last 30 days)
Show older comments
I want to seperate the extrude part
0 Comments
Answers (1)
Image Analyst
on 7 Sep 2022
Try bwskel to identify the longest spine, then dilate it and use it as a mask on the original.
2 Comments
Image Analyst
on 7 Sep 2022
You thresholded wrong. You need to invert it so that the cark blob is the foreground (white).
Image Analyst
on 8 Sep 2022
If you have any more questions, then attach your original image and code with the paperclip icon after you read this:
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!