Skip to content

This is an implementation of a method to compare images using SURF features.

Notifications You must be signed in to change notification settings

krinnewitz/SURF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

0. Author
=========
The provided code is written by Kim Oliver Rinnewitz ([email protected])

1. Description
==============
This is an implementation of an image comparison method using SURF features.

It uses the OpenCV implementation of SURF feature extraction.
The main purpose is to evaluate how successful this method can be used to 
apply textures in 3d reconstructions.

2. Requirements
===============
You need to have a recent version of OpenCV installed. 

3. Compiling
============
You can compile the program by entering the following commands on the command line:

    mkdir build && cd build
    cmake ..
    make

About

This is an implementation of a method to compare images using SURF features.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages