How to fix graythresh error?
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
majid
el 26 de Sept. de 2021
Respondida: Image Analyst
el 27 de Sept. de 2021
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?
0 comentarios
Respuesta aceptada
Image Analyst
el 27 de Sept. de 2021
The code you gave runs fine:
I=imread('coins.png');
level=graythresh(I)
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Image Processing Toolbox en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!