Are ideal white balance coefficients intensity dependent? #1215
tlkvstepan
started this conversation in
General
Replies: 1 comment 3 replies
-
The swatches are not exactly neutral so the computed white balancing factors will change as a function of the swatches you are using: print(reference_swatches[-6:])
[[ 0.87919095 0.88476747 0.8349529 ]
[ 0.58443959 0.59212352 0.58458201]
[ 0.35767777 0.36706043 0.36528718]
[ 0.19008669 0.19086038 0.1898278 ]
[ 0.08593528 0.08873843 0.08978779]
[ 0.03135966 0.03149993 0.03231098]] |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Thank you for amazing work. I have a question related to white balance. I have following piece of code
Last six swatches in the color chart correspond to gray patches with different intensity. Therefore, they all should lead
to same color balancing coefficients. However, they all producing slightly different coefficients:
What can be the reason for this behavior?
Beta Was this translation helpful? Give feedback.
All reactions