- 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:
@@ -91,7 +91,6 @@ class MyRgbProcess(RgbProcess):
|
|||||||
if not self.isVisible:
|
if not self.isVisible:
|
||||||
print ("Visible")
|
print ("Visible")
|
||||||
self.isVisible = True
|
self.isVisible = True
|
||||||
print(maxLoc)
|
|
||||||
img1_objects = cv2.rectangle(img1_objects,rect[0],rect[1],(255,0,0),1)
|
img1_objects = cv2.rectangle(img1_objects,rect[0],rect[1],(255,0,0),1)
|
||||||
errorX = float(x)-self.res[0]/2
|
errorX = float(x)-self.res[0]/2
|
||||||
errorY = float(y)-self.res[1]/2
|
errorY = float(y)-self.res[1]/2
|
||||||
|
|||||||
Reference in New Issue
Block a user