reduced debug
This commit is contained in:
@@ -213,9 +213,6 @@ class CornerTracker:
|
||||
self.tracker = cv2.TrackerKCF.create()
|
||||
self.tracker.init(_image, self.tracking_bb)
|
||||
|
||||
print(corner_list)
|
||||
cv2.imshow("image_process_local", image_processed_local)
|
||||
|
||||
# Refine initial corners and store them as reference
|
||||
corners_local = self._corner_refine(image_processed_local, corners=corner_list)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user