Skip to content

gift-surg/NiftyMatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summary

NiftyMatch is a library featuring GPU implementations of feature detection and matching algorithms.

Pre-requisites

  1. CMake 3.2+
  2. CUDA 7

Build

Currently Mac and Linux only.

git clone <this-repo> NiftyMatch
mkdir NiftyMatch-build
cd NiftyMatch-build
cmake ../NiftyMatch/src
make -j
sudo make install

Use

  1. Specify NiftyMatch_DIR as /usr/local/include/nm for CMake.
  2. Put FIND_PACKAGE(NiftyMatch CONFIG REQUIRED) into your project's CMake file.
  3. See src/cmake/NiftyMatchConfig.cmake (installed in /usr/local/include/nm/NiftyMatchConfig.cmake) to see which CMake variables to use.

About

A library featuring GPU implementations of feature detection and matching algorithms.

Resources

License

Stars

Watchers

Forks

Packages

No packages published