The Sessions consist of OpenCV-python beginner assignments.The final aim of these sessions is to learn OpenCV OCR and GUI application. Installation Steps:
- Python Installation
a. Windows: i. https://www.python.org/downloads/ ii. Click Download, run the exe, done
b. Linux i. Open Terminal ii. sudo apt-get install python3.6.8
2)pip installation(Windows already have it) a .Linux i. sudo apt-get install python3-pip
- OpenCV installation a. Windows
i. Open cmd ii. pip install opencv-python b. Linux i. Open Terminal ii. sudo apt-get install python-opencv
Follow the documentation in GUI application to get further installations