Histogram and Normalized Histogram for an Image
7 ビュー (過去 30 日間)
古いコメントを表示
I have an image
and I want a read it first
after that making histogram and normalized histogram for this image
how I can do it?
0 件のコメント
回答 (1 件)
Shashank Gupta
2021 年 2 月 1 日
Hi Wadee.
Check out imread function for reading an image and imhist function to plot the image histogram. I am not sure if you want a normalized histogram or do a histogram equilization. Either case check out this link for normalization and for equalization there are quite a lot of function available in MATLAB like histeq and adapthisteq.
I hope this reference helps you.
Cheers.
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!