changeset 272:e34698d93b23

updated README
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Mon, 13 Aug 2012 07:35:56 -0400
parents bbd9c09e6869
children e4d232f9fc39
files README
diffstat 1 files changed, 3 insertions(+), 19 deletions(-) [+]
line wrap: on
line diff
--- a/README	Thu Aug 09 15:18:20 2012 -0400
+++ b/README	Mon Aug 13 07:35:56 2012 -0400
@@ -1,23 +1,7 @@
-This work is a set of tools developed by Nicolas Saunier for transportation analysis, in particular road traffic. The tool revolves around the most typical transportation data type, trajectories, i.e. temporal series of positions. The original work targeted automated road safety analysis using video sensors. 
-
-This piece of software is at a very early stage and does not really provide any finished tool. It contains:
-
-- pieces of C++ code under the c directory, mostly examples related to the use of computer vision libraries, namely OpenCV and KLT (http://www.ces.clemson.edu/~stb/klt)
-
-- python modules that provide classes for trajectories and moving objects (objects with some characteristics and a trajectory), as well as some basic code for simple traffic engineering problems (fundamental diagram and traffic signal timing). 
-
-An Example:
-
-The main use case and example for now is to load and analyze trajectory data from the NGSIM project (ngsim-community.org). In a ipython shell with the pylab option, you can type the following (once the python modules are in your python path). 
-
-$ import storage
-$ objects = storage.loadNgsimFile('./trajectories-0400-0415.txt',100)
-$ for o in objects: o.draw()
-
-License:
+This software project provides a set of tools developed by Nicolas Saunier and his collaborators for transportation data processing, in particular road traffic, motorized and non-motorized. The project consists in particular in tools for the most typical transportation data type, trajectories, i.e. temporal series of positions. 
 
 The code is licensed under the MIT open source license (http://www.opensource.org/licenses/mit-license).
 
-If you make use of this piece of software, please cite: N. Saunier, T. Sayed and K. Ismail. Large Scale Automated Analysis of Vehicle Interactions and Collisions. Transportation Research Record: Journal of the Transportation Research Board, 2147:42-50, 2010. I would be very happy in any case to know about any use of the code, and to discuss any opportunity for collaboration. 
+Contact me at nicolas.saunier@polymtl.ca and learn more about my work at http://nicolas.saunier.confins.net.
 
-Contact me at nicolas.saunier@polymtl.ca and learn more about my work at http://nicolas.saunier.confins.net.
\ No newline at end of file
+Please consult the project website on Bitbucket for more information and step-by-step guides https://bitbucket.org/Nicolas/trafficintelligence/wiki/Home
\ No newline at end of file