An open API service indexing awesome lists of open source software.

https://github.com/rezoo/cvutil

Convenient algorithms for OpenCV
https://github.com/rezoo/cvutil

Last synced: 11 months ago
JSON representation

Convenient algorithms for OpenCV

Awesome Lists containing this project

README

          

cvutil - Convenient algorithms for OpenCV
=========================================

An Introduction to cvutil
-------------------------
cvutil is the swiss army knife for coding some computer vision algorithms.
cvutil organizes some general concepts. By using cvutil, you can easily parallelize/optimize your algorithms and write it shortly.

What you need to use cvutil
---------------------------
cvutil is the header-only library. In order to use cvutil, all you have to do is copy it into your include directory.

I tested it on OpenCV version 2.3. 2.x might work well but are not tested.

If you have any questions
-------------------------
If you have any questions, please feel free to contact me:

* Masaki Saito "rezoolab@gmail.com"