histogram normalization for an image
20 次查看(过去 30 天)
显示 更早的评论
hi..i have taken a histogram for the image... now i want normalized that histogram... how can i normalize that.. help me with matlab codes...
回答(1 个)
Walter Roberson
2013-1-22
I wonder, though, whether you want "normalization" or "equalization" ?
3 个评论
Image Analyst
2016-9-1
There are functions histeq() and adapthisteq(). Generally histeq() gives crummy looking images. adapthisteq() is usually better since it does CLAHE.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Histograms 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!