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 PlaygroundTags
packagecomputer-visionimage-processingvideodatatype
Related Items
pillow
Package — Vision
Python Imaging Library: open, manipulate, save images (JPEG, PNG)
scikit-image
Package — Vision
Image processing: filters, morphology, segmentation, features
torchvision
Package — Vision
PyTorch datasets, architectures, transforms for computer vision
mediapipe
Package — Vision
Google's cross-platform ML solutions for face, hands, pose detection
albumentations
Package — Vision
Fast image augmentation for training deep learning models