Skip to content

vikrant6613/opencv-python

 
 

Repository files navigation

OpenCV2 Crash Course

Setup

git clone https://github.com/mpolinowski/opencv-python.git
cd opencv-python
python -m venv .env
pip install opencv-python numpy

You can re-enter the environment with:

source .env/bin/activate

How to Use

Just run the scripts in Python, e.g.:

python ./09_face_detection.py

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%