Description:
Follow the directions in the links below to set up your computer with Python, OpenCV, and Numpy. Then, use Adobe Creative Cloud and ensure you have Photoshop Installed. You will also need to install PyCharm for programming in Python.
Process:
1. Install Python 3.6.8
https://www.python.org/ftp/python/3.6.8/python-3.6.8-amd64.exe
2. Install OpenCV 4
https://www.lfd.uci.edu/~gohlke/pythonlibs/#opencv
opencv_python‑4.4.0‑cp36‑cp36m‑win_amd64.whl
3. Open Command Prompt and run these commands
pip install opencv_python‑4.4.0‑cp36‑cp36m‑win_amd64.whl
pip install numpy
(Directions found at: https://pysource.com/2019/03/15/how-to-install-python-3-and-opencv-4-on-windows/ )
4. Follow the directions at http://nebomusic.net/PhotoShopVideoLessons/Install_Photoshop_Directions.pdf to install Photoshop. Be sure to select "Corporate Account" when using your Marist Email address on Adobe Creative Cloud.
5. Use the Company Portal and download and install PyCharm. You can also download PyCharm at: https://www.jetbrains.com/pycharm/download
Deliverables:
Mr. Michaud will check the installations in class.
Resources:
Old Directions for installing OpenCV and Python.
http://nebomusic.net/perception/directions_install_python_opencv_v2.pdf to setup your computer with Python and OpenCV. You only need Python, Numpy, Scipy, and OpenCV.
(These are old directions, use the directions above to setup your computer)