Getting Started with OpenCV using Python
OpenCV is an image & video processing library, which helps developers from C, C++, Java & Python background to use these libraries for performing different tasks such a facial recognition, detection, number plate detection, photo editing and much more.
- Python 3
- OpenCV - Image & Video Processing library. (https://opencv.org/)
- Numpy - A fundamental package for scientific computing. (http://www.numpy.org/)
- Matplotlib - A 2D plotting library. (https://matplotlib.org/)
- Install Numpy using
apt-get install python3-numpy
- Install Matplotlib using
apt-get install python3-matplotlib
- Install OpenCV using
apt-get install python3-opencv
Note - You can also try installing OpenCv using conda. ReadMe
- Once done, try importing these modules in the python interpreter.