#117 · Primary category: Computer Vision
CV-CUDA
CV-CUDA™ is an open-source, GPU accelerated library for cloud-scale image processing and computer vision.
Project last updated:08/11/26
GitHub Stars
2.7K
Forks
262
Contributors
7
License
Other
Why we included this project
For teams whose vision pipelines stall on CPU-side preprocessing, CV-CUDA moves that work onto the GPU. It provides a library of accelerated operators for common transforms like resizing and color conversion, so the whole pre- and post-processing path stays on the device instead of bouncing data back to the host. The library plugs into existing C/C++ and Python AI frameworks, and it pairs with NVIDIA codecs for decoding images and video, which makes it a natural fit for throughput-heavy jobs like feeding large batches through an inference service. If your current path uses OpenCV on CPU, this is worth benchmarking against your own workload, especially if you already work in the CUDA ecosystem and want a straightforward Python API without dropping to low-level code.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)