blood vessel segmentation in retinal images

1 visualizzazione (ultimi 30 giorni)
Aravindnath Reddy
Aravindnath Reddy il 10 Mag 2021
Commentato: Rik il 10 Mag 2021
can anyone help me on this error

Risposte (1)

Rik
Rik il 10 Mag 2021
You ran the function without any inputs. You will have to call it with an input, e.g. like this:
IM=imread(fullfile('Test Images','5_left.jpg'));
level=Threshold_Level(IM);
  4 Commenti
Aravindnath Reddy
Aravindnath Reddy il 10 Mag 2021
Any way thanks for your advice 👍
Rik
Rik il 10 Mag 2021
You're welcome. If it solved your issue, please consider marking my answer as accepted. If not, feel free to post a comment with your remaining issues.

Accedi per commentare.

Community Treasure Hunt

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

Start Hunting!

Translated by