From fd2a174aba782dbf2a7ea603b0aa4a6837a525d4 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Sat, 22 Oct 2016 13:15:51 +0000 Subject: [PATCH] - removed debug print git-svn-id: http://moon:8086/svn/software/trunk/projects/opencv@335 b431acfa-c32f-4a4a-93f1-934dc6c82436 --- lasertrack.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lasertrack.py b/lasertrack.py index d70a4e2..f37ce3a 100755 --- a/lasertrack.py +++ b/lasertrack.py @@ -91,7 +91,6 @@ class MyRgbProcess(RgbProcess): if not self.isVisible: print ("Visible") self.isVisible = True - print(maxLoc) img1_objects = cv2.rectangle(img1_objects,rect[0],rect[1],(255,0,0),1) errorX = float(x)-self.res[0]/2 errorY = float(y)-self.res[1]/2