automatic commit
[folded-ctf.git] / parsing.h
index 8e3ee3c..d971b1e 100644 (file)
--- a/parsing.h
+++ b/parsing.h
 // Contact <francois.fleuret@idiap.ch> for comments & bug reports        //
 ///////////////////////////////////////////////////////////////////////////
 
-#ifndef PARSING_H
-#define PARSING_H
-
 /*
 
   A Parsing is associated to a LabelledImage and stores responses over
-  cells.
+  cells. We use it during training to remember the responses over all
+  the negative samples.
 
 */
 
+#ifndef PARSING_H
+#define PARSING_H
+
 #include "fusion_sort.h"
 #include "pose_cell_hierarchy.h"
 #include "classifier.h"