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!