Automatic segmentation of Optic disk in Retinal images

6 ビュー (過去 30 日間)
Muhammad Shoaib
Muhammad Shoaib 2015 年 10 月 17 日
回答済み: Image Analyst 2015 年 10 月 19 日
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 .

回答 (1 件)

Image Analyst
Image Analyst 2015 年 10 月 19 日
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.

カテゴリ

Help Center および File ExchangeRetinal Imaging についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by