Skip to content

Matlab implementation of the Harris Corner Detector, and images + scripts to test it

Notifications You must be signed in to change notification settings

adpoe/Harris_Corner_Detector-Matlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Harris Corner Detection and SIFT Feature Classification

@author Anthony (Tony) Poerio
@email [email protected]

Notes

  • Harris Corner Detection Algorithm is found in 'extract_keypoints.m', keypoints are extracted based on 'cornerness'
  • SIFT Feature Classification is found in 'compute_features.m'
  • A script to run both algorithms on 10 separate image files is found in 'show_keypoints.m'
    • The show keypoints script will BOTH show AND save each of the 10 files.
  • The 10 images used can be found in the /images folder.
    • Please move them to correct path location in order to run them through your Matlab install.
  • My outputs from the Harris Corner Detector algorithm are saved in the /outputs folder, so you can see expected outputs.

About

Matlab implementation of the Harris Corner Detector, and images + scripts to test it

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages