Capture sharpening: auto contrast threshold

This commit is contained in:
Ingo Weyrich
2019-08-17 15:18:24 +02:00
parent e4b955523e
commit 7b3c50bc31
16 changed files with 103 additions and 45 deletions

View File

@@ -102,7 +102,7 @@ public:
void getRawValues(int x, int y, int rotate, int &R, int &G, int &B) override { R = G = B = 0;}
void flushRGB () override;
void captureSharpening(const procparams::SharpeningParams &sharpeningParams, bool showMask) override {};
void captureSharpening(const procparams::SharpeningParams &sharpeningParams, bool showMask, double &conrastThreshold) override {};
};
}
#endif