AMaZE+VNG4: added contrast threshold adjuster, #4579

This commit is contained in:
heckflosse
2018-05-30 14:39:29 +02:00
parent d96ab021f6
commit 355fcbad8e
11 changed files with 116 additions and 42 deletions

View File

@@ -55,9 +55,12 @@ protected:
Adjuster* pixelShiftSmooth;
Adjuster* pixelShiftEperIso;
Adjuster* pixelShiftSigma;
Gtk::VBox *dualDemosaicOptions;
Adjuster* dualDemosaicContrast;
int oldMethod;
IdleRegister idle_register;
rtengine::ProcEvent EvDemosaicContrast;
public:
BayerProcess ();