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!