fredzzhang / SIFT-MATLAB

Extract and match features using SIFT descriptors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SIFT-MATLAB

Extract and match features using SIFT descriptors

Code Structure

main.m       - the entry point of the program
sift.m       - script that involkes SIFT program based on various OS
SIFTmatch.m  - match SIFT descriptors according to the distance in Euclidean space
showkeys.m   - display SIFT descriptors

Sample Experiment Results

Extracted SIFT descriptors

Matched SIFT features

Usage

Clone the repository using the following command

git clone https://github.com/DzReal/SIFT-MATLAB.git

Note: This program doesn't work on MacOS. Please choose Windows, Linux or other Unix-like OS

About

Extract and match features using SIFT descriptors

License:MIT License


Languages

Language:MATLAB 100.0%