How to seperate extruded part from its attach boundary in image processing ?
1 次查看(过去 30 天)
显示 更早的评论
I want to seperate the extrude part
0 个评论
回答(1 个)
Image Analyst
2022-9-7
Try bwskel to identify the longest spine, then dilate it and use it as a mask on the original.
2 个评论
Image Analyst
2022-9-7
You thresholded wrong. You need to invert it so that the cark blob is the foreground (white).
Image Analyst
2022-9-8
If you have any more questions, then attach your original image and code with the paperclip icon after you read this:
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!