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
- Host: GitHub
- URL: https://github.com/rezoo/cvutil
- Owner: rezoo
- License: mit
- Created: 2011-09-17T05:43:12.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-10-07T16:40:09.000Z (almost 15 years ago)
- Last Synced: 2025-08-23T06:32:37.342Z (11 months ago)
- Language: C++
- Homepage: mglab.blogspot.com
- Size: 121 KB
- Stars: 11
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE.txt
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"