log python/moving.py @ 377:2aed569f39e7

age author description
Thu, 18 Jul 2013 02:08:51 -0400 Nicolas Saunier added utils
Tue, 16 Jul 2013 17:00:17 -0400 Nicolas Saunier Cleaned the methods/functions indicating if a point is in a polygon
Mon, 15 Jul 2013 16:47:09 -0400 Nicolas Saunier lcss subclass for indicators
Mon, 15 Jul 2013 15:08:53 -0400 Nicolas Saunier implemented subsequence extraction and rearranged arguments
Thu, 11 Jul 2013 02:17:12 -0400 Nicolas Saunier implemented prediction method at constant velocity with direct intersection computation
Thu, 11 Jul 2013 00:07:47 -0400 Nicolas Saunier corrected bug computing TTC (resp. pPET) if there is no collision point (resp. crossing zone)
Tue, 25 Jun 2013 23:43:32 -0400 Nicolas Saunier added simple classification based on speed
Fri, 21 Jun 2013 15:28:59 -0400 Nicolas Saunier first version of indicator loading code
Wed, 19 Jun 2013 22:56:21 -0400 Nicolas Saunier minor
Fri, 14 Jun 2013 11:47:24 -0400 Nicolas Saunier added functions to export trajectories to csv
Fri, 14 Jun 2013 08:56:54 -0400 Nicolas Saunier corrected a bug for Trajectory initialization
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 17:28:34 -0400 Nicolas Saunier added class for trajectories in curvilinear coordinates
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
Tue, 29 Jan 2013 18:23:47 -0500 Nicolas Saunier refactoring of Interval and TimeInterval using class methods (intersection, union)
Tue, 29 Jan 2013 10:36:17 -0500 Nicolas Saunier updated class/method descriptions
Fri, 21 Dec 2012 18:33:36 -0500 Nicolas Saunier added LCSS for trajectories
Fri, 21 Dec 2012 17:06:34 -0500 Nicolas Saunier removed small error
Thu, 02 Aug 2012 05:35:57 -0400 Nicolas Saunier updates for drawing
Sat, 28 Jul 2012 02:58:47 -0400 Nicolas Saunier reorganized to compute evasive action for multiple positions
Tue, 24 Jul 2012 15:18:12 -0400 Nicolas Saunier added code to save collision points and crossing zones in txt files
Tue, 24 Jul 2012 12:37:47 -0400 Nicolas Saunier reasonably efficient computation of collision points and crossing zones
Tue, 24 Jul 2012 01:37:21 -0400 Nicolas Saunier added the normal adaptation class
Mon, 23 Jul 2012 23:07:19 -0400 Nicolas Saunier corrected typos and bugs and added a test
Mon, 23 Jul 2012 02:50:26 -0400 Nicolas Saunier modified prediction functions, added norm/angle representation of Points
Sat, 21 Jul 2012 00:50:42 -0400 Nicolas Saunier corrected small bugs and typos
Wed, 18 Jul 2012 02:54:22 -0400 Nicolas Saunier added utils for bus processing
Tue, 17 Jul 2012 13:25:34 -0400 Nicolas Saunier corrected issue with predictPosiont static method
Tue, 17 Jul 2012 00:15:42 -0400 Nicolas Saunier moved indicators to new file, added ExtrapolatedTrajectory class to extrapolation file
Mon, 16 Jul 2012 04:57:35 -0400 Nicolas Saunier started adapting and moving to other modules Mohamed's work
Tue, 26 Jun 2012 03:29:57 -0400 Nicolas Saunier minor modifications for integer drawing in OpenCV
Thu, 07 Jun 2012 01:20:25 -0400 Nicolas Saunier corrected name typos in drawOnWorldImage
Thu, 07 Jun 2012 00:53:30 -0400 Nicolas Saunier added minor comments
Wed, 06 Jun 2012 13:24:04 -0400 Francois Belisle 2 Changes :
Tue, 06 Mar 2012 18:10:19 -0500 Nicolas Saunier added code to display trajectories on videa
Fri, 25 Nov 2011 18:44:59 -0500 Nicolas Saunier utilities for user types
Fri, 25 Nov 2011 18:38:54 -0500 Nicolas Saunier initial work on flow vectors and clustering algorithms
Thu, 24 Nov 2011 19:00:04 -0500 Nicolas Saunier added drawing functialities, in particular on aerial image
Tue, 06 Sep 2011 18:44:23 -0400 Nicolas Saunier re-organized code to avoid cyclic python module dependencies
Thu, 01 Sep 2011 16:44:23 -0400 Nicolas Saunier bug correction for cosine functions in python
Sat, 23 Jul 2011 02:18:16 -0400 Nicolas Saunier added functionalities to indicator maps
Mon, 18 Jul 2011 19:24:06 -0400 Nicolas Saunier minor change to the point marker
Mon, 18 Jul 2011 14:29:07 -0400 Nicolas Saunier corrected errors in trajectories (if empty) and getTrajectoryInPolygon
Fri, 15 Jul 2011 03:04:39 -0400 Nicolas Saunier added test existsAtInstant to STObject
Fri, 15 Jul 2011 02:32:34 -0400 Nicolas Saunier corrected bug for TimeInterval interation and added corresponding test
Thu, 14 Jul 2011 19:48:30 -0400 Nicolas Saunier added multiply method to Point
Thu, 14 Jul 2011 17:15:09 -0400 Nicolas Saunier finally added the representation of intervals
Tue, 12 Jul 2011 16:43:33 -0400 Nicolas Saunier refactored projection functions
Tue, 14 Jun 2011 14:14:24 -0400 Nicolas Saunier corrected getObjectInInterval for MovingObject and timeintervals for TemporalIndicator
Mon, 13 Jun 2011 16:50:40 -0400 Nicolas Saunier added equal method to intervals
Mon, 13 Jun 2011 14:15:08 -0400 Nicolas Saunier added timeinterval computation for indicators based on dictionaries
Sun, 12 Jun 2011 03:24:55 -0400 Nicolas Saunier makes use of matplotlib function to test if point is in a polygon
Thu, 09 Jun 2011 16:03:17 -0400 Nicolas Saunier modified the type of the result of interval lengths to float, added comments
Thu, 09 Jun 2011 11:27:31 -0400 Nicolas Saunier renamed inner to cross product
Thu, 09 Jun 2011 11:18:44 -0400 Nicolas Saunier added inner product
Fri, 18 Mar 2011 15:06:16 -0400 Nicolas Saunier re-arranged trajectory intersections
Fri, 11 Mar 2011 18:12:29 -0500 Nicolas Saunier added method to test points in polygons and tests
Fri, 21 Jan 2011 18:27:55 -0500 Nicolas Saunier added functions to get simply the values of indicators (and arccos transform for cosines
Fri, 14 Jan 2011 19:34:00 -0500 Nicolas Saunier added new addPosition method to Trajectory