Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.49 KB

classical_keypoints.md

File metadata and controls

25 lines (19 loc) · 1.49 KB

Classical Keypoints

May 2020

tl;dr: A summary of classical keypoints and descriptors.

BRIEF

ORB

  • ORB: an efficient alternative to SIFT or SURF ICCV 2011
  • Sampling pairs should have uncorrelation and high variance to ensure the fixed length would encode maximum discriminative information.
  • ORB is improved BRIEF:
    • ORB uses an orientation compensation mechanism, making it rotation invariant.
    • ORB learns the optimal sampling pairs, whereas BRIEF uses randomly chosen sampling pairs.
  • blog review on ORB

Key ideas

  • Summaries of the key ideas

References