iterative raw auto ca correction, #4774

This commit is contained in:
heckflosse
2018-09-05 13:30:15 +02:00
parent 6f6cdd113d
commit 9ecc7e6876
11 changed files with 1002 additions and 958 deletions

View File

@@ -29,9 +29,12 @@ class RAWCACorr : public ToolParamBlock, public AdjusterListener, public CheckBo
protected:
CheckBox* caAutocorrect;
Adjuster* caAutoiterations;
Adjuster* caRed;
Adjuster* caBlue;
rtengine::ProcEvent EvPreProcessCAAutoiterations;
public:
RAWCACorr ();