enhance Lung Field in X ray image
Show older comments
i want to enhance shape from this image to be more smooth

to be like this shape

thanks
Answers (2)
Sajid Khan
on 10 Nov 2014
0 votes
Use morphology such as dilation
Image Analyst
on 10 Nov 2014
0 votes
You can try imclose() to smooth your binary mask, or try activecontour (demo attached).
1 Comment
Anand
on 10 Nov 2014
I would try activecontour with a higher smooth factor (controlled by parameter 'SmoothFactor') till you get the desired smoothness.
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!