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
답변 (2개)
Sajid Khan
2014년 11월 10일
0 개 추천
Use morphology such as dilation
Image Analyst
2014년 11월 10일
0 개 추천
You can try imclose() to smooth your binary mask, or try activecontour (demo attached).
댓글 수: 1
Anand
2014년 11월 10일
I would try activecontour with a higher smooth factor (controlled by parameter 'SmoothFactor') till you get the desired smoothness.
카테고리
도움말 센터 및 File Exchange에서 Image Segmentation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!