log python/moving.py @ 828:14e4ad7c7420

age author description
Tue, 28 Jun 2016 17:18:45 -0400 Nicolas Saunier work on merging data for synchronized views
Fri, 10 Jun 2016 17:07:36 -0400 Nicolas Saunier moved the classification parameters from tracking.cfg to a new classifier.cfg and made all classification parameters apparent
Thu, 03 Mar 2016 17:01:30 -0500 Nicolas Saunier addressed issues with ground truth annotations shifted in time dev
Thu, 11 Feb 2016 11:56:50 -0500 Nicolas Saunier updated to deal with prepared polygons from shapely, and to extract the same positions from a second trajectory in a polygon (for velocities for example) dev
Mon, 08 Feb 2016 12:24:26 -0500 Nicolas Saunier cleaned and checked storage with functions for curvilinear trajectories dev
Fri, 05 Feb 2016 17:17:12 -0500 Nicolas Saunier added __eq__ functions for Point and Trajectory dev
Fri, 22 Jan 2016 17:43:09 -0500 Nicolas Saunier minor bug fix dev
Thu, 14 Jan 2016 11:44:39 -0500 Nicolas Saunier updated the bounding box code (the name so that it is general for ground truth and UT) dev
Sat, 28 Nov 2015 16:54:03 -0500 Nicolas Saunier added functionalities for Trajectory dev
Sat, 28 Nov 2015 13:29:54 -0500 Nicolas Saunier added savitzky golay for differentiation dev
Mon, 10 Aug 2015 01:06:59 -0400 Nicolas Saunier adding ability to deal with multivariate indicators
Fri, 07 Aug 2015 13:07:53 -0400 Nicolas Saunier added functionality to display matchings between ground truth and tracked objects
Thu, 06 Aug 2015 17:47:04 -0400 Nicolas Saunier returns detailed matching information for clear mot
Mon, 29 Jun 2015 15:47:30 -0400 Nicolas Saunier minor updates dev
Fri, 26 Jun 2015 23:49:44 -0400 Nicolas Saunier made length a STObject method dev
Fri, 05 Jun 2015 17:13:28 +0200 Nicolas Saunier several updates for display dev
Fri, 05 Jun 2015 02:35:29 +0200 Nicolas Saunier corrected bug dev
Fri, 05 Jun 2015 02:25:30 +0200 Nicolas Saunier classification is working dev
Tue, 26 May 2015 23:55:22 +0200 Nicolas Saunier corrected old format for Point.__str__
Tue, 26 May 2015 18:16:51 +0200 Nicolas Saunier corrected bug for intersection of lines (thanks to Paul for finding)
Tue, 26 May 2015 13:53:40 +0200 Nicolas Saunier moved and rationalized imports in modules
Wed, 20 May 2015 14:21:54 +0200 Nicolas Saunier added function to count features in objects
Wed, 20 May 2015 13:57:47 +0200 Nicolas Saunier corrected bug with circular import for VideoFilenameAddable, moved to base module
Wed, 20 May 2015 12:04:22 +0200 Nicolas Saunier added capability to set a videofilename to movingobject and interaction, renames interactiontype to collision in interaction
Tue, 19 May 2015 16:58:26 +0200 Nicolas Saunier modified concatenate to take into account features if available
Mon, 18 May 2015 17:17:06 +0200 Nicolas Saunier corrected bug that increased TTC by 1 frame and structure to store collision points and crossing zones
Mon, 18 May 2015 13:53:25 +0200 Nicolas Saunier some method name change and new methods for features in objects (MovingObject) and methods to access indicator values in interactions
Fri, 15 May 2015 23:09:49 +0200 Nicolas Saunier corrected impact of warmUpLastInstant
Thu, 14 May 2015 23:18:44 +0200 Nicolas Saunier minor modifications
Thu, 07 May 2015 13:25:31 +0200 Nicolas Saunier compilation with C++11 and test function for movingobject distance