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.imageAnalysis.erosionDilation / erosiondilation.xml @ 339

History | View | Annotate | Download (1.8 KB)

1
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
2
        <help>
3
                <element name="DESCRIPTION" text="This algorithm performs morphological operations (erosion and dilation) on an image. &#10;&#10;Erosion to reduce shape size, whereas dilation increases it. That is, erosion removes cells of the boundaries of objects in a image, while dilation adds celss to the boundaries of objects.&#10;&#10;The following figure shows the effect of applying both an erosion (a) and a dilation operation (b).&#10;&#10;" description="Description" type="0">
4
                        <image description="" file="erosion_dilatacion_imgBase.jpg">
5
                        </image>
6
                        <image description="" file="erosion_dilatacion_salidas.jpg">
7
                        </image>
8
                </element>
9
                <element name="ADDITIONAL_INFO" text="" description="Additional information" type="0">
10
                </element>
11
                <element name="EXTENSION_AUTHOR" text="Victor Olaya" description="Extension created by" type="0">
12
                </element>
13
                <element name="HELP_AUTHOR" text="Victor Olaya" description="Help file created by" type="0">
14
                </element>
15
                <element name="USER_NOTES" text="" description="User_notes" type="0">
16
                </element>
17
                <element name="LAYER" text="input image. Cells with valid values represent objects (foreground). No-data cells represent background cells." description="Image" type="3">
18
                </element>
19
                <element name="TYPE" text="to choose between:&#10;* Erosion&#10;* Dilation" description="Operation" type="3">
20
                </element>
21
                <element name="RADIUS" text="the radius of the analysis window. It controls the amount of erosion/dilation to be applied" description="Radius" type="3">
22
                </element>
23
                <element name="OUTPUT_DESCRIPTION" text="" description="Description" type="2">
24
                </element>
25
                <element name="RESULT" text="" description="Erosion/Dilation" type="2">
26
                </element>
27
        </help>
28
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>