log python/cvutils.py @ 416:8fdbc13dad8b

age author description
Wed, 25 Sep 2013 16:13:27 -0400 Nicolas Saunier cleaned imagebox code
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
Wed, 07 Aug 2013 11:42:34 -0400 Nicolas Saunier update to OpenCV 2.6
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 13:46:07 -0400 Jean-Philippe Jodoin Ajout d'une méthode pour obtenir le nombre de FPS
Sun, 28 Jul 2013 16:30:11 -0400 Nicolas Saunier cleaned function to save images
Fri, 26 Jul 2013 02:12:08 -0400 Nicolas Saunier added code to create bounding boxes and display them (inc scripts)
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
Fri, 19 Jul 2013 11:58:35 -0400 Nicolas Saunier script to replay event annotations
Fri, 12 Jul 2013 11:28:47 -0400 Nicolas Saunier added function to create HOG training set
Wed, 26 Jun 2013 15:42:45 -0400 Nicolas Saunier added opencv function to destroy OpenCV windows (seems to work only on Windows)
Mon, 06 May 2013 15:27:11 +0200 Nicolas Saunier minor
Fri, 12 Apr 2013 13:16:38 -0400 Nicolas Saunier bugfix for dot import
Fri, 29 Mar 2013 21:20:12 -0400 Nicolas Saunier added sample to replay video
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
Fri, 27 Jul 2012 10:29:24 -0400 Nicolas Saunier small modificatons and reorganization
Wed, 18 Jul 2012 02:54:22 -0400 Nicolas Saunier added utils for bus processing
Mon, 16 Jul 2012 04:57:35 -0400 Nicolas Saunier started adapting and moving to other modules Mohamed's work
Fri, 06 Jul 2012 01:03:52 -0400 Nicolas Saunier added script to display trajectories
Thu, 05 Jul 2012 23:32:14 -0400 Nicolas Saunier added script and functions to remove object tables
Wed, 04 Jul 2012 16:02:00 -0400 Nicolas Saunier initial sqlite code and bug corrected in cvutils
Wed, 27 Jun 2012 09:52:06 -0400 Nicolas Saunier cleaned the code
Tue, 26 Jun 2012 10:15:11 -0400 Nicolas Saunier added goto framenum
Tue, 26 Jun 2012 03:36:55 -0400 Nicolas Saunier added goto frame
Tue, 26 Jun 2012 03:29:57 -0400 Nicolas Saunier minor modifications for integer drawing in OpenCV
Thu, 21 Jun 2012 18:04:11 -0400 Nicolas Saunier corrected bugs to load objects and display trajectories over videos
Thu, 21 Jun 2012 00:57:26 -0400 Nicolas Saunier modified the function to read and save images from a movie
Tue, 06 Mar 2012 18:44:03 -0500 Nicolas Saunier added code to load object trajectories (average of features)
Tue, 06 Mar 2012 18:10:19 -0500 Nicolas Saunier added code to display trajectories on videa
Mon, 17 Oct 2011 14:16:50 -0400 Nicolas Saunier corrected bug in to get images from video
Mon, 19 Sep 2011 16:43:28 -0400 Nicolas Saunier created function to load point correspondences and updates scripts that use it
Mon, 12 Sep 2011 16:38:47 -0400 Nicolas Saunier updated calibration-translation and added function to convert point correspondences
Thu, 08 Sep 2011 19:24:42 -0400 Nicolas Saunier added key values for opencv
Wed, 07 Sep 2011 16:35:51 -0400 Nicolas Saunier updated computeTranslation with cv2
Tue, 06 Sep 2011 18:44:23 -0400 Nicolas Saunier re-organized code to avoid cyclic python module dependencies
Tue, 06 Sep 2011 17:55:06 -0400 Nicolas Saunier wrote a simple script to compute homography from point correspondences and display the reprojection for visual verification
Thu, 01 Sep 2011 18:37:35 -0400 Nicolas Saunier added python function to get image frames from video filenames
Thu, 01 Sep 2011 18:33:38 -0400 Nicolas Saunier added python function to play video
Mon, 08 Aug 2011 14:47:30 -0400 Nicolas Saunier moved intersection plotting and added markers for scatter plots
Mon, 18 Jul 2011 14:28:40 -0400 Nicolas Saunier added tests if OpenCV python libraries are not available
Wed, 13 Jul 2011 15:15:24 -0400 Nicolas Saunier removed import of Point from moving in cvutils
Tue, 12 Jul 2011 19:59:25 -0400 Nicolas Saunier added function to compute the translation between two images
Tue, 12 Jul 2011 17:01:59 -0400 Nicolas Saunier added conversion functions and homography computation
Tue, 12 Jul 2011 16:43:33 -0400 Nicolas Saunier refactored projection functions
Fri, 05 Nov 2010 11:07:31 -0400 Nicolas Saunier corrected projection bugs
Fri, 29 Oct 2010 18:27:19 -0400 Nicolas Saunier minor class name change
Thu, 23 Sep 2010 17:24:31 -0400 Nicolas Saunier rearranged code for function readline and getlines (and characters), moved invertHomography to cvutils
Sat, 31 Jul 2010 23:39:17 -0400 Nicolas Saunier added simple intersection description, function to load collision points
Sat, 30 Jan 2010 21:42:53 -0500 Nicolas Saunier rearranged code