How to differentiate the histogram ?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen

I have 3 types of histogram bar symetric,right skewed and left skewed.The problem here is how i can get the specific range that show the graph is really symetric,right skewed or left skewed.
%coding a = imread('e0.jpg'); b=rgb2gray(a);
[x,y]=size (b); c=b(1:1008,1:1280);
figure(1),imshow(c); imshow(c); figure(2), imhist(c) T2=graythresh(c); d=imhist(c); figure(3),plot(d)
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Histograms 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!