enhancements to Tone Mapping issue1714

This commit is contained in:
jdc
2015-04-18 06:49:34 +02:00
parent 0b6616e3c9
commit 23424a45c8
11 changed files with 409 additions and 364 deletions

View File

@@ -26,6 +26,7 @@
class EdgePreservingDecompositionUI : public ToolParamBlock, public AdjusterListener, public FoldableToolPanel {
protected:
Adjuster *strength;
Adjuster *gamma;
Adjuster *edgeStopping;
Adjuster *scale;
Adjuster *reweightingIterates;