setup_vars_opencv3.sh

Python 3 bindings for the computer vision library

Install

All systems
curl cmd.cat/setup_vars_opencv3.sh.sh
Debian Debian
apt-get install python3-opencv
Ubuntu
apt-get install python3-opencv
image/svg+xml Kali Linux
apt-get install python3-opencv
Fedora
dnf install python3-opencv
Windows (WSL2)
sudo apt-get update sudo apt-get install python3-opencv

python3-opencv

Python 3 bindings for the computer vision library

This package contains Python 3 bindings for the OpenCV (Open Computer Vision) library. The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL (Intel's Image Processing Library) and, if available, can use IPP (Intel's Integrated Performance Primitives) for better performance. OpenCV provides low level portable data types and operators, and a set of high level functionalities for video acquisition, image processing and analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction.