<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki-de.moshellshocker.dns64.de/index.php?action=history&amp;feed=atom&amp;title=Scale-invariant_feature_transform</id>
	<title>Scale-invariant feature transform - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki-de.moshellshocker.dns64.de/index.php?action=history&amp;feed=atom&amp;title=Scale-invariant_feature_transform"/>
	<link rel="alternate" type="text/html" href="https://wiki-de.moshellshocker.dns64.de/index.php?title=Scale-invariant_feature_transform&amp;action=history"/>
	<updated>2026-05-26T07:49:20Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Wikipedia (Deutsch) – Lokale Kopie</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki-de.moshellshocker.dns64.de/index.php?title=Scale-invariant_feature_transform&amp;diff=1128051&amp;oldid=prev</id>
		<title>imported&gt;SchlurcherBot: Bot: http → https</title>
		<link rel="alternate" type="text/html" href="https://wiki-de.moshellshocker.dns64.de/index.php?title=Scale-invariant_feature_transform&amp;diff=1128051&amp;oldid=prev"/>
		<updated>2026-02-01T07:37:14Z</updated>

		<summary type="html">&lt;p&gt;Bot: http → https&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;Scale-invariant feature transform&amp;#039;&amp;#039;&amp;#039; ([[Englische Sprache|engl.]], „&amp;#039;&amp;#039;skaleninvariante Merkmalstransformation&amp;#039;&amp;#039;“, kurz &amp;#039;&amp;#039;&amp;#039;SIFT&amp;#039;&amp;#039;&amp;#039;) ist ein [[Algorithmus]] zur Detektion und Beschreibung lokaler [[Interest-Operator|Merkmale]] in Bildern. Der Detektor und die Merkmalsbeschreibungen sind, in gewissen Grenzen, invariant gegenüber [[Koordinatentransformation]]en wie Translation, Rotation und Skalierung. Sie sind außerdem robust gegen Beleuchtungsvariation, Bildrauschen und geringere geometrische Deformation höherer Ordnung, wie sie zum Beispiel durch projektive Abbildung eines Objekts von verschiedenen Standpunkten im Raum entstehen. Ursprünglich für die [[Objekterkennung]] entwickelt, kommt der Algorithmus mittlerweile in weiteren Gebieten der [[Bildverarbeitung]] zum Einsatz. Darunter z.&amp;amp;nbsp;B. die [[Bildregistrierung]] bzw. das Erstellen von Panoramabildern aus Einzelaufnahmen ([[Stitching]]), Objektverfolgung in Videos, [[Simultaneous Localization and Mapping|Navigation]] von Robotern oder [[Gestenerkennung]]. &lt;br /&gt;
&lt;br /&gt;
Der Algorithmus wurde im Jahre 1999 von [[David Lowe (Informatiker)|David G. Lowe]] veröffentlicht und gilt als Referenzverfahren in seinem Einsatzgebiet. Die [[University of British Columbia]] hatte an dem Algorithmus ein US-[[Patent]] inne.&amp;lt;ref&amp;gt;{{Patent| Land=US| V-Nr=6711293| Code=B1| Titel=Method and apparatus for identifying scale invariant features in an image and use of same for locating an object in an image| A-Datum=2000-03-06| V-Datum=2004-03-23| Anmelder=The University of British Columbia| Erfinder=David G. Lowe}}&amp;lt;/ref&amp;gt; Die grundlegenden Konzepte von SIFT finden sich in verschiedenen Weiterentwicklungen anderer Autoren wieder. Dabei konnte der Berechnungsaufwand reduziert und die Robustheit von Detektor und Merkmalsbeschreibungen verbessert werden (z.&amp;amp;nbsp;B. [[SURF]], Affine-SIFT, PCA-SIFT).&lt;br /&gt;
&lt;br /&gt;
== Literatur ==&lt;br /&gt;
* David G. Lowe: &amp;#039;&amp;#039;Object Recognition from Local Scale-Invariant Features&amp;#039;&amp;#039;. In: &amp;#039;&amp;#039;ICCV &amp;#039;99 Proceedings of the International Conference on Computer Vision&amp;#039;&amp;#039;. Band 2, Seiten 1150–1157  ([https://www.cs.ubc.ca/~lowe/papers/iccv99.pdf online])&lt;br /&gt;
* David G. Lowe: &amp;#039;&amp;#039;Distinctive Image Features from Scale-Invariant Keypoints&amp;#039;&amp;#039; In: &amp;#039;&amp;#039;International Journal of Computer Vision&amp;#039;&amp;#039;. Band 60, Nr. 2, Seiten 91–110, 2004 ([https://www.cs.ubc.ca/~lowe/papers/ijcv04.pdf online])&lt;br /&gt;
* Matthew Brown, David Lowe: &amp;#039;&amp;#039;Automatic Panoramic Image Stitching using Invariant Features.&amp;#039;&amp;#039; In: &amp;#039;&amp;#039;[[International Journal of Computer Vision]]&amp;#039;&amp;#039;. Band 74, Nr. 1, August 2007 ([http://www.cs.bath.ac.uk/brown/papers/ijcv2007.pdf online]; PDF; 3,7&amp;amp;nbsp;MB)&lt;br /&gt;
* Thomas Läbe, [[Wolfgang Förstner]]: &amp;#039;&amp;#039;Automatic relative orientation of images.&amp;#039;&amp;#039; In: &amp;#039;&amp;#039;Proceedings of the 5th Turkish-German Joint Geodetic Days, March 29th - 31st, 2006&amp;#039;&amp;#039;. Berlin, ISBN 3-9809030-4-4 ([http://www.ipb.uni-bonn.de/fileadmin/publication/pdf/Labe2006Automatic.pdf online])&lt;br /&gt;
* David G. Lowe: &amp;#039;&amp;#039;Method and Apparatus for Identifying Scale Invariant Features in an image and use of same for locating an object in an image&amp;#039;&amp;#039; Patent US 6,711,293 B1, veröffentlicht am 23. März 2004&lt;br /&gt;
&lt;br /&gt;
== Weblinks ==&lt;br /&gt;
* [https://www.vlfeat.org/ &amp;#039;&amp;#039;SIFT&amp;#039;&amp;#039; Implementation (MATLAB toolbox, C library) by Andrea Vedaldi and Brian Fulkerson]&lt;br /&gt;
* [https://robwhess.github.io/opensift/ An Open-Source SIFT Library  (C library) by Rob Hess]&lt;br /&gt;
&lt;br /&gt;
== Einzelnachweise ==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Kategorie:Bildverarbeitung]]&lt;br /&gt;
[[Kategorie:Panoramafotografie]]&lt;br /&gt;
[[Kategorie:Algorithmus (Computergrafik)]]&lt;/div&gt;</summary>
		<author><name>imported&gt;SchlurcherBot</name></author>
	</entry>
</feed>