Skip to content

lood339/opencv_util

Repository files navigation

opencv_util

opencv utility

It includes some implementation of computer vision papers using Eigen and OpenCV. The implementation is for easy undersatanding of algorithms.

How to use it

mkdir build
cd build
cmake ..
make -j4

Note, the CONDA_DIR in the CMakeLists.txt is hard-coded. You have to change it
to the right directory.

Dependences

conda install -c conda-forge opencv
conda install -c conda-forge eigen

About

opencv utility

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published