luminance distribution in image
Afficher commentaires plus anciens
Dear all,
is there any code to know luminance distribution in image?
Réponses (1)
Image Analyst
le 4 Avr 2020
imhist(grayImage);
If it's an RGB image cast to gray scale
grayImage = rgb2gray(rgbImage);
imhist(grayImage);
Catégories
En savoir plus sur Image Filtering and Enhancement dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!