mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 11:10:21 +08:00
import as cv not cv2. Fixed
This commit is contained in:
parent
5d4a8d0889
commit
ad2ee1d572
@ -69,4 +69,4 @@ if __name__ == '__main__':
|
||||
cv.imshow("gray",gray)
|
||||
if (cv.waitKey() & 255) == 27:
|
||||
break
|
||||
cv2.destroyAllWindows()
|
||||
cv.destroyAllWindows()
|
||||
|
Loading…
Reference in New Issue
Block a user