Skip to content

cfgnunes/opencv-python-examples

Repository files navigation

Computer Vision - Examples using OpenCV and Python

Getting Started

Prerequisites

Using Conda (Recommended)

conda env create
conda activate opencv-examples

Using Pip

pip install -r requirements.txt

Using Ubuntu

This section assumes Ubuntu 16.04 (also tested on Ubuntu 22.04), but the procedure is similar for other Linux distributions.

sudo apt -y install python3-opencv

Running the examples

To run an example, use:

python3 01_reading_image.py

Built With

  • Python - Programming language used
  • OpenCV - Open source computer vision library

About

Computer Vision: Examples using OpenCV and Python.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages