gpokhark / OpenCV-CV1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting started

Creating an environment from opencv-course.yml file.

For installing OpenCV

pip3 install --upgrade pip
pip install wheel numpy scipy matplotlib scikit-image scikit-learn ipython dlib
pip install opencv-contrib-python

Check if it has been installed correctly or not

conda activate opencv-course
python
>>> import cv2
>>> print(cv2.__version__)

About


Languages

Language:Jupyter Notebook 99.8%Language:Python 0.2%Language:C++ 0.0%Language:CMake 0.0%