Fixed crash when curve linear in local contrast wavelet

This commit is contained in:
Desmis
2019-09-03 13:47:20 +02:00
parent affcef721f
commit 9d8aa5e9d3
9 changed files with 28 additions and 20 deletions

View File

@@ -1329,7 +1329,7 @@ public:
virtual ~LocwavCurve() {};
LocwavCurve();
void Reset();
void Set(const std::vector<double> &curvePoints);
void Set(const std::vector<double> &curvePoints, bool &lcwavutili);
float getSum() const
{
return sum;