luminance distribution in image
Mostra commenti meno recenti
Dear all,
is there any code to know luminance distribution in image?
Risposte (1)
Image Analyst
il 4 Apr 2020
imhist(grayImage);
If it's an RGB image cast to gray scale
grayImage = rgb2gray(rgbImage);
imhist(grayImage);
Categorie
Scopri di più su Image Filtering and Enhancement in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!