Borrar filtros
Borrar filtros

How to increase or decrese graythresh value?

4 visualizaciones (últimos 30 días)
Kim
Kim el 20 de En. de 2012
rgb=imread('image1.jpg');
Igray=rgb2gray(rgb);
Ibw = im2bw(Igray,graythresh(Igray));
imshow(Igray);

Respuesta aceptada

Sukuchha
Sukuchha el 20 de En. de 2012
store graythresh(Igray) in a variable and increase/ descrease as u want!

Más respuestas (0)

Categorías

Más información sobre Programming en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by