dehaze: removed benchmark code

This commit is contained in:
Ingo Weyrich
2019-09-23 22:14:52 +02:00
parent a11295ef7a
commit e62b004434

View File

@@ -37,8 +37,6 @@
#include "procparams.h"
#include "rescale.h"
#include "rt_math.h"
#define BENCHMARK
#include "StopWatch.h"
extern Options options;
@@ -277,7 +275,7 @@ void ImProcFunctions::dehaze(Imagefloat *img)
if (!params->dehaze.enabled || params->dehaze.strength == 0.0) {
return;
}
BENCHFUN
const float maxChannel = normalize(img, multiThread);
const int W = img->getWidth();