X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=image.h;h=4559d40301455b8a8ac59e3d9a41c2ca54b572df;hb=71a84ea2658cd96726bcf4e582010c24bf2583cf;hp=5ba20a84ff4cf2c7586331bfe57e6313f3d3d2e2;hpb=d922ad61d35e9a6996730bec24b16f8bf7bc426c;p=folded-ctf.git diff --git a/image.h b/image.h index 5ba20a8..4559d40 100644 --- a/image.h +++ b/image.h @@ -12,10 +12,19 @@ // You should have received a copy of the GNU General Public License // // along with this program. If not, see . // // // -// Written by Francois Fleuret, (C) IDIAP // +// Written by Francois Fleuret // +// (C) Idiap Research Institute // +// // // Contact for comments & bug reports // /////////////////////////////////////////////////////////////////////////// +/* + + An implementation of a gray-scale image with a minimum set of + methods. + + */ + #ifndef IMAGE_H #define IMAGE_H @@ -50,7 +59,6 @@ public: virtual ~Image(); - virtual void crop(int xmin, int ymin, int width, int height); virtual void to_rgb(RGBImage *image); virtual void read(istream *in);