openainext / opencv-python-examples

Examples using OpenCV and Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Computer Vision Lab

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

Examples using OpenCV and Python.


Languages

Language:Python 100.0%