diff trafficintelligence/metadata.py @ 1086:8734742c08c0

major refactoring of curvilinear trajectory projections
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Tue, 16 Oct 2018 12:46:29 -0400
parents 8ab92ee3cbef
children 9cc51a2d3c46
line wrap: on
line diff
--- a/trafficintelligence/metadata.py	Tue Sep 25 17:08:37 2018 -0400
+++ b/trafficintelligence/metadata.py	Tue Oct 16 12:46:29 2018 -0400
@@ -423,5 +423,8 @@
     session.add_all(videoSequences)
     session.commit()
 
+def generateTimeIntervals(videoSequences, maxTimeGap):
+    ''
+    
 # management
 # TODO need to be able to copy everything from a site from one sqlite to another, and delete everything attached to a site