set range for histogram

1 次查看(过去 30 天)
bindhu a
bindhu a 2016-8-10
编辑: bindhu a 2016-8-10
img = imread('underwaterimage.jpg');
figure(1)
imshow(img);title('Input Image');
rr = histeq(img);
figure(2);imshow(rr);title('histo-red Plane');
  • how to set the range of this histogram from 13 to 242
  • the histogram value is generally from 0 to 255

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Histograms 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by