Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 673 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 673 Bytes

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