How to smoothen cropped image?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
David Young
le 21 Jan 2016
7 commentaires
Image Analyst
le 23 Jan 2016
See my demo for freehand masking, attached. To smooth, you can use imfilter() or conv2().
Voir également
Catégories
En savoir plus sur 3-D Volumetric Image Processing dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!