luminance distribution in image

Réponses (1)

Image Analyst
Image Analyst le 4 Avr 2020

0 votes

imhist(grayImage);
If it's an RGB image cast to gray scale
grayImage = rgb2gray(rgbImage);
imhist(grayImage);

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by