automatic commit
[folded-ctf.git] / parsing.h
index 4f1c9b5..d971b1e 100644 (file)
--- a/parsing.h
+++ b/parsing.h
 // 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        //
 ///////////////////////////////////////////////////////////////////////////
 
-#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"