From de64ce0b1101045816e6731e03d2735356c33ef0 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Sat, 25 Aug 2012 18:04:28 +0200 Subject: [PATCH] Fixed typos in the headers. --- Makefile | 4 ++-- misc.h | 4 ++-- mtp.cc | 4 ++-- mtp_example.cc | 4 ++-- mtp_graph.cc | 4 ++-- mtp_graph.h | 4 ++-- path.cc | 4 ++-- path.h | 4 ++-- tracker.cc | 4 ++-- tracker.h | 4 ++-- 10 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Makefile b/Makefile index bc2a5e2..e8cad3a 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -# mtp is the ``Multi Tracked Path'', an implementation of the -# k-shortest path algorithm for multi-target tracking. +# 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 diff --git a/misc.h b/misc.h index a2b902d..27f4c4a 100644 --- a/misc.h +++ b/misc.h @@ -1,7 +1,7 @@ /* - * mtp is the ``Multi Tracked Path'', an implementation of the - * k-shortest path algorithm for multi-target tracking. + * 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 diff --git a/mtp.cc b/mtp.cc index 60e15db..16f0526 100644 --- a/mtp.cc +++ b/mtp.cc @@ -1,7 +1,7 @@ /* - * mtp is the ``Multi Tracked Path'', an implementation of the - * k-shortest path algorithm for multi-target tracking. + * 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 diff --git a/mtp_example.cc b/mtp_example.cc index e615cf1..d603b3a 100644 --- a/mtp_example.cc +++ b/mtp_example.cc @@ -1,7 +1,7 @@ /* - * mtp is the ``Multi Tracked Path'', an implementation of the - * k-shortest path algorithm for multi-target tracking. + * 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 diff --git a/mtp_graph.cc b/mtp_graph.cc index 49b97f7..92e3875 100644 --- a/mtp_graph.cc +++ b/mtp_graph.cc @@ -1,7 +1,7 @@ /* - * mtp is the ``Multi Tracked Path'', an implementation of the - * k-shortest path algorithm for multi-target tracking. + * 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 diff --git a/mtp_graph.h b/mtp_graph.h index 5988688..916b604 100644 --- a/mtp_graph.h +++ b/mtp_graph.h @@ -1,7 +1,7 @@ /* - * mtp is the ``Multi Tracked Path'', an implementation of the - * k-shortest path algorithm for multi-target tracking. + * 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 diff --git a/path.cc b/path.cc index d1cddcc..c42a1d7 100644 --- a/path.cc +++ b/path.cc @@ -1,7 +1,7 @@ /* - * mtp is the ``Multi Tracked Path'', an implementation of the - * k-shortest path algorithm for multi-target tracking. + * 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 diff --git a/path.h b/path.h index cf20ea1..02e5582 100644 --- a/path.h +++ b/path.h @@ -1,7 +1,7 @@ /* - * mtp is the ``Multi Tracked Path'', an implementation of the - * k-shortest path algorithm for multi-target tracking. + * 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 diff --git a/tracker.cc b/tracker.cc index 362e52d..d19093b 100644 --- a/tracker.cc +++ b/tracker.cc @@ -1,7 +1,7 @@ /* - * mtp is the ``Multi Tracked Path'', an implementation of the - * k-shortest path algorithm for multi-target tracking. + * 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 diff --git a/tracker.h b/tracker.h index 1c0e730..c21df97 100644 --- a/tracker.h +++ b/tracker.h @@ -1,7 +1,7 @@ /* - * mtp is the ``Multi Tracked Path'', an implementation of the - * k-shortest path algorithm for multi-target tracking. + * 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 -- 2.20.1