How to find the desired element in an image?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi, I have an image shown and I want to find the linear structure elements with 80 pixels of length and angle= 30 degree which are fit in the attached image.
How can I do so? Thank you.
7 commentaires
DGM
le 10 Juin 2022
Modifié(e) : DGM
le 10 Juin 2022
In the prior example using bwskel(), I showed the use of the 'minbranchlength' option to selectively prune short branches. That may be one thing you could work with. Selecting branches by angle might be a little more complicated, and perhaps might require some sort of decision regarding how to define the "angle" of a curved line.
The fact that there are so many loops in this image is probably going to be an obstacle though. You might start with a morphological opening to break connectivity in thin areas, but then again, there appear to be some thin spots and breaks in the image of the larger vessels already.
Réponses (1)
Image Analyst
le 10 Juin 2022
It's not worth doing anything with that image because that segmentation is garbage. You need to first improve your segmentation. I believe I told you before so I'm surprised if you took my advice and wrote a paper based on how others did hte segmentation. You can get algorithms here:
Or try using trainable COSFIRE filters for curvilinear structure delineation in images, like this File Exchange entry:
3 commentaires
Image Analyst
le 11 Juin 2022
I think I've done that before to enhance fibers. See attached demo.
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!