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=33852c7b378d419be75d15a9663ee6b071c2f534;hpb=789f96ef05fda4588aa536adb614c0e841be0812 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); };