Skip to content

Files

Latest commit

e2f7e2f · Jun 28, 2021

History

History

Lab_12

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 28, 2021
Jun 28, 2021
Jun 26, 2021
Jun 26, 2021
Jun 28, 2021
Jun 28, 2021
Jun 28, 2021
Jun 26, 2021
Jun 26, 2021

Image matching using SIFT & SURF features

Date: 20.05.2021

Additional Requirements

Installation of VLFeat Toolbox

  1. Download the binary package of vlfeat to the current directory from VLFeat - Dowload page
  2. Unpack the file. Terminal(bash) command to do so on Linux systems is
    tar -xzvf vlfeat-0.9.21-bin.tar.gz
  3. Execute the following command in the MATLAB Command Window with the current directory as the workspace directory
    run('./vlfeat-0.9.21/toolbox/vl_setup')
    vl_version versbose

Note: vlfeat-0.9.21 - the version number might be different on basis of future updates to the toolbox. Personal recommendation to follow VLFeat Toolbox installation guide for MATLAB

Files

Output

Output of SURF.m
output-surf output-surf-matches Output of SIFT.m
output-sift-frames-descriptors output-sift-selected output-sift-matches

References