% Copyright (C) Juho Kannala

This package contains algorithms for quasi-dense matching of images.
More information about the algorithms can be found from the following articles:

Kannala, J. and Brandt, S.S.
Quasi-dense wide baseline matching using match propagation.
CVPR 2007

Lhuillier, M. and Quan, L.
Match propagation for image-based modeling and rendering.
IEEE Transactions on Pattern Analysis and Machine Intelligence, 24(8):1140-1146, 2002.

----------------------------------------------------------------------------------------

This software is distributed under the GNU General Public Licence (version 2 or later); 
please refer to the file Licence.txt, included with the software, for details.

The software is distributed in the hope that it will be useful, but 
WITHOUT ANY FURTHER SUPPORT and WITHOUT ANY WARRANTY; without even 
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

----------------------------------------------------------------------------------------

Contents:

seedregions.m - computation of seed regions

matchpropagation_orig.m  -  the original match propagation method

matchpropagation_aff.m  -  the method for wide baseline images

