blood vessel segmentation in retinal images

1 次查看(过去 30 天)
can anyone help me on this error

回答(1 个)

Rik
Rik 2021-5-10
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 个评论
Rik
Rik 2021-5-10
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.

请先登录,再进行评论。

Community Treasure Hunt

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

Start Hunting!

Translated by