Mercurial > hg > nsaunier > traffic-intelligence
comparison trafficintelligence/storage.py @ 1245:371c718e57d7
interface updates
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Thu, 08 Feb 2024 16:10:54 -0500 |
| parents | 4cd8ace3552f |
| children | 2397de73770d |
comparison
equal
deleted
inserted
replaced
| 1244:00b71da2baac | 1245:371c718e57d7 |
|---|---|
| 1688 distortionCoefficients = [] | 1688 distortionCoefficients = [] |
| 1689 undistortedImageMultiplication = None | 1689 undistortedImageMultiplication = None |
| 1690 undistort = False | 1690 undistort = False |
| 1691 firstFrameNum = 0 | 1691 firstFrameNum = 0 |
| 1692 | 1692 |
| 1693 # override video and database filenames if present on command line | 1693 # override video and database filenames if present on command line (path is relative to command line location) |
| 1694 # if not absolute, make all filenames relative to the location of the configuration filename | |
| 1695 if args.videoFilename is not None: | 1694 if args.videoFilename is not None: |
| 1696 videoFilename = args.videoFilename | 1695 videoFilename = args.videoFilename |
| 1697 else: | 1696 else: |
| 1698 videoFilename = params.videoFilename | 1697 videoFilename = params.videoFilename |
| 1699 if args.databaseFilename is not None: | 1698 if args.databaseFilename is not None: |
