1 / 8

SIFT Algorithm

SIFT Algorithm. Scale-invariant feature transform Extracts features that are robust to changes in image scale, noise, illumination, and local geometric distortion. University of British Columbia. David Lowe’s patented method Demo Software: SIFT Keypoint Detecto r Supports Windows and Linux.

aine
Télécharger la présentation

SIFT Algorithm

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. SIFT Algorithm Scale-invariant feature transform Extracts features that are robust to changes in image scale, noise, illumination, and local geometric distortion

  2. University of British Columbia • David Lowe’s patented method • Demo Software: SIFT Keypoint Detector • Supports Windows and Linux

  3. UBC’s Key Interest Points Key locations are defined as maxima and minima of the result of difference of Gaussians function applied in scale-spaceto a series of smoothed and resampled images.

  4. Matching Key Points

  5. VLFeat • Open source library with popular algorithms including SIFT, MSER, k-means, hierarchical k-means, agglomerative information bottleneck, and quick shift. • Written in C for efficiency and compatibility, with interfaces in MATLAB for ease of use and detailed documentation throughout. It supports Windows, Mac OS X, and Linux.

  6. VLFeat • Key point is a disk of center f(1:2), scale f(3) and orientation f(4) . • Descriptors are a green grid centered on the key point.

  7. VLFeat’s Key Points and Descriptor

  8. UBC vsVLFeat VLFeat = Blue UBC SIFT = Red Most key points match exactly.

More Related