log

age author description
Fri, 14 Jun 2013 10:34:11 -0400 Nicolas Saunier moved python scripts to the scripts directory
Fri, 14 Jun 2013 10:25:00 -0400 Nicolas Saunier moved the config parser to utils
Fri, 14 Jun 2013 09:53:32 -0400 Nicolas Saunier reorganized utils module
Fri, 14 Jun 2013 08:56:54 -0400 Nicolas Saunier corrected a bug for Trajectory initialization
Thu, 13 Jun 2013 23:05:28 -0400 Nicolas Saunier corrected bug in db loading
Thu, 13 Jun 2013 00:42:40 -0400 Nicolas Saunier added sqlite code, in particular to load and save road user type
Wed, 12 Jun 2013 18:23:16 -0400 Nicolas Saunier script for safety analysis
Wed, 12 Jun 2013 17:28:34 -0400 Nicolas Saunier added class for trajectories in curvilinear coordinates
Thu, 23 May 2013 17:57:11 +0200 Nicolas Saunier added user type ids
Fri, 10 May 2013 21:32:11 +0200 Nicolas Saunier added velocity angle in indicators
Thu, 09 May 2013 04:02:46 +0200 Nicolas Saunier minor change
Wed, 08 May 2013 00:19:28 +0200 Nicolas Saunier corrected issues with large deltas
Tue, 07 May 2013 18:43:40 +0200 Nicolas Saunier Corrected a major bug for LCSS
Tue, 07 May 2013 02:02:55 +0200 Nicolas Saunier rearranged LCSS indicator functions
Mon, 06 May 2013 17:20:07 +0200 Nicolas Saunier renamed fields movingObject to roadUser, etc
Mon, 06 May 2013 15:27:11 +0200 Nicolas Saunier minor
Sun, 21 Apr 2013 22:38:16 -0400 Nicolas Saunier minor
Fri, 12 Apr 2013 18:03:04 -0400 Nicolas Saunier added indicator min distance
Fri, 12 Apr 2013 15:22:00 -0400 Nicolas Saunier merged
Fri, 12 Apr 2013 13:16:38 -0400 Nicolas Saunier bugfix for dot import
Tue, 09 Apr 2013 12:38:58 -0400 Nicolas Saunier modified for 4740 tps
Thu, 11 Apr 2013 22:50:04 -0400 Nicolas Saunier solved issues to make the files importable (caution with getDLCSS)
Thu, 11 Apr 2013 22:46:33 -0400 Nicolas Saunier merged with Mohamed s work
Wed, 03 Apr 2013 22:46:39 -0400 Mohamed Gomaa load data saved by the POLY new output
Wed, 03 Apr 2013 22:13:01 -0400 Mohamed Gomaa add functions to add videofilename and interaction type in Interaction class
Tue, 25 Dec 2012 02:24:21 -0500 Mohamed Gomaa Added spectral clustering function
Tue, 25 Dec 2012 02:20:25 -0500 Mohamed Gomaa Added a function to compute LCSS distance between two indcators
Tue, 25 Dec 2012 02:16:10 -0500 Mohamed Gomaa add delta to sample the time window in LCSS function
Tue, 02 Apr 2013 15:27:42 -0400 Nicolas Saunier bug correction, minor work on indicators
Fri, 29 Mar 2013 21:20:12 -0400 Nicolas Saunier added sample to replay video
Fri, 29 Mar 2013 16:56:23 -0400 Nicolas Saunier added capability to parse cfg file for display-trajectories.py
Thu, 21 Mar 2013 14:01:46 -0400 Nicolas Saunier fixed bug with keys from waitKey on Ubuntu 12.10
Mon, 18 Mar 2013 23:37:45 -0400 Nicolas Saunier corrected bug in compute-homography
Mon, 11 Mar 2013 01:07:08 -0400 Nicolas Saunier added simple helper for confidence intervals
Wed, 13 Feb 2013 18:26:49 -0500 Nicolas Saunier working on trajectory simulation
Tue, 12 Feb 2013 18:08:00 -0500 Nicolas Saunier renaming event to events and correcting errors in indicator computation
Tue, 12 Feb 2013 17:52:13 -0500 Nicolas Saunier added requirements for Python code
Mon, 11 Feb 2013 17:35:37 -0500 Nicolas Saunier adding function to generate step plots (for cumulative number of vehicles)
Mon, 11 Feb 2013 16:01:15 -0500 Nicolas Saunier added option to disable computation of crossing zones
Mon, 11 Feb 2013 15:59:15 -0500 Nicolas Saunier added option to disable computation of crossing zones
Fri, 08 Feb 2013 18:35:24 -0500 Nicolas Saunier evolution of indicators and their computation in interactions
Fri, 08 Feb 2013 18:13:29 -0500 Nicolas Saunier rearranged new code by Paul (works now)
Wed, 06 Feb 2013 20:39:14 -0500 Paul class VehPairs updated. Now supports primitive multithreading.
Tue, 05 Feb 2013 15:45:33 -0500 Paul class VehPairs subsumes createInteractions(objects); legacy code remains
Tue, 29 Jan 2013 18:23:47 -0500 Nicolas Saunier refactoring of Interval and TimeInterval using class methods (intersection, union)
Tue, 29 Jan 2013 11:21:42 -0500 Nicolas Saunier refactored and commented functions (saving data is now outside of the computation functions)
Tue, 29 Jan 2013 10:36:17 -0500 Nicolas Saunier updated class/method descriptions
Sun, 27 Jan 2013 00:51:48 -0500 Nicolas Saunier first version of indicator LCSS
Sun, 27 Jan 2013 00:22:55 -0500 Nicolas Saunier simplified indicators (only non-measured values, whether measurable or not)
Sat, 26 Jan 2013 19:02:25 -0500 Nicolas Saunier Integrating Mohamed's changes
Fri, 21 Dec 2012 18:33:36 -0500 Nicolas Saunier added LCSS for trajectories
Fri, 21 Dec 2012 18:20:12 -0500 Nicolas Saunier added function to create interactions
Fri, 21 Dec 2012 17:50:10 -0500 Nicolas Saunier modified indicator class (same interface)
Fri, 21 Dec 2012 17:29:43 -0500 Nicolas Saunier corrected lcss bug
Fri, 21 Dec 2012 17:06:34 -0500 Nicolas Saunier removed small error
Thu, 20 Dec 2012 18:04:05 -0500 Nicolas Saunier generic simple LCSS
Fri, 14 Dec 2012 01:01:55 -0500 Nicolas Saunier resolved issue 2 and problem with negative nframes parameter
Fri, 14 Dec 2012 01:01:26 -0500 Nicolas Saunier removed warning
Fri, 14 Dec 2012 01:01:13 -0500 Nicolas Saunier minor change
Mon, 19 Nov 2012 18:12:51 -0500 Nicolas Saunier Added tag v0.1 for changeset ea2a8e8e4e77