X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=parsing.h;h=d971b1eede9288e0abce54b785f580baf267200c;hb=71a84ea2658cd96726bcf4e582010c24bf2583cf;hp=8e3ee3c2e3040431a9e0bb0aedca11cf00af634f;hpb=20ec321944108cd1fe74b37ea45db3ba1a2d526a;p=folded-ctf.git 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"