added the capability to crudely resize images by half in image.cc
[laserbrain_demo] / src / image.h
index 9d66825..1d16979 100644 (file)
@@ -40,6 +40,8 @@ public:
        void flip_vertical();
        void rotate_180();
 
+       void resize_half();
+
        bool load(const char *fname);
        bool save(const char *fname) const;
 };