comparison python/cvutils.py @ 1021:16932cefabc1

work on paths in line with new configurations from tracker
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Tue, 05 Jun 2018 17:02:28 -0400
parents a5f2309bb1ff
children
comparison
equal deleted inserted replaced
1020:9fb82fe0156f 1021:16932cefabc1
288 otherwise it is feature tracking''' 288 otherwise it is feature tracking'''
289 if grouping: 289 if grouping:
290 trackingMode = '--gf' 290 trackingMode = '--gf'
291 else: 291 else:
292 trackingMode = '--tf' 292 trackingMode = '--tf'
293 cmd = [trackerExe, configFilename, trackingMode] 293 cmd = [trackerExe, configFilename, trackingMode, '--quiet']
294 294
295 if videoFilename is not None: 295 if videoFilename is not None:
296 cmd += ['--video-filename', videoFilename] 296 cmd += ['--video-filename', videoFilename]
297 if dbFilename is not None: 297 if dbFilename is not None:
298 cmd += ['--database-filename', dbFilename] 298 cmd += ['--database-filename', dbFilename]