X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=folded-ctf.git;a=blobdiff_plain;f=parsing.h;h=d971b1eede9288e0abce54b785f580baf267200c;hp=4f1c9b5cfd32e3886708815924e6b2ccaf1c8444;hb=aed34255065b18c445d096f51bd2091833810a81;hpb=d922ad61d35e9a6996730bec24b16f8bf7bc426c diff --git a/parsing.h b/parsing.h index 4f1c9b5..d971b1e 100644 --- a/parsing.h +++ b/parsing.h @@ -12,20 +12,23 @@ // You should have received a copy of the GNU General Public License // // along with this program. If not, see . // // // -// Written by Francois Fleuret, (C) IDIAP // +// Written by Francois Fleuret // +// (C) Idiap Research Institute // +// // // 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"