X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=image.h;h=770750ce91b11d0108cdd752ad1e13e365e724c1;hb=346c6fdc3c36ca10142234cce291031064fa2b48;hp=5ba20a84ff4cf2c7586331bfe57e6313f3d3d2e2;hpb=d922ad61d35e9a6996730bec24b16f8bf7bc426c;p=folded-ctf.git diff --git a/image.h b/image.h index 5ba20a8..770750c 100644 --- a/image.h +++ b/image.h @@ -12,7 +12,9 @@ // 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 // /////////////////////////////////////////////////////////////////////////// @@ -50,7 +52,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);