typo fix in features_homography.py
This commit is contained in:
parent
0998669d26
commit
a29be81d77
@ -49,7 +49,7 @@ class App:
|
||||
ret, frame = self.cap.read()
|
||||
if not ret:
|
||||
break
|
||||
self.frame = np.frame.copy()
|
||||
self.frame = frame.copy()
|
||||
|
||||
w, h = getsize(self.frame)
|
||||
vis = np.zeros((h, w*2, 3), np.uint8)
|
||||
|
Loading…
Reference in New Issue
Block a user