]> git.sesse.net Git - movit/blobdiff - deconvolution_sharpen_effect.h
Release Movit 1.1.2.
[movit] / deconvolution_sharpen_effect.h
index 9279abf52f9686ca60bac6c652fa9e5b14db9971..1f6807172d85444b6f77c4a93e89e0a0ea6144a3 100644 (file)
 //
 //   Jain, Anil K.: “Fundamentals of Digital Image Processing”, Prentice Hall, 1988.
 
-#include <GL/glew.h>
+#include <epoxy/gl.h>
 #include <Eigen/Dense>
 #include <string>
 
 #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)