How to smoothen cropped image?
조회 수: 2 (최근 30일)
이전 댓글 표시
My project is to segment knee cartilage to detect the damaged cartilage. In the first step I selected ROI by using imcrop. Now I want to smoothen the cropped image so that the output after segmentation is clear.In the attached figure, left side is the cropped image and right side is the image I want to get as output. Please help me with coding. Thank u.
댓글 수: 0
답변 (1개)
David Young
2016년 1월 21일
댓글 수: 7
Image Analyst
2016년 1월 23일
See my demo for freehand masking, attached. To smooth, you can use imfilter() or conv2().
참고 항목
카테고리
Help Center 및 File Exchange에서 3-D Volumetric Image Processing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!