blood vessel segmentation in retinal images

1 view (last 30 days)
Aravindnath Reddy
Aravindnath Reddy on 10 May 2021
Commented: Rik on 10 May 2021
can anyone help me on this error

Answers (1)

Rik
Rik on 10 May 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 Comments
Rik
Rik on 10 May 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.

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!