X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=parsing_pool.h;h=1453885b03c0bd0c968ffc982cd93181bbd29a67;hb=71a84ea2658cd96726bcf4e582010c24bf2583cf;hp=f7b67be7b23c951279f0c9d7e3b098ef267b0cdd;hpb=d922ad61d35e9a6996730bec24b16f8bf7bc426c;p=folded-ctf.git diff --git a/parsing_pool.h b/parsing_pool.h index f7b67be..1453885 100644 --- a/parsing_pool.h +++ b/parsing_pool.h @@ -12,20 +12,22 @@ // 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_POOL_H -#define PARSING_POOL_H - /* - A ParsingPool is a family of Parsing associated to all the images of - a LabelledImagePool. + A ParsingPool is a family of Parsings associated to all the images + of a LabelledImagePool. */ +#ifndef PARSING_POOL_H +#define PARSING_POOL_H + #include "parsing.h" #include "pi_feature_family.h" #include "classifier.h"