Skip to content

Latest commit

 

History

History

Lab_12

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