log

age author commit description
Mon, 18 May 2015 17:17:06 +0200 Nicolas Saunier 72174e66aba5 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 dc70d9e711f5 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 994dd644f6ab corrected impact of warmUpLastInstant
Thu, 14 May 2015 23:18:44 +0200 Nicolas Saunier 784298512b60 minor modifications
Thu, 14 May 2015 19:48:09 +0200 pstaub 6668f541b915 Added **kwargs passthrough to cvPlot()->cv2.line() for greater drawing flexibility.
Wed, 13 May 2015 17:24:19 +0200 Nicolas Saunier 51269511229b added script printing video info
Wed, 13 May 2015 15:11:03 +0200 Nicolas Saunier 2813d74b3635 explored options for static compilation (failed)
Thu, 07 May 2015 16:30:58 +0200 Nicolas Saunier 39fa1c998b29 removed the abstract class to represent folders of images or video files since the capability is now built in OpenCV
Thu, 07 May 2015 16:09:47 +0200 Nicolas Saunier 045d05cef9d0 updating to c++11 capabilities
Thu, 07 May 2015 13:25:31 +0200 Nicolas Saunier 107f1ad02b69 compilation with C++11 and test function for movingobject distance
Fri, 24 Apr 2015 17:02:47 +0200 Nicolas Saunier 3b13ec964476 removed useless and buggy code
Fri, 17 Apr 2015 17:33:32 +0200 Nicolas Saunier 335f6641bf7a changed the paramter usePrototypes to False by default
Thu, 16 Apr 2015 16:13:05 +0200 Nicolas Saunier d74e8c175d6b minor cleaning
Thu, 16 Apr 2015 11:34:51 +0200 Nicolas Saunier df9ddeaee4a6 added ability to select lanes to count collisions or stationary vehicles in VISSIM files
Wed, 15 Apr 2015 18:17:50 +0200 Nicolas Saunier da665302c88d added some tutorial code as tests to avoid tutorial to become out of sync with code changes