Created
June 15, 2020 08:09
-
-
Save hoai97nam/3ed49b7107bf3e8c6bf74125b5edb9a7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(new-env) C:\Users\admin>python | |
Python 3.6.8 (tags/v3.6.8:3c6b436a57, Dec 24 2018, 00:16:47) [MSC v.1916 64 bit (AMD64)] on win32 | |
Type "help", "copyright", "credits" or "license" for more information. | |
>>> import cv2 | |
>>> cv2.__version__ | |
'3.4.2' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment