Statistics
| Revision:

gvsig-geoprocess / org.gvsig.geoprocess / trunk / org.gvsig.geoprocess / org.gvsig.geoprocess.app / org.gvsig.geoprocess.app.mainplugin / src / main / resources / help / en / es.unex.sextante.gridAnalysis.supervisedClassification / supervisedclassification.xml @ 338

History | View | Annotate | Download (3.45 KB)

1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
        <help>
3
                <element name="DESCRIPTION" text="This algorithm generates one thematic layer (classified) from a group of images, clasifying its values in groups (classes). All of these images should contain information of the same zone using different  parameters. The most common practice for this is to use different bands of a  remote multispectral sensor although this is not the only possibility.&#10;&#10;The module should be provided with information previously known about a part of  the input data so that it can automatically apply it over the rest of the area being analysed. In short, helping the module  by showing it some areas (called training areas) that are known beforehand and share common characteristics with the area being analysed (homogenous class). These characteristics are known as spectral signature of each class and this signature is obtained from a series of statistical analysis of the values found in each training area and in each input layer. Once this signature is known, it is used to assign values to other cells that have similar signatures. The following figure shows a diagram of the process of supervised classification:" description="Description" type="0">
4
                        <image description="" file="clasSuper.jpg">
5
                        </image>
6
                </element>
7
                <element name="ADDITIONAL_INFO" text="" description="Additional information" type="0">
8
                </element>
9
                <element name="EXTENSION_AUTHOR" text="Victor Olaya" description="Extension created by" type="0">
10
                </element>
11
                <element name="HELP_AUTHOR" text="Victor Olaya" description="Help file created by" type="0">
12
                </element>
13
                <element name="USER_NOTES" text="" description="User_notes" type="0">
14
                </element>
15
                <element name="INPUT" text="one or various layers with their corresponding bands, through the multiple selection window." description="Bands" type="3">
16
                </element>
17
                <element name="POLYGONS" text="layer with training areas." description="Polygons" type="3">
18
                </element>
19
                <element name="FIELD" text="the field that contains the name of the class represented by each polygon." description="Field with class value" type="3">
20
                </element>
21
                <element name="METHOD" text="The assignment of values in the cells outside of the training areas also depend on the criteria used. This algorithms incorporates three of them:&#10;* Paralelepiped&#10;* Minimum distance&#10;* Maximum likelihood&#10;&#10;The user should check which of the algorithms produces the best classification of the image (this  depends on the  training areas as well as the characteristics of the images itself), checking some cells to see if their assigned values are correct. " description="Method" type="3">
22
                </element>
23
                <element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
24
                </element>
25
                <element name="CLASSES" text="New attributes table called classes with statistical information for each one of the bands used." description="Classes" type="2">
26
                </element>
27
                <element name="CLASSIFICATION" text="the output raster." description="Classification" type="2">
28
                        <image description="input image" file="clasSuper_landsat_b4.jpg">
29
                        </image>
30
                        <image description="Paralelep&#237;ped" file="clasSuper_paralelepipedo.jpg">
31
                        </image>
32
                        <image description="Minimum distance" file="clasSuper_distancia_minima.jpg">
33
                        </image>
34
                        <image description="Maximum likelihood" file="clasSuper_maxima_similitud.jpg">
35
                        </image>
36
                </element>
37
        </help>
38
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>