automatic commit
[folded-ctf.git] / labelled_image_pool_subset.h
index cc86696..294eb06 100644 (file)
 // You should have received a copy of the GNU General Public License     //
 // along with this program. If not, see <http://www.gnu.org/licenses/>.  //
 //                                                                       //
-// Written by Francois Fleuret, (C) IDIAP                                //
+// Written by Francois Fleuret                                           //
+// (C) Idiap Research Institute                                          //
+//                                                                       //
 // Contact <francois.fleuret@idiap.ch> 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