How to increase or decrese graythresh value?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
rgb=imread('image1.jpg');
Igray=rgb2gray(rgb);
Ibw = im2bw(Igray,graythresh(Igray));
imshow(Igray);
0 comentarios
Respuesta aceptada
Sukuchha
el 20 de En. de 2012
store graythresh(Igray) in a variable and increase/ descrease as u want!
0 comentarios
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!