X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=README.txt;h=c3e14dd36962e6ddbd2cfc859e599438b176b312;hb=e2859850c6ca6051f81e8b3200251295cc8a2f98;hp=ba8e5935575b4fd121111fc8e86f01ceafcfa38b;hpb=9d07ad0ca713eaa08b2dd0f119fc4c8a078070ac;p=mtp.git diff --git a/README.txt b/README.txt index ba8e593..c3e14dd 100644 --- a/README.txt +++ b/README.txt @@ -14,8 +14,9 @@ in 2011. This implementation is not the reference implementation used for the -experiments presented in this article. It uses a Dijkstra with a -Binary Heap for the min-queue, and not the optimal Fibonacci heap. +experiments presented in this article. It does not require any +library, and uses a Dijkstra with a Binary Heap for the min-queue, +instead of a Fibonacci heap. This software package includes three commands: @@ -26,12 +27,12 @@ This software package includes three commands: - mtp_example creates a tracking toy example, and runs the tracking algorithm on it. It gives an example of how to use MTPTracker on a - configuration produced dynamically, and produce a test input file + configuration produced dynamically, and produces a test input file for the mtp command. - mtp_stress_test creates a larger problem with a lot of noise and multiple trajectories, to check the behavior of the code under - slightly more complex situation. + slightly more complex situations. * INSTALLATION @@ -46,7 +47,7 @@ tracker.dat, and print the optimal detected trajectories. If you now execute - ./mtp --verbose --trajectory-file result.trj --graph-file graph.dot < tracker.dat + ./mtp --verbose --trajectory-file result.trj --graph-file graph.dot tracker.dat It will load the file tracker.dat saved by the previous command, run the detection, save the detected trajectories in result.trj, and the