Skip to content

cppmx/OpenCVExs

Repository files navigation

OpenCV Exercises

This exercises are based on this tutorial: https://pythonprogramming.net/loading-images-python-opencv-tutorial/

Prerequisites

You need to install miniconda and create a virtual environment as follow:

> conda create -n opencv python=3.7

Make sure to install the requirements on your virtual environment:

> conda activate opencv
> pip3 install matplotlib numpy opencv-python

Usage

To execute the exercises you can use the play bash script as follow:

Run

To run an exercise

> ./play run 01_simple

Modify

If you need to modify the excercise code you can do it as follow:

> ./play modify 01_simple

New

To add a new exercise

> ./play new exercise_name

About

OpenCV Exercises

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors