X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=labelled_image_pool_subset.h;h=294eb0631f1225246d836ee73da175ee5754f40f;hb=71a84ea2658cd96726bcf4e582010c24bf2583cf;hp=cc866965e3e2773a698d83c365660c0dcc35c517;hpb=d922ad61d35e9a6996730bec24b16f8bf7bc426c;p=folded-ctf.git diff --git a/labelled_image_pool_subset.h b/labelled_image_pool_subset.h index cc86696..294eb06 100644 --- a/labelled_image_pool_subset.h +++ b/labelled_image_pool_subset.h @@ -12,10 +12,21 @@ // 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 which corresponds to a subset of another + pool. We use that to extract the training, validation and test pool + from the global pool. It is mainly necessary to have such a class to + avoid unnecessary memory usage. + + */ + #ifndef LABELLED_IMAGE_POOL_SUBSET_H #define LABELLED_IMAGE_POOL_SUBSET_H