blood vessel segmentation in retinal images

1 回表示 (過去 30 日間)
Aravindnath Reddy
Aravindnath Reddy 2021 年 5 月 10 日
コメント済み: Rik 2021 年 5 月 10 日
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 件のコメント
Aravindnath Reddy
Aravindnath Reddy 2021 年 5 月 10 日
Any way thanks for your advice 👍
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