diff scripts/undistort-video.py @ 1090:97247e44b827

module import bug corrected
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Tue, 22 Jan 2019 09:55:13 -0500
parents acb4f6f6545d
children b684135d817f
line wrap: on
line diff
--- a/scripts/undistort-video.py	Wed Dec 05 16:58:54 2018 -0500
+++ b/scripts/undistort-video.py	Tue Jan 22 09:55:13 2019 -0500
@@ -5,7 +5,7 @@
 import numpy as np
 import cv2
 
-import cvutils
+from trafficintelligence import cvutils
 from math import ceil, log10
 from pathlib import Path