/Transform

Calculate the transformation between two images showing the same object

Primary LanguageC++

0. Author
=========
The provided code is written by Kim Oliver Rinnewitz (krinnewitz@uos.de)

1. Description
==============
This is an attempt to determine the translation, rotation and scaling between
two images showing the same object.

It uses OpenCV and there may be implementations with a better performance.
The main purpose is to evaluate how successful this method can be used to 
match textures.

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