X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=folded-ctf.git;a=blobdiff_plain;f=labelled_image.h;h=5d234021d56dde0d9b97e34a1b5688cdb459d70d;hp=2a26d7384b907e84979c8804249903373777c7b8;hb=94ef84aef3a1845326c7c43970997b701a919bd6;hpb=d922ad61d35e9a6996730bec24b16f8bf7bc426c diff --git a/labelled_image.h b/labelled_image.h index 2a26d73..5d23402 100644 --- a/labelled_image.h +++ b/labelled_image.h @@ -43,9 +43,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); };