How to extract the tumor region, after watershed algorithm??

2 views (last 30 days)
I applied watershed transform for ultrasound image, resulting in 2 or 3 objects including tumor region. I need to extract true tumor region for further processing. I'm looking for an automatic one.
Thank you in advance,,
  1 Comment
LOKESH
LOKESH on 6 May 2014
Thank you for your reply..
The output of watershed algorithm is as shown. How to extract Features from the tumor region (ie. the above region in the image).
If I used imclearborder built in function. I can extract the tumor region, from that features are extracted. But it'll not work in this case, because tumor region s attached to border so tumor also went off.
Please suggest some other method to extract the features from tumor region.
e

Sign in to comment.

Accepted Answer

Image Analyst
Image Analyst on 5 May 2014
What do you mean "extract"? If you've segmented and have the 2 or 3 binary image blobs, just label them and call regionprops. If you really want to crop them out into separate sub images, then see my Image Segmentation Tutorial in my File Exchange: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862
  1 Comment
Image Analyst
Image Analyst on 6 May 2014
Regarding your new comment. If you've used watershed, it gives you a labeled image as output, so just pass that into regionprops. If you don't want to call imclearborder, then don't .

Sign in to comment.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!