image-brightness topic
List
image-brightness repositories
How-to-find-if-an-image-is-bright-or-dark
64
Stars
2
Forks
Watchers
Input image is resized to 10x10 pixel, to reduce the computation, Convert it to LAB color space to access the luminous channel which is independent of colors, Normalize pixel values to be in range of...