typo fix in features_homography.py

This commit is contained in:
Alexander Mordvintesv 2012-08-07 21:37:46 +03:00
parent 0998669d26
commit a29be81d77

View File

@ -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)