NRCan / geo-deep-learning

Deep learning applied to georeferenced datasets
https://geo-deep-learning.readthedocs.io/en/latest/
MIT License
150 stars 49 forks source link

FEATURE: low contrast check for images #533

Closed valhassan closed 11 months ago

valhassan commented 1 year ago

Is your feature request related to a problem? Please describe. I would like to apply " Contrast-Limited Adaptive Histogram Equalization" on images only if required.

Describe the solution you'd like scikit-image provides a handy function that checks the range of brightness for an image against (<) a set fraction (threshold) of its data type’s full range.

Describe alternatives you've considered None

Additional context None