MichealRay / libcvd

libcvd - efficient and easy to use C++ computer vision library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libCVD

Note, the master branch is now libCVD-2.0 which is in beta and requires C++14.

Compiling and installing

To install on a unix system:

./configure && make && sudo make install

To verify that a few things work, you can optioinally run

make test

System compatibility

You need a C++14 compiler.

All libraries are optional but you will be missing features if the libraries aren't present. The configure script will tell you what's present and what's not.

Documentation

Documentation Status

Latest documentation here: https://codedocs.xyz/edrosten/libcvd/ or just run Doxygen.

Status of unit tests

Build Status

About

libcvd - efficient and easy to use C++ computer vision library.

License:Other


Languages

Language:C++ 97.2%Language:C 1.2%Language:Objective-C 0.6%Language:Assembly 0.4%Language:Shell 0.3%Language:Makefile 0.2%Language:Batchfile 0.0%Language:Awk 0.0%