How to fix graythresh error?

조회 수: 4 (최근 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 CenterFile Exchange에서 Programming에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by