Demosaicing and pre-processing parameters selectable for each image.
Dark frames subtraction and badpixels file support
Fast loading in editor.
This commit is contained in:
ffsup2
2010-10-30 22:14:47 +02:00
parent 5e7a81f0f1
commit 647dfb8366
153 changed files with 10304 additions and 6407 deletions

View File

@@ -62,13 +62,18 @@ class ImProcCoordinator : public StagedImageProcessor {
void freeAll ();
int tonecurve [65536];
int lumacurve [65536];
int tonecurve1 [65536];
int tonecurve2 [65536];
int lumacurve1 [65536];
int lumacurve2 [65536];
int chroma_acurve [65536];
int chroma_bcurve [65536];
unsigned int vhist16[65536];
unsigned int lhist16[65536];
unsigned int rhist[256], ghist[256], bhist[256], Lhist[256], bcrgbhist[256], bcLhist[256];
unsigned int rhist[256], ghist[256], bhist[256], Lhist[256], bcrgbhist[256], bcLhist[256], bcabhist[256];
int fw, fh, tr, fullw, fullh;
int pW, pH;