luminance distribution in image
Ältere Kommentare anzeigen
Dear all,
is there any code to know luminance distribution in image?
Antworten (1)
Image Analyst
am 4 Apr. 2020
imhist(grayImage);
If it's an RGB image cast to gray scale
grayImage = rgb2gray(rgbImage);
imhist(grayImage);
Kategorien
Mehr zu Image Filtering and Enhancement finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!