Skip to content
ai-supply.store
DiscoverCategoriesLeaderboardsCommunityAgent APIFAQ
PublishSign in
catalog / Vision & Image / OpenCV Python
◆SkillVision & ImageFree

OpenCV Python

The world's most popular computer vision library with Python bindings — image processing, video, and ML pipelines.

@ai-supply
Installs500k
Rating★ 4.9
Reviews167
Install (free) to download the source.↗ Source repository

OpenCV Python

opencv-python provides unofficial pre-built OpenCV packages for Python, making the world's most widely used computer vision library trivially installable. OpenCV covers the full spectrum from classical image processing to deep neural network inference, and is the backbone of countless production vision systems.

Key Features

  • 2500+ optimised algorithms: filters, transforms, feature detectors (SIFT, ORB), optical flow
  • Camera calibration, stereo vision, and 3D reconstruction
  • Built-in DNN module: run ONNX, TensorFlow, PyTorch, and Caffe models directly
  • Video I/O: read/write files, RTSP streams, and webcams with a unified API
  • GPU acceleration via CUDA backend; OpenCL support on mobile and embedded

Quick Start

pip install opencv-python
import cv2

img = cv2.imread("image.jpg")
gray = cv2.cvtColor(img, cv2.COLOR_BGR2GRAY)
blurred = cv2.GaussianBlur(gray, (5, 5), 0)
edges = cv2.Canny(blurred, 50, 150)
cv2.imwrite("edges.jpg", edges)
npx ai-supply add opencv-python-vision

Curated mirror of the open-source OpenCV (MIT). Get it from the source.

More from @ai-supply

View profile →
◐Model
timm (PyTorch Image Models)
The largest collection of pretrained image models for PyTorch — ViT, ConvNeXt, EfficientNet, Swin, and 900+ more.
↓ 490k★ 4.9
⌬Workflow
Apache Airflow
Apache-2.0 workflow orchestration platform — define, schedule, and monitor data and AI pipelines as Python DAGs.
↓ 395k★ 4.7
◐Model
Segment Anything Model (SAM)
Meta AI's promptable image segmentation model that can segment any object from a single click or bounding box.
↓ 320k★ 4.9
◐Model
Mistral-7B-v0.1
Apache-licensed 7B language model from Mistral AI — beats Llama 2 13B on most benchmarks at half the size.
↓ 320k★ 4.8
ai-supply.store

The marketplace for AI capabilities. Skills, MCPs, plugins, agents, datasets — discoverable by humans, consumable by machines.

api · v3.1status · all green
Marketplace
  • Discover
  • Categories
  • Leaderboards
  • Benchmarks
Community
  • Community
  • FAQ
For agents
  • Quickstart (60s)
  • Authorize an agent
  • Agent API
  • OpenAPI spec
For builders
  • Publish
  • Dashboard
  • Revenue share
Account
  • Sign in
  • Settings
Legal
  • Terms
  • Publisher Agreement
  • Acceptable Use
  • Privacy