A way to segment bone in the Ultrasound Image
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Stelios Fanourakis
le 30 Juin 2019
Commenté : Stelios Fanourakis
le 1 Juil 2019
Hello
As you can see I attach two images. The original us image and the other is after applying a harry's edge detector filter.
As it is obvious, there is a small pattern of white pixels outlining the bone area in the processed image.
Two questions:
1) Is there a better method to preprocess the image and eliminate the randomly white pixels (dots) on the processed image and keep only the major two white lines (curves). The one at the top that looks like a downward curve (hemisphere) and the bone outline. All the rest white speckle dots should be removed.
2) I was thinking of an algorithm to create a pattern of the white pixels in the bone area. One that will estimate certain distance from the white pixels area of the bone (neightbor pixels) and register them, creating a specific pattern of white pixels that can be segmented.
I hope that I can be clear in my thoughts.
Waiting to your feedback.
Thanks
0 commentaires
Réponse acceptée
Image Analyst
le 30 Juin 2019
You could try a median filter or something better. See Vision Bib for some ultrasound processing algorithms.
Or you could just threshold and clean up afterwards, like throw out blobs smaller than a certain area or with an aspect ratio that is not right.
5 commentaires
Image Analyst
le 1 Juil 2019
Can you manually trace it, like with the attached demo? Otherwise I don't know how to do it, and if you can't do it either, perhaps you'll have to hire someone who has done ultrasound segmentation to help you, because a robust algorithm that will work for all kinds of similar images is not going to be some quick 5 minute job I can help you with.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Ultrasound Imaging dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!