How to increase or decrese graythresh value?
1 回表示 (過去 30 日間)
古いコメントを表示
rgb=imread('image1.jpg');
Igray=rgb2gray(rgb);
Ibw = im2bw(Igray,graythresh(Igray));
imshow(Igray);
0 件のコメント
採用された回答
Sukuchha
2012 年 1 月 20 日
store graythresh(Igray) in a variable and increase/ descrease as u want!
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!