First, we need to decide an algorithm for detecting the underexposed images. A simple algorithm will be something like calculating the average brightness of the original image (mean of the pixel intensities) and comparing it with a threshold. The images with average brightness below this threshold level will be underexposed and you can pre-process these images. The basic preprocessing I can think of is increasing the brightness and improving contrast. The functions like imadjust or adapthisteq can be used for the same.
How to check the lighting condition of an Image programatically?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I want to do the pre-processing to enhance the image only if the image has poor lighting condition. Any help will be highly appreciated.
0 comentarios
Respuestas (1)
Ver también
Categorías
Más información sobre Computer Vision Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!