diff python/cvutils.py @ 501:c81cbd6953fb

update to classify speed to remove data at both ends
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Tue, 20 May 2014 15:18:55 -0400
parents 343cfd185ca6
children ad518f0c3218
line wrap: on
line diff
--- a/python/cvutils.py	Fri May 09 14:09:14 2014 -0400
+++ b/python/cvutils.py	Tue May 20 15:18:55 2014 -0400
@@ -5,7 +5,7 @@
     import cv2
     opencvAvailable = True
 except ImportError:
-    print('OpenCV library could not be loaded (video replay functions will not be available)')
+    print('OpenCV library could not be loaded (video replay functions will not be available)') # TODO change to logging module
     opencvAvailable = False
 try:
     import skimage