diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ipa/libipa/awb_grey.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ipa/libipa/awb_grey.cpp b/src/ipa/libipa/awb_grey.cpp index 0e6c5220..d3d2132b 100644 --- a/src/ipa/libipa/awb_grey.cpp +++ b/src/ipa/libipa/awb_grey.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2024 Ideas on Board Oy * - * Base class for grey world AWB algorithm + * Implementation of grey world AWB algorithm */ #include "awb_grey.h" @@ -61,10 +61,10 @@ int AwbGrey::init(const YamlObject &tuningData) * \param[in] stats The statistics to use for the calculation * \param[in] lux The lux value of the scene * - * Estimates the colour temperature based on the colours::estimateCCT function. - * The gains are calculated purely based on the RGB means provided by the \a - * stats. The colour temperature is not taken into account when calculating the - * gains. + * The colour temperature is estimated based on the colours::estimateCCT() + * function. The gains are calculated purely based on the RGB means provided by + * the \a stats. The colour temperature is not taken into account when + * calculating the gains. * * The \a lux parameter is not used in this algorithm. * |