liuliu/ccv

C-based/Cached/Core Computer Vision Library, A Modern Computer Vision Library

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 38 minutes ago
Added to GitGenius on September 9th, 2026
Created on September 15th, 2010
Open Issues & Pull Requests: 80 (+0)
GitHub issues: Enabled
Number of forks: 1,704
Total Stargazers: 7,239 (+0)
Total Subscribers: 334 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Issue API getrepoissuespagesummary failed: 429 Rate limit exceeded. Please try again later.

Detailed Description

CCV is a C-based computer vision library designed for portable, embeddable deployment across diverse platforms from servers to mobile devices and embedded systems.

The library addresses the gap between high-performance but aging algorithm implementations and newer research-grade code that lacks production robustness. CCV takes an application-driven approach, implementing a curated set of state-of-the-art algorithms including image classification, frontal face detection, object detection for pedestrians and cars, text detection, long-term object tracking, and feature point extraction. A distinctive feature is its built-in cache mechanism for image preprocessing operations like pyramid generation and color space conversion, which eliminates redundant computations while maintaining a clean API interface.

CCV suits projects requiring computer vision capabilities on resource-constrained or embedded platforms where dependency management is critical. Its minimalist design philosophy means most functionality works without compilation flags or external dependencies, with the primary exception being convolutional networks which require a BLAS library. The library runs on macOS, Linux, FreeBSD, Windows, iOS, Android, and Raspberry Pi—essentially any platform with a C compiler. This makes it particularly valuable for server-side deployments and mobile applications where simplicity of integration matters as much as algorithmic performance.

The project maintains active continuous integration across multiple platforms including Linux with CUDA support, macOS on ARM64, and Raspberry Pi, with test coverage tracking and static analysis runs. Development follows an application-driven philosophy focused on implementing algorithms that solve real problems rather than comprehensive coverage of the research landscape. The codebase prioritizes clean implementation over feature breadth, reflecting a sustained commitment to the original minimalist vision established over a decade ago.