fixes for latest changes in opencv3.0 api
fixes for latest changes in opencv3.0 api waitKey() normalization fixed mser bindings
This commit is contained in:
@@ -168,7 +168,7 @@ class App:
|
||||
self.rect_sel.draw(vis)
|
||||
|
||||
cv2.imshow('frame', vis)
|
||||
ch = cv2.waitKey(10)
|
||||
ch = cv2.waitKey(10) & 0xFF
|
||||
if ch == 27:
|
||||
break
|
||||
if ch == ord(' '):
|
||||
|
Reference in New Issue
Block a user