X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=labelled_image.h;h=09967f8780426ec181800ce524b2b952a1810dd9;hb=3742a88173bc958488370aefb7035426d3650e1d;hp=2a26d7384b907e84979c8804249903373777c7b8;hpb=d922ad61d35e9a6996730bec24b16f8bf7bc426c;p=folded-ctf.git diff --git a/labelled_image.h b/labelled_image.h index 2a26d73..09967f8 100644 --- a/labelled_image.h +++ b/labelled_image.h @@ -12,10 +12,19 @@ // 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 // /////////////////////////////////////////////////////////////////////////// +/* + + A LabelledImage is a RichImage labelled with the ground truth, + i.e. the target poses. + + */ + #ifndef LABELLED_IMAGE_H #define LABELLED_IMAGE_H @@ -43,9 +52,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); };