Skip to content

Extract and match features using SIFT descriptors

License

Notifications You must be signed in to change notification settings

Zakariae-drabech/SIFT-MATLAB

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MATLAB 100.0%