enhance Lung Field in X ray image
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
i want to enhance shape from this image to be more smooth
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/153642/image.jpeg)
to be like this shape
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/153643/image.jpeg)
thanks
0 Commenti
Risposte (2)
Image Analyst
il 10 Nov 2014
You can try imclose() to smooth your binary mask, or try activecontour (demo attached).
1 Commento
Anand
il 10 Nov 2014
I would try activecontour with a higher smooth factor (controlled by parameter 'SmoothFactor') till you get the desired smoothness.
Vedere anche
Categorie
Scopri di più su 3-D Volumetric Image Processing in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!