enhance Lung Field in X ray image

i want to enhance shape from this image to be more smooth
to be like this shape
thanks

Answers (2)

Sajid Khan
Sajid Khan on 10 Nov 2014
Use morphology such as dilation
Image Analyst
Image Analyst on 10 Nov 2014
You can try imclose() to smooth your binary mask, or try activecontour (demo attached).

1 Comment

I would try activecontour with a higher smooth factor (controlled by parameter 'SmoothFactor') till you get the desired smoothness.

Sign in to comment.

Asked:

on 12 Dec 2013

Commented:

on 10 Nov 2014

Community Treasure Hunt

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

Start Hunting!