ccv

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

  • 所有者: liuliu/ccv
  • 平台:
  • 许可证: Other
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Build Status

  • Travis CI VM:, Build Status on Travis CI VM, - Linux x64:, Build Status on Linux, - Raspberry Pi 3:, Build Status on Raspberry Pi 3, - Jetson TX2:, Build Status on Jetson TX2, Backstory

I set to build ccv with a minimalism inspiration. That was back in 2010, out of the frustration with the computer vision library then I was using, ccv was meant to be a much easier to deploy, simpler organized code with a bit caution with dependency hygiene. The simplicity and minimalistic nature at then, made it much easier to integrate into any server-side deployment environments.

Portable and Embeddable

Fast forward to now, the world is quite different from then, but ccv adapts pretty well in this new, mobile-first environment. It now runs on Mac OSX, Linux, FreeBSD, Windows*, iPhone, iPad, Android, Raspberry Pi. In fact, anything that has a proper C compiler probably can run ccv. The majority (with notable exception of convolutional networks, which requires a BLAS library) of ccv will just work with no compilation flags or dependencies.

Modern Computer Vision Algorithms

One core concept of ccv development is application driven. Thus, ccv ends up implementing a handful state-of-art algorithms. It includes a close to state-of-the-art image classifier, a state-of-the-art frontal face detector, reasonable collection of object detectors for pedestrians and cars, a useful text detection algorithm, a long-term general object tracking algorithm, and the long-standing feature point extraction algorithm.

Clean Interface with Cached Image Preprocessing

Many computer vision tasks nowadays consist of quite a few preprocessing layers: image pyramid generation, color space conversion etc. These potentially redundant operations cannot be easily eliminated within a mature API. ccv provides a built-in cache mechanism that, while maintains a clean function interface, effectively does transparent cache for you.

For computer vision community, there is no shortage of good algorithms, good implementation is what it lacks of. After years, we stuck in between either the high-performance, battle-tested but old algorithm implementations, or the new, shining but Matlab algorithms. ccv is my take on this problem, hope you enjoy it.

Deep Learning

https://libnnc.org

License

ccv source code is distributed under BSD 3-clause License.

ccv's data models and documentations are distributed under Creative Commons Attribution 4.0 International License.

.., Build Status on Travis CI VM, image:: https://travis-ci.org/liuliu/ccv.png?branch=unstable
:target: https://travis-ci.org/liuliu/ccv
.., Build Status on Linux, image:: http://ci.libccv.org/png?builder=linux-x64-runtests
:target: http://ci.libccv.org/builders/linux-x64-runtests
.., Build Status on Raspberry Pi 3, image:: http://ci.libccv.org/png?builder=rbp3-arm-runtests
:target: http://ci.libccv.org/builders/rbp3-arm-runtests
.., Build Status on Jetson TX2, image:: http://ci.libccv.org/png?builder=jetson-tx2-arm-runtests
:target: http://ci.libccv.org/builders/jetson-tx2-arm-runtests

主要指标

概览
名称与所有者liuliu/ccv
主编程语言C
编程语言Python (语言数: 15)
平台
许可证Other
所有者活动
创建于2010-09-15 15:59:47
推送于2025-06-01 05:30:53
最后一次提交
发布数0
用户参与
星数7.1k
关注者数347
派生数1.7k
提交数3.1k
已启用问题?
问题数195
打开的问题数76
拉请求数35
打开的拉请求数0
关闭的拉请求数37
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?