blood vessel segmentation in retinal images

1 Ansicht (letzte 30 Tage)
Aravindnath Reddy
Aravindnath Reddy am 10 Mai 2021
Kommentiert: Rik am 10 Mai 2021
can anyone help me on this error

Antworten (1)

Rik
Rik am 10 Mai 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 Kommentare
Aravindnath Reddy
Aravindnath Reddy am 10 Mai 2021
Any way thanks for your advice 👍
Rik
Rik am 10 Mai 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.

Melden Sie sich an, um zu kommentieren.

Community Treasure Hunt

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

Start Hunting!

Translated by