A way to segment bone in the Ultrasound Image
4 views (last 30 days)
Show older comments
Stelios Fanourakis
on 30 Jun 2019
Commented: Stelios Fanourakis
on 1 Jul 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 Comments
Accepted Answer
Image Analyst
on 30 Jun 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 Comments
Image Analyst
on 1 Jul 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.
More Answers (0)
See Also
Categories
Find more on Ultrasound Imaging in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!