영상처리
영상처리 on python 준비
김찬태풍
2021. 6. 21. 23:23
Anaconda 다운로드 https://www.anaconda.com
Anaconda | The World's Most Popular Data Science Platform
Anaconda is the birthplace of Python data science. We are a movement of data scientists, data-driven enterprises, and open source communities.
www.anaconda.com
Pycharm 다운로드 https://www.jetbrains.com/pycharm/
PyCharm: the Python IDE for Professional Developers by JetBrains
The Python & Django IDE with intelligent code completion, on-the-fly error checking, quick-fixes, and much more...
www.jetbrains.com
Anaconda와 Pycharm 둘 다 Individual 버전을 다운받습니다.
Python Interpreter에서 opencv-python을 다운받습니다(현재 버전 4.5.2).
cv2를 import해준 뒤 __version__으로 버전이 출력되는지 확인합니다.