Computer Vision Libraries
Libraries for image and video understanding — classic CV, real-time perception, and ready-to-use detection models.
alternativas (3)
★ OpenCV
Ideal para: General-purpose CV
The classic, batteries-included computer-vision library for image/video processing across languages.
- +Huge feature set
- +Many language bindings
- +Mature
- −Lower-level API
MediaPipe
Ideal para: Real-time perception
Google's framework for real-time on-device perception — hands, pose, face, and more.
- +Ready pipelines
- +On-device & web
- −Opinionated graph model
Ultralytics YOLO
Ideal para: Object detection
Fast, modern object detection/segmentation with simple training and inference APIs.
- +State-of-the-art detection
- +Easy training
- −AGPL for some uses
Comparar
Marca las que quieras comparar
| Alternativa | Language | Best for | License |
|---|---|---|---|
| ★OpenCV | C++/Python/JS | Image/video processing | Apache-2.0 |
| MediaPipe | C++/Python/JS | Pose / hand / face tracking | Apache-2.0 |
| Ultralytics YOLO | Python | Detection / segmentation | AGPL-3.0 |
Want to add vision to a project? Start with OpenCV for classic processing, MediaPipe for real-time on-device perception, or YOLO when you need modern object detection. Compare by language and use case.