▄▀▀▀▀▄▀▀▄ ▄▀▀▀▀▀▀▀▄ █▀▀▀█▀▀▀█ █▀▀▀█▀▀▀█ █ █ █ █ ▄▄ █ █ █ █ █ █ █ █ █ █ █ █ █████ █ █ █ █ █ █ █ █ █ ▀▀ █ ▀▄ ▄▀ █ █ █ ▀▄▄▀▄▄▄▄▀ ██ ▀▄▄▄▄▄▄▄▀ ▀▄▀ ██ █▄▄▄█▄▄▄█
Some C++ utilities for computer vision.
Table of Contents
These are tested prerequisites, they might be not mandatory:
- C++ compiler: >= C++11
- Eigen (optional): >= 3.3.7
For end users, it is recommended to grab the file ('n.cv.h' for C++, 'n_cv.py' for Python) and drop it into your project. For contributors, you may want to clone the entire repository for testing purpose:
git clone https://github.com/Neur1n/n.cv.h.gitFor CMake users, download and put n.cv.h into your project and add a line
to to INCLUDE_DIRECTORIES() in your project's main CMakeLists.txt:
INCLUDE_DIRECTORIES(
path/to/directory/containing/n.cv.h
)Additionally, add some dependency configurations required by n.cv.h to
CMakeLists.txt (you may refer to the test/CMakeLists.txt in this repository).
TODO
Distributed under the MIT license. See LICENSE for more information.