フィルターのクリア

How to fix graythresh error?

1 回表示 (過去 30 日間)
majid
majid 2021 年 9 月 26 日
回答済み: Image Analyst 2021 年 9 月 27 日
Hello,
I have a simple problem with matlab.
when I run below code , it return error.
whats the problem?
I=imread('coins.png');
level=graythresh(I);
how can I fix it?

採用された回答

Image Analyst
Image Analyst 2021 年 9 月 27 日
The code you gave runs fine:
I=imread('coins.png');
level=graythresh(I)
level = 0.4941

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeProgramming についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by