luminance distribution in image
Mostrar comentarios más antiguos
Dear all,
is there any code to know luminance distribution in image?
Respuestas (1)
Image Analyst
el 4 de Abr. de 2020
imhist(grayImage);
If it's an RGB image cast to gray scale
grayImage = rgb2gray(rgbImage);
imhist(grayImage);
Categorías
Más información sobre Image Filtering and Enhancement en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!