OpenCV
Open Source Computer Vision Library observed · 2026-08-28
Health v2 · maintenance only
89/100
- Activity 99
- Release rhythm 69
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 165.5
- age_days: 5158
- days_rel: 45
- days_push: 7
- n_releases_24m: 5
Adoption not part of the score
90613 stars · 56973 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
OpenCV is the de facto open-source computer vision library, providing thousands of optimized algorithms for image and video processing, feature detection, object recognition, and machine learning. It ships with C++, Python, Java, and JavaScript bindings and runs across desktop, mobile, and embedded platforms.
Use cases
- detect faces and objects in images and video
- process and filter webcam video streams in real time
- calibrate cameras and correct lens distortion
- extract features and stitch panoramas from photos
- run DNN inference for image classification on edge devices
- read barcodes and QR codes from images
- track motion in surveillance footage
When to choose
- you need a battle-tested, high-performance computer vision library with broad language and platform support
- you are building real-time image or video pipelines in C++ or Python
- you want hardware acceleration (CUDA, OpenCL) for vision workloads
- you need classic CV algorithms plus DNN inference in one dependency
When to avoid
- you only need simple image edits like cropping or resizing in a web app (a lighter image library suffices)
- you require state-of-the-art deep learning models rather than classical CV algorithms (use PyTorch or a dedicated model framework)
- your project is JavaScript-only in the browser and bundle size is critical
Facets
library · maturity stable
computer-vision image-processing video-processing machine-learning deep-learning computer-vision image-processing machine-learning cross-platform cpp python cross-platform windows opencv c-plus-plus image-analysis object-detection camera-calibration feature-detection video linux macos android ios gpu
1 source
- readme: https://github.com/opencv/opencv · fetched 2026-08-28 · aac69c83891b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| opencv/opencv | main | 89 |
| opencv/opencv_contrib | plugin | 76 |
| opencv/opencv-python | mirror | 93 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem