some cleanups

This commit is contained in:
Ingo Weyrich
2020-02-27 21:22:34 +01:00
parent 4f0414af89
commit f7792aa936
7 changed files with 282 additions and 574 deletions

View File

@@ -118,7 +118,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 flush () override;
void captureSharpening(const procparams::CaptureSharpeningParams &sharpeningParams, bool showMask, double &conrastThreshold, double &radius) override {};
};