Benutzer:Ipb.uni-bonn/Spielwiese

aus Wikipedia, der freien Enzyklopädie
Zur Navigation springen Zur Suche springen

Vorlage:FeatureDetectionCompVisNavbox

The Scale-invariant Feature Operator (or SFOP) is an algorithm in computer vision to detect local features in images. The algorithm was published by Förstner et al. in 2009.[1]

The Scale-invariant Feature Operator (SFOP) is based on two theoretical concepts:

  • spiral model[2]
  • feature operator[3]

Desired properties of keypoint detectors:

  • Invariance and repeatability for object recognition
  • Accuracy to support camera calibration
  • Interpretability: Especially corners and circles, should be part of the detected keypoints (see figure).
  • As few control parameters as possible with clear semantics
  • Complementarity to known detectors

scale-invariant corner/circle detector.

Maximize the weight

[Bearbeiten | Quelltext bearbeiten]

Maximize the weight = 1/variance of a point

  

comprising:

1. the image model[2]

2. the smaller eigenvalue of the structure tensor

Reduce the search space

[Bearbeiten | Quelltext bearbeiten]

Reduce the 5-dimensional search space by

  • linking the differentiation scale to the integration scale
  • solving for the optimal using the model
  • and determining the parameters from three angles, e. g.
  • pre-selection possible:

Filter potential keypoints

[Bearbeiten | Quelltext bearbeiten]
  • non-maxima suppression over scale, space and angle
  • thresholding the isotropy :
    eigenvalues characterize the shape of the keypoint, smallest eigenvalue has to be larger than threshold
    derived from noise variance and significance level :
Algorithm
Algorithm

Interpretability of SFOP keypoints

[Bearbeiten | Quelltext bearbeiten]
  • [1], the authors project website at University of Bonn
  1. Förstner, Wolfgang, Dickscheid, Timo, and Schindler, Falko: Detecting Interpretable and Accurate Scale-Invariant Keypoints. 2009, S. 2256–2263 (uni-bonn.de [PDF]).
  2. a b Bigün, J.: A Structure Feature for Some Image Processing Applications Based on Spiral Functions. In: Computer vision, graphics, and image processing. 51. Jahrgang, Nr. 2. Academic Press, 1990, S. 166–194.
  3. "Förstner, Wolfgang",: A Framework for Low Level Feature Extraktion. Band 3, 1994, S. 383–394.

[[Category:Computer vision]]