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

@@ -36,7 +36,7 @@ PreProcess::PreProcess ()
caAutocorrect = Gtk::manage(new Gtk::CheckButton((M("PREFERENCES_CACORRECTION"))));
hotDeadPixel = Gtk::manage(new Gtk::CheckButton((M("PREFERENCES_HOTDEADPIXFILT"))));
lineDenoise = Gtk::manage(new Adjuster (M("PREFERENCES_LINEDENOISE"),0,30,1,0));
lineDenoise = Gtk::manage(new Adjuster (M("PREFERENCES_LINEDENOISE"),0,1000,1,0));
lineDenoise->setAdjusterListener (this);
lineDenoise->show();