Scale Invariant Feature Transform

Scale Invariant Feature Transform (SIFT) is one of the most widely recognized feature detection algorithms. It was proposed by David Lowe in 2004.

Some of the properties of SIFT are as follows:

  • It is invariant to scaling and rotation changes in objects
  • It is also partially invariant to 3D viewpoint and illumination changes
  • A large number of keypoints (features) can be extracted from a single image

Understanding how SIFT works

SIFT follows a strategy of matching robust local features. It is divided into four parts:

  • Scale-space extrema detection
  • Keypoint localization
  • Orientation assignment
  • Keypoint descriptor

Scale-space extrema detection

In this step, an ...

Get Mastering OpenCV Android Application Programming now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.