luminance distribution in image
显示 更早的评论
Dear all,
is there any code to know luminance distribution in image?
回答(1 个)
Image Analyst
2020-4-4
imhist(grayImage);
If it's an RGB image cast to gray scale
grayImage = rgb2gray(rgbImage);
imhist(grayImage);
类别
在 帮助中心 和 File Exchange 中查找有关 Image Filtering and Enhancement 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!