- removed debug print

git-svn-id: http://moon:8086/svn/software/trunk/projects/opencv@335 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2016-10-22 13:15:51 +00:00
parent 8981a95af6
commit fd2a174aba
-1
View File
@@ -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