opencv-python

Package — VisionPython 3.7+Intermediate

OpenCV: real-time computer vision, image processing, video analysis

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
NumPy
Install
pip install opencv-python

Learn by Difficulty

Quick Example

python
# Install: pip install opencv-python
import cv2

# Basic opencv-python usage
print(f"Using opencv-python")
# See documentation for detailed examples

opencv-python is a third-party package. OpenCV: real-time computer vision, image processing, video analysis. Install with: pip install opencv-python

Try in Playground

Tags

packagecomputer-visionimage-processingvideodatatype

Related Items