sentinel color grading #26
lennart-rth
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Sometimes the Sentinel Images are quit dark. Especially in the northern hemisphere (>30°).
There is already some color grading going on in sentinel.py:white_balance(). This needs to be replaced with a sequence of "correction steps" , to auto brighten, auto contrast and auto strech (colorspace not image size) the image. A good start would be the ImageEnhance Module from Pillow.
Beta Was this translation helpful? Give feedback.
All reactions