annotate README-Win32.txt @ 398:3399bd48cb40

Ajout d'une méthode pour obtenir le nombre de FPS Méthode de capture des trames vidéos plus résistante aux erreur Utilisation d'un dictionnaire pour les fichier de configuration afin de garder le nom des sections
author Jean-Philippe Jodoin <jpjodoin@gmail.com>
date Mon, 29 Jul 2013 13:46:07 -0400
parents 4978b5baf8f1
children 5d788d2e8ffc
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
251
4978b5baf8f1 Win32 version for traffic intelligence. Use the README-Win32.txt to know how to
Jeep-Tour@Jeep-Tour-PC
parents:
diff changeset
1 To be able to use traffic intelligence on windows, you will first have to fetch the 3rd party libraries.
4978b5baf8f1 Win32 version for traffic intelligence. Use the README-Win32.txt to know how to
Jeep-Tour@Jeep-Tour-PC
parents:
diff changeset
2 To do this, go in the folder win32-depends and launch win32-depends-installer.bat. It should fetch the library
4978b5baf8f1 Win32 version for traffic intelligence. Use the README-Win32.txt to know how to
Jeep-Tour@Jeep-Tour-PC
parents:
diff changeset
3 and unarchive them correctly.
4978b5baf8f1 Win32 version for traffic intelligence. Use the README-Win32.txt to know how to
Jeep-Tour@Jeep-Tour-PC
parents:
diff changeset
4
4978b5baf8f1 Win32 version for traffic intelligence. Use the README-Win32.txt to know how to
Jeep-Tour@Jeep-Tour-PC
parents:
diff changeset
5 Second you will need is the project TrajectoryManagementAndAnalysis available at https://bitbucket.org/trajectories/trajectorymanagementandanalysis
4978b5baf8f1 Win32 version for traffic intelligence. Use the README-Win32.txt to know how to
Jeep-Tour@Jeep-Tour-PC
parents:
diff changeset
6
4978b5baf8f1 Win32 version for traffic intelligence. Use the README-Win32.txt to know how to
Jeep-Tour@Jeep-Tour-PC
parents:
diff changeset
7
4978b5baf8f1 Win32 version for traffic intelligence. Use the README-Win32.txt to know how to
Jeep-Tour@Jeep-Tour-PC
parents:
diff changeset
8
4978b5baf8f1 Win32 version for traffic intelligence. Use the README-Win32.txt to know how to
Jeep-Tour@Jeep-Tour-PC
parents:
diff changeset
9 If you want the sln to work, the project must be in the same folder where you have cloned trafficintelligence.
4978b5baf8f1 Win32 version for traffic intelligence. Use the README-Win32.txt to know how to
Jeep-Tour@Jeep-Tour-PC
parents:
diff changeset
10 To clone the project, use hg clone https://bitbucket.org/trajectories/trajectorymanagementandanalysis
4978b5baf8f1 Win32 version for traffic intelligence. Use the README-Win32.txt to know how to
Jeep-Tour@Jeep-Tour-PC
parents:
diff changeset
11
4978b5baf8f1 Win32 version for traffic intelligence. Use the README-Win32.txt to know how to
Jeep-Tour@Jeep-Tour-PC
parents:
diff changeset
12 If you've done everything correctly, you should have
4978b5baf8f1 Win32 version for traffic intelligence. Use the README-Win32.txt to know how to
Jeep-Tour@Jeep-Tour-PC
parents:
diff changeset
13
4978b5baf8f1 Win32 version for traffic intelligence. Use the README-Win32.txt to know how to
Jeep-Tour@Jeep-Tour-PC
parents:
diff changeset
14 /trafficintelligence
4978b5baf8f1 Win32 version for traffic intelligence. Use the README-Win32.txt to know how to
Jeep-Tour@Jeep-Tour-PC
parents:
diff changeset
15 /trafficintelligence/win32-depends/boost/
4978b5baf8f1 Win32 version for traffic intelligence. Use the README-Win32.txt to know how to
Jeep-Tour@Jeep-Tour-PC
parents:
diff changeset
16 /trafficintelligence/win32-depends/klt/
4978b5baf8f1 Win32 version for traffic intelligence. Use the README-Win32.txt to know how to
Jeep-Tour@Jeep-Tour-PC
parents:
diff changeset
17 /trafficintelligence/win32-depends/opencv/
4978b5baf8f1 Win32 version for traffic intelligence. Use the README-Win32.txt to know how to
Jeep-Tour@Jeep-Tour-PC
parents:
diff changeset
18 /trafficintelligence/win32-depends/sqlite/
4978b5baf8f1 Win32 version for traffic intelligence. Use the README-Win32.txt to know how to
Jeep-Tour@Jeep-Tour-PC
parents:
diff changeset
19 /trajectorymanagementandanalysis
4978b5baf8f1 Win32 version for traffic intelligence. Use the README-Win32.txt to know how to
Jeep-Tour@Jeep-Tour-PC
parents:
diff changeset
20
4978b5baf8f1 Win32 version for traffic intelligence. Use the README-Win32.txt to know how to
Jeep-Tour@Jeep-Tour-PC
parents:
diff changeset
21
4978b5baf8f1 Win32 version for traffic intelligence. Use the README-Win32.txt to know how to
Jeep-Tour@Jeep-Tour-PC
parents:
diff changeset
22