ILMSImage Attribute Calculation
(→Overview) |
(→Overview) |
||
Line 19: | Line 19: | ||
The panel allows the following functions for the user: | The panel allows the following functions for the user: | ||
#'''Calculation of default cell-based attributes''': In addition to features of cell geometry basic attributes, different structural features and statistical measures belong to the implemented parameters. After the calculation those are summarized in form of an attribute table. | #'''Calculation of default cell-based attributes''': In addition to features of cell geometry basic attributes, different structural features and statistical measures belong to the implemented parameters. After the calculation those are summarized in form of an attribute table. | ||
− | #'''Adding additional data layers''': The corresponding data layers are selected by the user, an identifier is assigned and added to the existing data layers. | + | #'''Adding additional data layers''': The corresponding data layers are selected by the user, an identifier is assigned and added to the existing data layers. If necessary, the data type is automatically adapted and the selected additional data are cut in terms of space. |
− | #''' | + | #'''Visualization of selected attributes''': For this purpose the attributes which are summarized in a database table are transformed into raster data and prepared in QuantumGIS for visualization. |
===Calculation of Cell-Based Attributes=== | ===Calculation of Cell-Based Attributes=== |
Revision as of 13:39, 25 July 2011
Contents |
50px| ILMSImage Attribute Calculation
Introduction
ILMSImage Attribute Calculation is part of the ILMSImage plug-in for QuantumGIS and is used for the derivation and calculation of cell-based attributes and for the integration of additional data layers.
Similar to various ILMSImage panels it consisits of two components, ILMSImage Project Information in the upper section and the actual tools in the lower section.
Das ILMSImage-Panel zur Berechnung von Zellattributen
Attribute Calculation
Background
...
Overview
The panel allows the following functions for the user:
- Calculation of default cell-based attributes: In addition to features of cell geometry basic attributes, different structural features and statistical measures belong to the implemented parameters. After the calculation those are summarized in form of an attribute table.
- Adding additional data layers: The corresponding data layers are selected by the user, an identifier is assigned and added to the existing data layers. If necessary, the data type is automatically adapted and the selected additional data are cut in terms of space.
- Visualization of selected attributes: For this purpose the attributes which are summarized in a database table are transformed into raster data and prepared in QuantumGIS for visualization.
Calculation of Cell-Based Attributes
Um aus der Verknüpfung von Zellgeometrie und den gewählten Eingangsdaten spezifische Attribute für die Untersuchungseinheiten abzuleiten, müssen die entsprechenden Parameter durch Klick auf das jeweilige Kontrollkästchen aktiviert werden. Die standardmäßig vorbereiteten Attribute umfassen Basiswerte, Strukturmaße, statistische Kenngrößen sowie die immer implizit berechneten Zellgeometriemerkmale.
Attributtyp | Attribut | GUI-Label | Interne Bezeichnung | Beschreibung |
---|---|---|---|---|
Basis | Durchschnittswert pro Band | Average value per input band | <layer_id>[_<zähler> ] |
Für jedes Eingangsband wird der Durchschnittswert aller innerhalb einer Zelle zusammengefassten Bildpixel berechnet. Die interne Bezeichnung entspricht dem für das entsprechende Band gewählten Bezeichner (in der Beispielanwendung: panchromatisch ), im Falle von mehrkanaligen Eingangsdaten ergänzt um eine Kanalnummer (in der Beispielanwendung: multispektral_1 , multispektral_2 , usw.).
|
Struktur | Lineare Textur | Linear texture | linear |
Die Aktivierung dieses Maßes erzeugt die Textur 1. Grades in einem 3x3-Kernel. Der Algorithmus berechnet die Textur für jede Zelle einzeln und ignoriert alle Bildpixel, die außerhalb der aktuellen Zelle liegen. Wie alle Strukturmaße verwendet auch die lineare Textur den ersten in der Projektinformation dargestellten Kanal als Grundlage für die Berechnung. |
Normalisierte Textur | Normalized texture | normalized |
Die normalisierte Textur verwendet denselben Algorithmus wie die lineare Textur, normiert das Ergebnis allerdings noch zusätzlich mit dem Durchschnittswert aller Bildpixel der aktuellen Zelle. Wie alle Strukturmaße verwendet auch die normaliserte Textur den ersten in der Projektinformation dargestellten Kanal als Grundlage für die Berechnung. | |
Inverse Textur | Inverse texture | inverse |
Durch Aktivierung der inversen Textur wird das Inverse Difference Moment (Haralick et al. (1973), S. 619) auf Pixelebene berechnet. Inverse Textur verwendet dazu den selben Algorithmus wie lineare und normalisierte Textur, berechnet jedoch schließlich den Kehrwert der quadrierten Differenzen. Wie alle Strukturmaße verwendet auch die inverse Textur den ersten in der Projektinformation dargestellten Kanal als Grundlage für die Berechnung. | |
Laplace-Textur | Laplace texture | laplace |
Dieses Strukturmaß verwendet einen modifizierten Laplace-Kernel zur Kontrastverstärkung für einzelne Zellen. Der Parameter verstärkt das Ergebnis mit einem generischen Kernel, der auf lokale Kontrast-Maxima mit geringem räumlichen Abstand (zwei bis fünf Pixel) reagiert. Dadurch werden isolierte Linien reduziert und Regionen mit räumlich dichten Kontrasten gefüllt. | |
Statistik | Standardabweichung | Standard deviation | stddev |
Durch Aktivierung dieser Option wird die Standardabweichung aller innerhalb einer Zelle zusammengefassten Bildpixel des ersten in der Projektinformation dargestellten Kanals berechnet. |
Varianz | Variance | variance |
Durch Aktivierung dieser Option wird die Varianz aller innerhalb einer Zelle zusammengefassten Bildpixel des ersten in der Projektinformation dargestellten Kanals berechnet. | |
Zellgeometrie | Zellgröße | ohne GUI-Anbindung | size |
Die Größe einer Zelle in Bildpixeln des am höchsten aufgelösten Eingangsdatenkanals. |
Zellumfang | perimeter |
Der Umfang einer Zelle in Bildpixeln des am höchsten aufgelösten Eingangsdatenkanals. | ||
Zelllänge | length |
Die Länge einer Zelle in Bildpixeln des am höchsten aufgelösten Eingangsdatenkanals. | ||
Zellbreite | width |
Die Breite einer Zelle in Bildpixeln des am höchsten aufgelösten Eingangsdatenkanals. |
Nach Berechnung der ausgewählten werden diese in einer Attributtabelle zusammengefasst.