NiftyMatch is a library featuring GPU implementations of feature detection and matching algorithms.
- CMake 3.2+
- CUDA 7
Currently Mac and Linux only.
git clone <this-repo> NiftyMatch
mkdir NiftyMatch-build
cd NiftyMatch-build
cmake ../NiftyMatch/src
make -j
sudo make install
- Specify
NiftyMatch_DIR
as/usr/local/include/nm
for CMake. - Put
FIND_PACKAGE(NiftyMatch CONFIG REQUIRED)
into your project's CMake file. - See
src/cmake/NiftyMatchConfig.cmake
(installed in/usr/local/include/nm/NiftyMatchConfig.cmake
) to see which CMake variables to use.