log python/cvutils.py @ 766:6022350f8173 dev

age author description
Mon, 21 Dec 2015 15:15:45 -0500 Nicolas Saunier updated to OpenCV 3.1 dev
Fri, 07 Aug 2015 13:07:53 -0400 Nicolas Saunier added functionality to display matchings between ground truth and tracked objects
Fri, 07 Aug 2015 01:05:01 -0400 Nicolas Saunier slight reorganization of display-trajectories (more efficient filtering of list of objects for long sequences)
Fri, 05 Jun 2015 17:13:28 +0200 Nicolas Saunier several updates for display dev
Fri, 05 Jun 2015 02:25:30 +0200 Nicolas Saunier classification is working dev
Tue, 26 May 2015 15:02:47 +0200 Nicolas Saunier corrected import bug
Tue, 26 May 2015 13:53:40 +0200 Nicolas Saunier moved and rationalized imports in modules
Wed, 20 May 2015 13:57:47 +0200 Nicolas Saunier corrected bug with circular import for VideoFilenameAddable, moved to base module
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
Thu, 14 May 2015 19:48:09 +0200 pstaub Added **kwargs passthrough to cvPlot()->cv2.line() for greater drawing flexibility.
Wed, 13 May 2015 17:24:19 +0200 Nicolas Saunier added script printing video info
Thu, 09 Apr 2015 13:11:25 +0200 Nicolas Saunier modified tsai camera homography computation to avoid using os dependent temporary files
Wed, 08 Apr 2015 16:07:15 +0200 Nicolas Saunier added functionality to read Aliaksei Tsai camera model data
Tue, 24 Mar 2015 18:11:28 +0100 Nicolas Saunier removed all issues because of tests with None, using is instead of == or !=
Mon, 16 Feb 2015 11:58:51 +0100 Nicolas Saunier corrected bugs in loading interactions (index shifted) and added functionalities to play/plot interactions