Automatic segmentation of Optic disk in Retinal images
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
i want MATLAB code for Automatic Segmentation of optic disk in Retinal images, manually i can do it by single thresholding or double thresholding, can i use Global thresholding for this, i tried but result is just white image, please help me .
0 commentaires
Réponses (1)
Image Analyst
le 19 Oct 2015
It's a well researched problem for many decades. Find algorithms here: http://www.visionbib.com/bibliography/contentsmedical.html#Medical%20Applications,%20CAT,%20MRI,%20Ultrasound,%20Heart%20Models,%20Brain%20Models. Pick on and code it up.
Try using
imshow(doubleImage, []);
to display your image. The [] lets you display the image without being in the 0-1 range that imshow() expects floating point images to be in. Otherwise you'll get all white like you did.
0 commentaires
Voir également
Catégories
En savoir plus sur Retinal Imaging 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!