Fix some coverity issues

This commit is contained in:
heckflosse
2017-06-21 01:06:28 +02:00
parent db0d3c6ec9
commit 34bdc9e0eb
2 changed files with 9 additions and 2 deletions

View File

@@ -467,7 +467,7 @@ public:
int deconviter;
int deconvdamping;
SharpeningParams() : threshold(20, 80, 2000, 1200, false) {};
SharpeningParams();
};
class SharpenEdgeParams
{
@@ -502,7 +502,7 @@ public:
bool pastsattog;
std::vector<double> skintonescurve;
VibranceParams() : psthreshold(0, 75, false) {};
VibranceParams();
};
/**