how to make only image that i want, show on matlab?

2 views (last 30 days)
i have a problem with my research about classification retinopathy diabetic using neural network, i have made a GUI to make user can easy to use. the problem is when i choose picture that non retina image, and i run the program to get exudate and bloodveseel, the system show the result in retinopathy grade with picture non retina image, how i can block that non retinal image can not be process on GUI.. thanks for answer

Accepted Answer

Image Analyst
Image Analyst on 24 Feb 2015
Just make sure you don't have any non-retina images in the folder or displayed in the listbox. Make sure you're using dir() only on the D:\TA\DR folder, and not on the D:\DR folder.
  5 Comments
Iwan Manalu
Iwan Manalu on 24 Feb 2015
how i can make code on that GUI for only show image from path that i set, example D:\TA\DR\, the images on DR folder will be show on GUI and process but the image doesnt exits on DR folder will be not show.
Image Analyst
Image Analyst on 25 Feb 2015
I just don't know why it would be pulling images from some totally different folder that you didn't tell it about. Why would it do that?

Sign in to comment.

More Answers (1)

Abdul Khahar
Abdul Khahar on 25 Feb 2015
extraction characteristics can not tell which is open retinal image or not, Because extraction of characteristic can not different retina or non retina image. if using images not retina and in the process when the system is getting results, and the results of feature extraction carried testing on neural network and get the result as the result in grade ur reasearch because of feature extraction from images not retina has similarities with retinal images of neural network that you are training

Community Treasure Hunt

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

Start Hunting!