X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=folded-ctf.git;a=blobdiff_plain;f=parsing.h;h=d971b1eede9288e0abce54b785f580baf267200c;hp=8e3ee3c2e3040431a9e0bb0aedca11cf00af634f;hb=5b78a555f6c7ff20a71d0520db63bc43e69e1f41;hpb=a44d56305517dddd36027c2a84693f2785fd019a diff --git a/parsing.h b/parsing.h index 8e3ee3c..d971b1e 100644 --- a/parsing.h +++ b/parsing.h @@ -18,16 +18,17 @@ // Contact 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"