X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=rich_image.h;h=eb2d16278c7d8d6421d9d7f40da2a4182928d0a8;hb=20ec321944108cd1fe74b37ea45db3ba1a2d526a;hp=c8f7a74aec4bf241d6c72b3f36fabd8d93b7a9e6;hpb=d922ad61d35e9a6996730bec24b16f8bf7bc426c;p=folded-ctf.git diff --git a/rich_image.h b/rich_image.h index c8f7a74..eb2d162 100644 --- a/rich_image.h +++ b/rich_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 // /////////////////////////////////////////////////////////////////////////// @@ -91,7 +93,6 @@ public: virtual ~RichImage(); virtual void compute_rich_structure(); - virtual void crop(int xmin, int ymin, int width, int height); virtual void write(ostream *out);