How to smoothen cropped image?
显示 更早的评论
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.

回答(1 个)
David Young
2016-1-21
0 个投票
7 个评论
mounika siripurapu
2016-1-22
Image Analyst
2016-1-22
So?
mounika siripurapu
2016-1-23
Image Analyst
2016-1-23
So cast it to double.
mounika siripurapu
2016-1-23
Image Analyst
2016-1-23
See my demo for freehand masking, attached. To smooth, you can use imfilter() or conv2().
mounika siripurapu
2016-1-23
类别
在 帮助中心 和 File Exchange 中查找有关 Region and Image Properties 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!