X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=mtp.git;a=blobdiff_plain;f=misc.h;h=27f4c4a518cb2719841520e950e899663c125db0;hp=f28305a47cb97cc61f5754e5235ca907e0108cb8;hb=20f94c6bff1541da8d0639966787dc8aaafea025;hpb=4343b59acbf5be40580a688ccb85a9fbccd3f617 diff --git a/misc.h b/misc.h index f28305a..27f4c4a 100644 --- a/misc.h +++ b/misc.h @@ -1,17 +1,31 @@ -//////////////////////////////////////////////////////////////////// -// START_IP_HEADER // -// // -// Written by Francois Fleuret // -// Contact for comments & bug reports // -// // -// END_IP_HEADER // -//////////////////////////////////////////////////////////////////// +/* + * mtp is the ``Multi Tracked Paths'', an implementation of the + * k-shortest paths algorithm for multi-target tracking. + * + * Copyright (c) 2012 Idiap Research Institute, http://www.idiap.ch/ + * Written by Francois Fleuret + * + * This file is part of mtp. + * + * mtp is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3 as + * published by the Free Software Foundation. + * + * mtp is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public + * License for more details. + * + * You should have received a copy of the GNU General Public License + * along with selector. If not, see . + * + */ #ifndef MISC_H #define MISC_H -// #define VERBOSE +#include typedef float scalar_t;