X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=labelled_image_pool_file.h;h=90a543cdbce3b524f558f5a4bb54c87a4979078c;hb=71a84ea2658cd96726bcf4e582010c24bf2583cf;hp=a46d7816f16404a8cf88a31ddcad2f95fd107b2a;hpb=d922ad61d35e9a6996730bec24b16f8bf7bc426c;p=folded-ctf.git diff --git a/labelled_image_pool_file.h b/labelled_image_pool_file.h index a46d781..90a543c 100644 --- a/labelled_image_pool_file.h +++ b/labelled_image_pool_file.h @@ -12,10 +12,18 @@ // 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 // /////////////////////////////////////////////////////////////////////////// +/* + + This is a LabelledImagePool that corresponds physically to a file. + + */ + #ifndef LABELLED_IMAGE_POOL_FILE_H #define LABELLED_IMAGE_POOL_FILE_H @@ -34,11 +42,7 @@ class LabelledImagePoolFile : public LabelledImagePool { public: LabelledImagePoolFile(char *file_name); virtual ~LabelledImagePoolFile(); - virtual int nb_images(); - - // grab_image(n) does _NOT_ build the rich structure. One has to call - // compute_rich_structure() for that! virtual LabelledImage *grab_image(int n_image); virtual void release_image(int n_image); };