X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=deconvolution_sharpen_effect.h;h=1f6807172d85444b6f77c4a93e89e0a0ea6144a3;hp=9279abf52f9686ca60bac6c652fa9e5b14db9971;hb=d4109eee4f38a13a7f8432755bc8b6bf02ceda46;hpb=ac4fc36aa70ffefb6b9632dc0abea5cbbce5387b diff --git a/deconvolution_sharpen_effect.h b/deconvolution_sharpen_effect.h index 9279abf..1f68071 100644 --- a/deconvolution_sharpen_effect.h +++ b/deconvolution_sharpen_effect.h @@ -19,12 +19,14 @@ // // Jain, Anil K.: “Fundamentals of Digital Image Processing”, Prentice Hall, 1988. -#include +#include #include #include #include "effect.h" +namespace movit { + class DeconvolutionSharpenEffect : public Effect { public: DeconvolutionSharpenEffect(); @@ -68,4 +70,6 @@ private: void update_deconvolution_kernel(); }; +} // namespace movit + #endif // !defined(_MOVIT_DECONVOLUTION_SHARPEN_EFFECT_H)