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:
@@ -62,5 +62,5 @@ if __name__ == '__main__':
|
||||
|
||||
cv2.imshow('laplacian pyramid filter', res)
|
||||
|
||||
if cv2.waitKey(1) == 27:
|
||||
if cv2.waitKey(1) & 0xFF == 27:
|
||||
break
|
||||
|
Reference in New Issue
Block a user