Filter löschen
Filter löschen

How to increase or decrese graythresh value?

4 Ansichten (letzte 30 Tage)
Kim
Kim am 20 Jan. 2012
rgb=imread('image1.jpg');
Igray=rgb2gray(rgb);
Ibw = im2bw(Igray,graythresh(Igray));
imshow(Igray);

Akzeptierte Antwort

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

Weitere Antworten (0)

Kategorien

Mehr zu Programming finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by