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

@@ -159,7 +159,7 @@ class RawImageSource : public ImageSource {
int LinEqSolve( int nDim, float* pfMatr, float* pfVect, float* pfSolution);//Emil's CA auto correction
void CA_correct_RT (double cared, double cablue);
void ddct8x8s(int isgn, float **a);
void exp_bef (float expos, float preser); // exposure before interpolation
void processRawWhitepoint (float expos, float preser); // exposure before interpolation
int cfaCleanFromMap( PixelsMap &bitmapBads );
int findHotDeadPixel( PixelsMap &bpMap, float thresh);