![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/2303453.jpg)
dhafer alhajim
Followers: 0 Following: 0
Master in computer engineering
Feeds
답변 있음
How to plot a histogram from 0-255
if you want the value and the range from 0 to 255 a = im2double(imread('your image')); h=uint8(imhist(a));
How to plot a histogram from 0-255
if you want the value and the range from 0 to 255 a = im2double(imread('your image')); h=uint8(imhist(a));
7년 초과 전 | 0