Skip to content

Implemented Harris detector, SIFT descriptor and matching, also ANMS.

Notifications You must be signed in to change notification settings

renyming/Image-Feature-Detection-and-Matching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Feature Detection and Matching

Implemented Harris detector, SIFT descriptor and matching with ratio test, also ANMS.

Usage:

Feature_Detection_and_Matching [image 1] [image 2] [threshold for corner detection(suggestion: 80~120)] [threshold for matching(suggestion: 5)] [flag to use ANMS: 0-no, 1-yes]

Other features:

  1. Rotation invariance
  2. Contrast invariance

Matching Result Matching Result

About

Implemented Harris detector, SIFT descriptor and matching, also ANMS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published