exposure correction before interpolation see issue#441

This commit is contained in:
jdc
2011-01-04 07:35:04 +01:00
parent 7114fb0b6f
commit 69594682fa
10 changed files with 194 additions and 3 deletions

View File

@@ -37,6 +37,8 @@ class PreProcess : public Gtk::VBox, public AdjusterListener, public ToolPanel{
Adjuster* caRed;
Adjuster* caBlue;
Adjuster* exPos;
Adjuster* exPreser;
Adjuster* lineDenoise;
Adjuster* greenEqThreshold;
Gtk::CheckButton* caAutocorrect;