How to seperate extruded part from its attach boundary in image processing ?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I want to seperate the extrude part
0 comentarios
Respuestas (1)
Image Analyst
el 7 de Sept. de 2022
Try bwskel to identify the longest spine, then dilate it and use it as a mask on the original.
2 comentarios
Image Analyst
el 7 de Sept. de 2022
You thresholded wrong. You need to invert it so that the cark blob is the foreground (white).
Image Analyst
el 8 de Sept. de 2022
If you have any more questions, then attach your original image and code with the paperclip icon after you read this:
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!