capture sharpening: first mockup

This commit is contained in:
Ingo Weyrich
2019-08-14 17:19:26 +02:00
parent 4fdcaada1c
commit 506254ce46
20 changed files with 441 additions and 12 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) override {};
};
}
#endif