How to smoothen cropped image?
Show older comments
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.

Answers (1)
David Young
on 21 Jan 2016
0 votes
7 Comments
mounika siripurapu
on 22 Jan 2016
Image Analyst
on 22 Jan 2016
So?
mounika siripurapu
on 23 Jan 2016
Image Analyst
on 23 Jan 2016
So cast it to double.
mounika siripurapu
on 23 Jan 2016
Image Analyst
on 23 Jan 2016
See my demo for freehand masking, attached. To smooth, you can use imfilter() or conv2().
mounika siripurapu
on 23 Jan 2016
Categories
Find more on Region and Image Properties in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!