ipa: rkisp1: awb: Fix wrong indentation in comment
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Stefan Klug <stefan.klug@ideasonboard.com>
This commit is contained in:
parent
6981a5169b
commit
080cb47e9f
1 changed files with 3 additions and 3 deletions
|
@ -55,9 +55,9 @@ public:
|
||||||
double computeColourError(const RGB<double> &gains) const override
|
double computeColourError(const RGB<double> &gains) const override
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
* Compute the sum of the squared colour error (non-greyness) as it
|
* Compute the sum of the squared colour error (non-greyness) as
|
||||||
* appears in the log likelihood equation.
|
* it appears in the log likelihood equation.
|
||||||
*/
|
*/
|
||||||
double deltaR = gains.r() * rg_ - 1.0;
|
double deltaR = gains.r() * rg_ - 1.0;
|
||||||
double deltaB = gains.b() * bg_ - 1.0;
|
double deltaB = gains.b() * bg_ - 1.0;
|
||||||
double delta2 = deltaR * deltaR + deltaB * deltaB;
|
double delta2 = deltaR * deltaR + deltaB * deltaB;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue