X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=labelled_image.h;h=bac7c6c3e57ca455ba1e670136004fd142b320d1;hb=a44d56305517dddd36027c2a84693f2785fd019a;hp=2a26d7384b907e84979c8804249903373777c7b8;hpb=d922ad61d35e9a6996730bec24b16f8bf7bc426c;p=folded-ctf.git diff --git a/labelled_image.h b/labelled_image.h index 2a26d73..bac7c6c 100644 --- a/labelled_image.h +++ b/labelled_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 // /////////////////////////////////////////////////////////////////////////// @@ -43,9 +45,6 @@ public: // it is far enough from any target int pose_cell_label(PoseCell *cell); - void crop(int xmin, int ymin, int width, int height); - void reduce(); - virtual void write(ostream *out); virtual void read(istream *in); };