Improved badpixels removal method. Fixed range of line noise slider. Put in possibility for AMaZE and fast_demo to process crops (not hooked up to GUI yet though).

This commit is contained in:
Emil Martinec
2010-09-25 15:25:36 -05:00
parent dc2350cee8
commit 23a8834755
6 changed files with 1059 additions and 36 deletions

View File

@@ -540,7 +540,7 @@ void ImProcCoordinator::saveInputICCReference (const Glib::ustring& fname) {
ppar.icm.input = "(none)";
Image16* im = new Image16 (fW, fH);
imgsrc->preprocess( ppar.raw );
imgsrc->demosaic( ppar.raw );
imgsrc->demosaic(ppar.raw );
imgsrc->getImage (imgsrc->getWB(), 0, im, pp, ppar.hlrecovery, ppar.icm, ppar.raw);
im->saveJPEG (fname, 85);
mProcessing.unlock ();