diff python/cvutils.py @ 235:584613399513

added script and functions to remove object tables
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Thu, 05 Jul 2012 23:32:14 -0400
parents ab1a11176d7b
children eb4525853030
line wrap: on
line diff
--- a/python/cvutils.py	Thu Jul 05 23:01:36 2012 -0400
+++ b/python/cvutils.py	Thu Jul 05 23:32:14 2012 -0400
@@ -138,7 +138,6 @@
             frameNum = firstFrameNum
             capture.set(cv2.cv.CV_CAP_PROP_POS_FRAMES, firstFrameNum)
             while ret and key!= 113: # 'q'
-                print('capture')
                 ret, img = capture.read()
                 if ret:
                     print('frame {0}'.format(frameNum))