Skip to content

mpolinowski/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