Finishing Sharpen Image filters

This commit is contained in:
Bruno Herbelin
2022-05-31 23:14:53 +02:00
parent 7c850b0405
commit fd942b28c6
7 changed files with 53 additions and 1 deletions

View File

@@ -157,6 +157,7 @@ public:
// implementation of FrameBufferFilter
Type type() const override { return FrameBufferFilter::FILTER_SHARPEN; }
void draw (FrameBuffer *input) override;
void accept (Visitor& v) override;
private: