X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=labelled_image_pool_file.h;h=e83566e7cddfa70a620e8bc2d2afb0db66f64d55;hb=20ec321944108cd1fe74b37ea45db3ba1a2d526a;hp=a46d7816f16404a8cf88a31ddcad2f95fd107b2a;hpb=d922ad61d35e9a6996730bec24b16f8bf7bc426c;p=folded-ctf.git diff --git a/labelled_image_pool_file.h b/labelled_image_pool_file.h index a46d781..e83566e 100644 --- a/labelled_image_pool_file.h +++ b/labelled_image_pool_file.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 // /////////////////////////////////////////////////////////////////////////// @@ -34,11 +36,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); };