Histogram Full View
조회 수: 1 (최근 30일)
이전 댓글 표시
My histogram is over limit (Means that it's more than the top part), this makes me cannot see what's the maximum on top of the histogram, so can I know how to show the full Histogram instead of the top part being gone? Thanks :)
This is the code I use
I = imcrop(rgb2gray(imread('1.jpg')),[1372 979 176 148]);
figure, imhist(I(:,:,1));
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Histograms에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!