Cosmetics.
authorFrancois Fleuret <francois@fleuret.org>
Wed, 17 Apr 2013 15:36:10 +0000 (17:36 +0200)
committerFrancois Fleuret <francois@fleuret.org>
Wed, 17 Apr 2013 15:36:10 +0000 (17:36 +0200)
README.txt

index 807f567..aad4ca2 100644 (file)
@@ -79,8 +79,8 @@ The MTPTracker takes as input
 
  (2) a spatial topology composed of
 
 
  (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)
 
 
      - 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
              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
 
 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
 
 --
 François Fleuret
-January 2013
+April 2013