log

age author description
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.