log

age author description
Wed, 06 Aug 2014 17:54:01 -0400 Nicolas Saunier merged
Wed, 06 Aug 2014 17:53:38 -0400 Nicolas Saunier work in progress on intersections (for PET)
Wed, 06 Aug 2014 00:09:37 -0400 Nicolas Saunier minor modification
Tue, 05 Aug 2014 17:45:36 -0400 Nicolas Saunier first integration of curvilinear transformation from Paul
Mon, 28 Jul 2014 02:57:59 -0400 Nicolas Saunier simplifications to interactions
Thu, 24 Jul 2014 01:06:34 -0400 Nicolas Saunier changed test for motion from < to <= so that completely stationary features could be extracted
Mon, 21 Jul 2014 16:17:22 -0400 Nicolas Saunier modified bug for reading vissim files, cleaned use of readline with multiple type of characters for comments (to ignore)
Sat, 19 Jul 2014 23:44:39 -0400 Nicolas Saunier place holder functions
Wed, 16 Jul 2014 02:12:34 -0400 Nicolas Saunier work on object trajectory smoothing
Tue, 15 Jul 2014 16:42:04 -0400 Nicolas Saunier added Mohamed Gomaa Mohamed function to smooth object trajectories
Tue, 15 Jul 2014 13:59:03 -0400 Nicolas Saunier added uninstall option in Makefile
Tue, 15 Jul 2014 01:25:33 -0400 Nicolas Saunier adapted safety-analysis script to use multi-threading
Mon, 14 Jul 2014 17:44:09 -0400 Nicolas Saunier updated safety-analysis to test multiprocessing
Mon, 14 Jul 2014 17:33:43 -0400 Nicolas Saunier refactored some more code in compute crossing and collisions (parallel code works)
Mon, 14 Jul 2014 01:56:51 -0400 Nicolas Saunier modified prediction for multiprocessing, not sure how beneficial it is (single thread with instance method seems much faster
Sun, 13 Jul 2014 23:34:00 -0400 Nicolas Saunier added static methods to create trajectories and moving objects
Fri, 11 Jul 2014 16:25:57 -0400 Nicolas Saunier added back simple makefile to install the feature-based tracking executable and the scripts in /usr/local/bin so that they are accessible without typing the path to the source folder
Tue, 08 Jul 2014 17:23:02 -0400 Nicolas Saunier added basic info and function to profile code
Tue, 08 Jul 2014 17:04:55 -0400 Nicolas Saunier corrected more bugs from merging (caught in regression tests)
Tue, 08 Jul 2014 16:59:35 -0400 Nicolas Saunier rearranged all distance computations between points
Tue, 08 Jul 2014 16:33:45 -0400 Nicolas Saunier minor naming
Tue, 08 Jul 2014 16:32:09 -0400 Nicolas Saunier Merged in mohamedgomaa/trafficintelligence (pull request #7)
Tue, 08 Jul 2014 15:22:30 -0400 MohamedGomaa corrected bug
Tue, 08 Jul 2014 13:43:56 -0400 MohamedGomaa corrected bugs
Thu, 03 Jul 2014 14:30:20 -0400 MohamedGomaa add some functions for behaviour analysis
Tue, 08 Jul 2014 15:51:43 -0400 Nicolas Saunier added function to undistort image, mostly for checking camera calibration results
Tue, 08 Jul 2014 15:32:47 -0400 Nicolas Saunier added function to calibrate a camera intrinsic parameters
Mon, 07 Jul 2014 16:59:20 -0400 Nicolas Saunier defensive code for curvilinear trajectory initialization
Mon, 07 Jul 2014 16:54:10 -0400 Nicolas Saunier added differentiate function for curvilinear trajectories and modified the addPosition functions
Mon, 07 Jul 2014 12:30:46 -0400 Nicolas Saunier added condition on warmup time to load trajectories from vissim files and corrected condition on number of objects
Fri, 04 Jul 2014 17:38:25 -0400 Nicolas Saunier minor
Fri, 04 Jul 2014 13:08:58 -0400 Nicolas Saunier added one test script that runs C++, Python and future script tests
Thu, 03 Jul 2014 13:57:32 -0400 Nicolas Saunier corrected bug and added capability to save undistorted image
Wed, 02 Jul 2014 17:43:16 -0400 Nicolas Saunier work on classification parameters
Wed, 02 Jul 2014 11:35:05 -0400 Nicolas Saunier renamed TrackingParameters to ProcessParameters
Sun, 29 Jun 2014 23:31:38 -0400 Nicolas Saunier cleaning up initialization of intrinsic matrix
Sun, 29 Jun 2014 14:37:30 -0400 Nicolas Saunier fixing size issue when testing frames in main loop
Sun, 29 Jun 2014 14:27:18 -0400 Nicolas Saunier fixed compiling issue with size()
Sun, 29 Jun 2014 14:18:17 -0400 Nicolas Saunier corrected bug with empty frames (the program will stop cleanly and store features
Fri, 27 Jun 2014 17:32:11 -0400 Nicolas Saunier corrected bug in Point.timeToCollision that might result in negative TTCs
Thu, 26 Jun 2014 23:20:36 -0400 Nicolas Saunier added rudimentary changelog
Wed, 25 Jun 2014 17:50:18 -0400 Nicolas Saunier work on script
Wed, 25 Jun 2014 16:52:34 -0400 Nicolas Saunier corrected bugs for trajectory display for new code versions
Sat, 21 Jun 2014 14:46:20 -0400 Nicolas Saunier loading from VISSIM trajectory data works
Fri, 20 Jun 2014 17:45:32 -0400 Nicolas Saunier corrected bug in initialization of lists and loading trajectories from vissim files
Fri, 20 Jun 2014 00:20:29 -0400 Nicolas Saunier first draft of loading from VISSIM file
Thu, 19 Jun 2014 13:31:00 -0400 Nicolas Saunier corrected bugs
Wed, 18 Jun 2014 23:40:47 -0400 Nicolas Saunier modified internal implementation of user type for classifyUserTypeArea
Wed, 18 Jun 2014 23:36:56 -0400 Nicolas Saunier added functions for classification refactored from Sohail s work for TRB/TRC (to be tested)
Wed, 18 Jun 2014 17:37:28 -0400 Nicolas Saunier changed argMaxDict name to argmaxDict
Wed, 18 Jun 2014 01:19:18 -0400 Nicolas Saunier added function to classify object at instant from SVM
Wed, 18 Jun 2014 00:53:39 -0400 Nicolas Saunier added script to train HoG-SVM classifiers for object classification (based on a script by Sohail Zangenehpour, PhD student at McGill)
Wed, 18 Jun 2014 00:52:55 -0400 Nicolas Saunier median smoothing
Fri, 06 Jun 2014 17:51:10 -0400 Nicolas Saunier added plotting of features with object
Fri, 06 Jun 2014 14:14:01 -0400 Nicolas Saunier corrected bugs detected by tests (because of moving functions around modules
Fri, 06 Jun 2014 14:10:42 -0400 Nicolas Saunier renamed all draw functions to plot for consistency
Thu, 05 Jun 2014 17:50:42 -0400 Nicolas Saunier corrected bug from merging and argument issue in display-trajectories
Wed, 04 Jun 2014 10:57:09 -0400 Nicolas Saunier pulled in and merged the new functionalities to deal with camera distortion (eg GoPro cameras)
Mon, 02 Jun 2014 17:46:49 -0400 Nicolas Saunier corrected bug so it can work without undistortion parameters
Wed, 28 May 2014 17:46:38 -0400 Nicolas Saunier merged pulling from main
Fri, 23 May 2014 17:33:11 -0400 Nicolas Saunier compute homography works with undistortion
Fri, 23 May 2014 16:27:26 -0400 Nicolas Saunier corrected mask bug in feature tracking, updated display-trajectories to display on undistorted image
Fri, 23 May 2014 10:35:51 -0400 Nicolas Saunier adding parameter undistort in tracking.cfg
Thu, 01 May 2014 17:41:10 -0400 Nicolas Saunier first version with undistort implemented in the feature tracking process
Mon, 28 Apr 2014 18:18:14 -0400 Nicolas Saunier added needed parameters
Wed, 04 Jun 2014 10:56:12 -0400 Nicolas Saunier added new lines for README
Mon, 02 Jun 2014 17:33:22 -0400 Nicolas Saunier optimized direct time to collision computation and added tests
Tue, 27 May 2014 17:09:10 -0400 Nicolas Saunier corrected call to new weather indicator function
Tue, 27 May 2014 15:43:14 -0400 Nicolas Saunier corrected a bug and improved code
Tue, 20 May 2014 15:18:55 -0400 Nicolas Saunier update to classify speed to remove data at both ends
Fri, 09 May 2014 14:09:14 -0400 Nicolas Saunier merged
Fri, 09 May 2014 14:09:02 -0400 Nicolas Saunier alternative confidence interval
Mon, 05 May 2014 23:17:46 -0400 Nicolas Saunier merged
Mon, 05 May 2014 23:17:19 -0400 Nicolas Saunier bug in pavement durability
Thu, 01 May 2014 11:08:41 -0400 Nicolas Saunier merged
Thu, 01 May 2014 11:08:26 -0400 Nicolas Saunier added parameter description with ranges
Mon, 28 Apr 2014 17:32:33 -0400 Nicolas Saunier minor change in header order
Wed, 23 Apr 2014 23:35:52 -0400 Nicolas Saunier added some computation of delay
Wed, 23 Apr 2014 16:20:40 -0400 Nicolas Saunier corrected bug
Wed, 16 Apr 2014 17:43:53 -0400 Nicolas Saunier minor changes and reaarrangements
Fri, 11 Apr 2014 17:47:55 -0400 Nicolas Saunier merged
Fri, 11 Apr 2014 17:47:38 -0400 Nicolas Saunier corrected bugs in safety analysis
Wed, 09 Apr 2014 22:49:34 -0400 Nicolas Saunier merged
Fri, 04 Apr 2014 17:43:56 -0400 Nicolas Saunier generalized createInteractions to 2 lists of objects (for cars and pedestrians for example)
Wed, 09 Apr 2014 22:49:03 -0400 Nicolas Saunier correction to compile on Windows
Thu, 03 Apr 2014 17:48:27 -0400 Nicolas Saunier correction timehorizon bug
Wed, 02 Apr 2014 17:45:18 -0400 Nicolas Saunier integrated Sohail direct computation of TTC (need to add pPET)
Wed, 02 Apr 2014 17:25:50 -0400 Nicolas Saunier Corrected issues with safety-analysis script, variable names are changed and tracking.cfg accordingly
Wed, 02 Apr 2014 16:12:24 -0400 Nicolas Saunier adding functionalities (save images directly to display trajectories to create movies
Wed, 02 Apr 2014 01:45:53 -0400 Nicolas Saunier implemented smoothing (requires latest trajectory management library version)
Tue, 01 Apr 2014 17:42:40 -0400 Nicolas Saunier cleaning code
Mon, 31 Mar 2014 16:20:13 -0400 Nicolas Saunier added function to generate headways based on flow or mean headway over some simulation period
Thu, 27 Mar 2014 11:40:28 -0400 Nicolas Saunier Display of points in compute homography and step option to replay videos
Tue, 25 Mar 2014 19:43:47 -0400 Nicolas Saunier merged
Tue, 25 Mar 2014 19:43:28 -0400 Nicolas Saunier modified compute-homography to work with argparse
Sun, 23 Mar 2014 23:49:37 -0400 Nicolas Saunier clarified argument name and made it available in a calling function
Thu, 13 Mar 2014 01:48:04 -0400 Nicolas Saunier added functions to undistort trajectories from inverse mapping
Wed, 12 Mar 2014 17:47:49 -0400 Nicolas Saunier bug corrected
Wed, 12 Mar 2014 17:36:49 -0400 Nicolas Saunier functions to compute inverse mapping
Wed, 12 Mar 2014 13:36:54 -0400 Nicolas Saunier merge done
Tue, 11 Mar 2014 23:50:15 -0400 Nicolas Saunier small progress
Thu, 06 Mar 2014 15:01:33 -0500 Nicolas Saunier merge done
Thu, 06 Mar 2014 15:01:19 -0500 Nicolas Saunier added coordinate undistortion function
Wed, 05 Mar 2014 23:01:00 -0500 Nicolas Saunier finished description and constructor
Wed, 05 Mar 2014 17:47:26 -0500 Nicolas Saunier name change in prediction.py
Thu, 27 Feb 2014 03:30:28 -0500 Nicolas Saunier added dictionary
Sun, 23 Feb 2014 23:18:08 -0500 Nicolas Saunier integrated and reorganized Sohail s work on exact ttc computation
Sun, 23 Feb 2014 22:56:54 -0500 Nicolas Saunier Merged in szangenehpour/trafficintelligence (pull request #5)
Mon, 03 Feb 2014 15:41:57 -0500 Sohail Zangenehpour TTC tested and updatet!
Mon, 03 Feb 2014 15:39:12 -0500 Sohail Zangenehpour TTC tested and updatet!
Sat, 22 Feb 2014 01:18:16 -0500 Nicolas Saunier change of interface, distributions are now passed to the prediction paramters constructors if needed
Thu, 20 Feb 2014 09:37:12 -0500 Nicolas Saunier fixed the CMakeLists.txt
Wed, 19 Feb 2014 17:46:26 -0500 Nicolas Saunier update to include speed limit
Wed, 19 Feb 2014 16:33:49 -0500 Nicolas Saunier update to weather function
Wed, 19 Feb 2014 16:30:45 -0500 Nicolas Saunier slight update
Tue, 18 Feb 2014 14:52:49 -0500 Nicolas Saunier added most common utility function
Thu, 13 Feb 2014 16:42:32 -0500 Nicolas Saunier corrected indentation bug
Thu, 13 Feb 2014 15:11:31 -0500 Nicolas Saunier added function for MTQ weather indicators (use generic EC function preferrably)
Thu, 13 Feb 2014 14:10:52 -0500 Nicolas Saunier reorganized interactioninterval (in compute indicators) and comments
Thu, 13 Feb 2014 01:24:27 -0500 Nicolas Saunier Point/CurvilinearTrajectory/Interaction utiles
Tue, 11 Feb 2014 02:55:02 -0500 Nicolas Saunier small additions
Mon, 10 Feb 2014 18:32:43 -0500 Nicolas Saunier added comments
Wed, 05 Feb 2014 22:41:40 -0500 Nicolas Saunier bug fix for empty list of temperatures
Tue, 04 Feb 2014 15:00:39 -0500 Nicolas Saunier updated weather indicator calculations
Tue, 04 Feb 2014 02:13:27 -0500 Nicolas Saunier adding weather info to pavement data
Fri, 31 Jan 2014 00:10:31 -0500 Nicolas Saunier merge done with Sohail s code
Thu, 30 Jan 2014 14:43:53 -0500 Nicolas Saunier added example script to install and compile the feature-based tracking software (installing ubuntu dependencies, downloading and compiling the OpenCV library)
Mon, 27 Jan 2014 01:21:56 -0500 Nicolas Saunier timeout in compute-homography.py for Paul
Mon, 27 Jan 2014 01:19:19 -0500 Nicolas Saunier generalized indicator LCSS with similarityFunc (thanks Mohamed)
Thu, 30 Jan 2014 16:35:17 -0500 Sohail Zangenehpour new TTC added
Wed, 22 Jan 2014 23:41:32 -0500 Nicolas Saunier correction for tmax and returns as tuples
Tue, 21 Jan 2014 17:30:48 -0500 Nicolas Saunier corrected bug with last array position lookup
Tue, 21 Jan 2014 17:24:02 -0500 Nicolas Saunier minor bug update
Tue, 21 Jan 2014 16:31:30 -0500 Nicolas Saunier integrating Alexandre functions
Wed, 08 Jan 2014 02:56:12 -0500 Nicolas Saunier corrected clustering bug (in indicator assignment)
Mon, 02 Dec 2013 16:39:50 -0500 Nicolas Saunier added error messages if video not opened
Sat, 30 Nov 2013 18:03:35 -0500 Nicolas Saunier small updates
Fri, 29 Nov 2013 02:38:41 -0500 Nicolas Saunier added kernel smoothing
Thu, 28 Nov 2013 00:48:24 -0500 Nicolas Saunier minor
Wed, 27 Nov 2013 03:22:01 -0500 Nicolas Saunier began module for pavement marking data processing
Tue, 12 Nov 2013 11:12:42 -0500 Nicolas Saunier integrating indicator clustering code
Tue, 12 Nov 2013 00:38:47 -0500 Nicolas Saunier reverted to stable OpenCV release 2.4.6
Tue, 05 Nov 2013 23:42:28 -0500 Nicolas Saunier merged
Tue, 05 Nov 2013 23:37:02 -0500 Nicolas Saunier changed colors to 3.0 version
Thu, 31 Oct 2013 16:59:34 -0400 Nicolas Saunier corrected creation and connection to database + helper function to generate sites and camera views
Thu, 31 Oct 2013 15:39:09 -0400 Nicolas Saunier connect function
Thu, 31 Oct 2013 15:25:21 -0400 Nicolas Saunier new fields
Mon, 21 Oct 2013 23:58:40 -0400 Nicolas Saunier added sample size and Student distribution
Mon, 21 Oct 2013 18:16:33 -0400 Nicolas Saunier added new fields for units, getting filenames
Wed, 09 Oct 2013 23:25:51 -0400 Nicolas Saunier first example of video metadata using sqlalchemy
Tue, 08 Oct 2013 18:26:20 -0400 Nicolas Saunier first work on video metadata
Tue, 08 Oct 2013 12:12:20 -0400 Nicolas Saunier corrected superfluous parameters
Thu, 03 Oct 2013 17:43:15 -0400 Nicolas Saunier updated use of calcOpticalFlowPyrLK for new signature, added minEigThreshold parameter in configuration file
Thu, 26 Sep 2013 17:07:44 -0400 Nicolas Saunier added basic logging capability for debugging
Wed, 25 Sep 2013 16:13:27 -0400 Nicolas Saunier cleaned imagebox code
Wed, 25 Sep 2013 14:49:30 -0400 Nicolas Saunier added creation of bin directory
Sun, 08 Sep 2013 23:38:37 -0400 Jean-Philippe Jodoin Win32 property sheet version updated to opencv 2.4.6.1
Mon, 02 Sep 2013 23:46:31 -0400 Nicolas Saunier forgot to add homography rescaling script
Sun, 01 Sep 2013 22:00:11 -0400 Nicolas Saunier corrected grouping bug (last object type -1) and added script to rescale homographies
Wed, 21 Aug 2013 00:00:23 -0400 Nicolas Saunier added hog functions and the display of road user types if known
Wed, 14 Aug 2013 14:23:50 -0400 Nicolas Saunier minor changes to error messages when loading libraries
Tue, 13 Aug 2013 23:36:58 -0400 Nicolas Saunier updated code for OpenCV 2.4.6
Tue, 13 Aug 2013 23:36:45 -0400 Nicolas Saunier last changes for TRB14
Mon, 12 Aug 2013 22:50:42 -0400 Nicolas Saunier commented problem code (opencv 2.4.6)
Wed, 07 Aug 2013 11:42:34 -0400 Nicolas Saunier update to OpenCV 2.6
Wed, 31 Jul 2013 02:54:18 -0400 Nicolas Saunier modification of the scene.cfg format
Wed, 31 Jul 2013 02:45:20 -0400 Nicolas Saunier merged
Tue, 30 Jul 2013 19:45:03 -0400 Nicolas Saunier added commande line options to script to convert polytrack annotation data
Mon, 29 Jul 2013 19:45:43 -0400 Nicolas Saunier function to generate homography from PDTV Tsai format and script to generate trajectories from sqlite bounding boxes
Mon, 29 Jul 2013 18:58:05 -0400 Nicolas Saunier simplified input of directories of video frames (simply use the video filename parameter to point at the directory)
Mon, 29 Jul 2013 18:06:55 -0400 Nicolas Saunier clean up of input classes for list of images and video files
Mon, 29 Jul 2013 17:12:45 -0400 Jean-Philippe Jodoin Added a class to read list of image instead of video. This is controlled by the use of the database-filename and folder-data parameters in the config file.
Mon, 29 Jul 2013 13:46:07 -0400 Jean-Philippe Jodoin Ajout d'une méthode pour obtenir le nombre de FPS
Sun, 28 Jul 2013 18:04:20 -0400 Nicolas Saunier added function to read scene metadata
Sun, 28 Jul 2013 16:30:11 -0400 Nicolas Saunier cleaned function to save images
Fri, 26 Jul 2013 17:52:23 -0400 Nicolas Saunier minor modification to framestotime
Fri, 26 Jul 2013 17:24:33 -0400 Nicolas Saunier renamed table for bounding boxes
Fri, 26 Jul 2013 02:12:08 -0400 Nicolas Saunier added code to create bounding boxes and display them (inc scripts)
Thu, 25 Jul 2013 18:59:35 -0400 Nicolas Saunier merged
Thu, 25 Jul 2013 18:58:55 -0400 Nicolas Saunier modified feature grouping to return vectors of pointers to feature trajectories
Thu, 25 Jul 2013 18:55:44 -0400 Nicolas Saunier sql code to create bounding boxes in image space
Thu, 25 Jul 2013 16:01:12 -0400 Nicolas Saunier modifications to compute alignment for None indicators
Thu, 25 Jul 2013 14:21:17 -0400 Nicolas Saunier minor name change
Wed, 24 Jul 2013 12:48:12 -0400 Nicolas Saunier cleaning up safety analysis and the new traditional constant velocity method
Tue, 23 Jul 2013 05:05:06 -0400 Nicolas Saunier minor
Mon, 22 Jul 2013 18:33:47 -0400 Nicolas Saunier added rescaling options to scripts play-video and display-trajectories
Mon, 22 Jul 2013 18:11:01 -0400 Nicolas Saunier adding deprecated messages if old cvmat format
Mon, 22 Jul 2013 11:46:35 -0400 Nicolas Saunier fixed stupid naming bug
Sun, 21 Jul 2013 10:23:15 -0400 Nicolas Saunier development for clustering
Fri, 19 Jul 2013 11:58:35 -0400 Nicolas Saunier script to replay event annotations
Fri, 19 Jul 2013 09:11:57 -0400 Nicolas Saunier added SVM
Fri, 19 Jul 2013 00:37:02 -0400 Nicolas Saunier minor
Thu, 18 Jul 2013 21:55:17 -0400 Nicolas Saunier added tests for movement orientation, object size
Thu, 18 Jul 2013 02:08:51 -0400 Nicolas Saunier added utils
Wed, 17 Jul 2013 18:19:08 -0400 Nicolas Saunier work on indicator similarity
Wed, 17 Jul 2013 01:29:25 -0400 Nicolas Saunier making indicator LCSS work
Wed, 17 Jul 2013 00:50:44 -0400 Nicolas Saunier finished implementation of aligned LCSS with matching sequence decoded
Tue, 16 Jul 2013 17:45:07 -0400 Nicolas Saunier work in progress on LCSS
Tue, 16 Jul 2013 17:00:17 -0400 Nicolas Saunier Cleaned the methods/functions indicating if a point is in a polygon
Tue, 16 Jul 2013 01:36:50 -0400 Nicolas Saunier work in progress
Mon, 15 Jul 2013 18:18:44 -0400 Nicolas Saunier work in progress for complete alignment
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
Mon, 15 Jul 2013 12:13:08 -0400 Nicolas Saunier creating a file with SQL code samples
Mon, 15 Jul 2013 12:12:47 -0400 Nicolas Saunier updated LCSS to be more generic with a single similarity function
Fri, 12 Jul 2013 11:28:47 -0400 Nicolas Saunier added function to create HOG training set
Fri, 12 Jul 2013 02:29:49 -0400 Nicolas Saunier script modification so that command line arguments take precedence over config file
Fri, 12 Jul 2013 01:26:22 -0400 Nicolas Saunier added message if mask not found/loaded
Fri, 12 Jul 2013 00:22:09 -0400 Nicolas Saunier corrected error in tests and changed sstream to ostream for FeatureTrajectory operator<<
Thu, 11 Jul 2013 15:21:13 -0400 Nicolas Saunier added files to ignore given the CMakeLists.txt
Thu, 11 Jul 2013 11:03:18 -0400 Nicolas Saunier Changes to CMakeLists.txt by Alexis Whilhelm
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:17:25 -0400 Nicolas Saunier moved current method for collision points and crossing zones computation into prediction parameters (put expectedindicator in SafetyPoint)
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)
Wed, 10 Jul 2013 18:22:45 -0400 Nicolas Saunier script is executable
Wed, 03 Jul 2013 17:39:40 -0400 Nicolas Saunier corrected small bug
Thu, 27 Jun 2013 16:44:53 -0400 Nicolas Saunier make compute homography executable
Thu, 27 Jun 2013 12:14:53 -0400 Nicolas Saunier corrected minor type issue
Thu, 27 Jun 2013 01:35:47 -0400 Nicolas Saunier safety analysis script with option for prediction method
Thu, 27 Jun 2013 00:25:51 -0400 Nicolas Saunier added new parameter (use features) for safety analysis
Thu, 27 Jun 2013 00:18:39 -0400 Nicolas Saunier added new parameters in safety analysis script
Thu, 27 Jun 2013 00:07:44 -0400 Nicolas Saunier added other safety analysis parameters
Wed, 26 Jun 2013 18:40:31 -0400 Nicolas Saunier added safety analysis options to feature tracking (with default values for backward compatibility)
Wed, 26 Jun 2013 17:28:45 -0400 Nicolas Saunier updated script to display trajectories with argparse module
Wed, 26 Jun 2013 15:42:45 -0400 Nicolas Saunier added opencv function to destroy OpenCV windows (seems to work only on Windows)
Tue, 25 Jun 2013 23:43:32 -0400 Nicolas Saunier added simple classification based on speed
Fri, 21 Jun 2013 17:32:57 -0400 Nicolas Saunier slight modification to safety analysis and generalized script to delete computed data (objects and interactions)
Fri, 21 Jun 2013 15:28:59 -0400 Nicolas Saunier first version of indicator loading code
Thu, 20 Jun 2013 15:47:33 -0400 Nicolas Saunier work on loading indicators
Thu, 20 Jun 2013 14:31:24 -0400 Nicolas Saunier first version of indicator saving to sqlite
Wed, 19 Jun 2013 23:35:24 -0400 Nicolas Saunier work in progress on storing indicator values
Wed, 19 Jun 2013 22:56:21 -0400 Nicolas Saunier minor
Mon, 17 Jun 2013 16:26:11 -0400 Nicolas Saunier first safety analysis script
Sun, 16 Jun 2013 23:44:36 -0400 Nicolas Saunier work in progress
Fri, 14 Jun 2013 13:47:00 -0400 Nicolas Saunier modifed default probability to float
Fri, 14 Jun 2013 11:47:24 -0400 Nicolas Saunier added functions to export trajectories to csv
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