The function implements different algorithm of automatic white balance, i.e.
it tries to map image's white color to perceptual white (this can be violated
...
...
@@ -15,9 +13,7 @@ due to specific illumination or camera settings).
:param src : source image
:param dst : destination image
:param algorithmType : type of the algorithm to use. Use WHITE_BALANCE_SIMPLE to perform
smart histogram adjustments (ignoring 4% pixels with minimal
and maximal values) for each channel.
:param algorithmType : type of the algorithm to use. Use WHITE_BALANCE_SIMPLE to perform smart histogram adjustments (ignoring 4% pixels with minimal and maximal values) for each channel.
:param inputMin : minimum value in the input image
:param inputMax : maximum value in the input image
:param outputMin : minimum value in the output image
...
...
@@ -25,5 +21,5 @@ due to specific illumination or camera settings).