Dicom image segmentation to detect objects with same pixel intensity neighbor
Show older comments
Dear all,
Attached are the series of CT scan images at different body height level that increases from a (belly) towards b (chest). From such images, I am trying to detect outer chest muscle (green curve) in order to generate its 3D computer model. So far, my Matlab code is able to detect the boundary of the green surface if the outlier structure (red) is far from the green surface fig. a). However, if the outlier red structures are close to the green surface, bwboundaries considers the red outlier surface as well. Here, both the organ with red and green surface have same contrast, this makes thresholding difficult. I adjusted imopen/imerode to remove some pixels so that they do not come closer, but deletes the pixel points from the green surface and gives incomplete representation of the region of interest.
What could be the best way to detect the green curves only with no influence from the red bounded structures?
Thank you very much in advance for any help.


Accepted Answer
More Answers (0)
Categories
Find more on Image Segmentation 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!