From: Francois Fleuret Date: Wed, 17 Apr 2013 15:36:10 +0000 (+0200) Subject: Cosmetics. X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=mtp.git;a=commitdiff_plain;h=2228dec6631697204466df7e45b7ab3786f6308a Cosmetics. --- diff --git a/README.txt b/README.txt index 807f567..aad4ca2 100644 --- a/README.txt +++ b/README.txt @@ -79,8 +79,8 @@ The MTPTracker takes as input (2) a spatial topology composed of - - the allowed motions between them (a Boolean flag for each pair - of locations from/to) + - the allowed motions between locations (a Boolean flag for each + pair of locations from/to) - the entrances (a Boolean flag for each location and time step) @@ -91,9 +91,9 @@ The MTPTracker takes as input log( P(Y(l,t) = 1 | X) / P(Y(l,t) = 0 | X) ) where Y is the occupancy of location l at time t and X is the - available observation. Hence, this score is negative on locations - where the probability that the location is occupied is close to - 0, and positive when it is close to 1. + available observation. In particular, this score is negative on + locations where the probability that the location is occupied is + close to 0, and positive when it is close to 1. From this parameters, the MTPTracker can compute the best set of disjoint trajectories consistent with the defined topology, which @@ -149,4 +149,4 @@ structure -- François Fleuret -January 2013 +April 2013