Dehaze tool renamed to Retinex, GUI fixed, defaults changed

This commit is contained in:
Morgan Hardwood
2015-09-11 21:04:29 +02:00
parent 36537532ec
commit 5aa6f7861a
31 changed files with 967 additions and 1095 deletions

View File

@@ -55,7 +55,7 @@ public:
bool method;
};
class DehazParamsEdited
class RetinexParamsEdited
{
public:
bool enabled;
@@ -64,8 +64,8 @@ public:
bool neigh;
bool gain;
bool offs;
bool dehazmet;
bool dehazcolorspace;
bool retinexMethod;
bool retinexcolorspace;
bool vart;
bool limd;
bool method;
@@ -721,7 +721,7 @@ public:
LCurveParamsEdited labCurve;
RGBCurvesParamsEdited rgbCurves;
ColorToningEdited colorToning;
DehazParamsEdited dehaz;
RetinexParamsEdited retinex;
SharpeningParamsEdited sharpening;
SharpeningParamsEdited prsharpening;
SharpenEdgeParamsEdited sharpenEdge;