Raw white point remodeling + small cleanups; see issue #680

This commit is contained in:
Oliver Duis
2011-05-12 03:01:48 +02:00
parent 4305e0cb2c
commit 4ab0f9f6e8
4 changed files with 63 additions and 64 deletions

View File

@@ -223,8 +223,8 @@ void SHMap::dirpyr_shmap(float ** data_fine, float ** data_coarse, int width, in
}
}
data_coarse[i][j]=CLIP((int)(val/norm));//low pass filter
if (val<=0 || norm<=0)
printf("val=%f norm=%f \n",val,norm);
/*if (val<=0 || norm<=0)
printf("val=%f norm=%f \n",val,norm); */
}
}