% 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 MIT License; 
please refer to the file Licence.txt, included with the software, for details.


THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

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

Contents:

seedregions.m - computation of seed regions

matchpropagation_orig.m  -  the original match propagation method

matchpropagation_aff.m  -  the method for wide baseline images

