File: LSMSSegmentation.xml

package info (click to toggle)
qgis 2.18.28%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,007,948 kB
  • sloc: cpp: 671,774; python: 158,539; xml: 35,690; ansic: 8,346; sh: 1,766; perl: 1,669; sql: 999; yacc: 836; lex: 461; makefile: 292
file content (88 lines) | stat: -rw-r--r-- 3,808 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<root>
  <key>LSMSSegmentation</key>
  <exec>otbcli_LSMSSegmentation</exec>
  <longname>Exact Large-Scale Mean-Shift segmentation, step 2</longname>
  <group>Segmentation</group>
  <description>Second step of the exact Large-Scale Mean-Shift segmentation workflow.</description>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type>
    <key>in</key>
    <name>Filtered image</name>
    <description>The filtered image (cf. Adaptive MeanShift Smoothing application).</description>
    <optional>False</optional>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type>
    <key>inpos</key>
    <name>Spatial image</name>
    <description> The spatial image. Spatial input is the displacement map (output of the Adaptive MeanShift Smoothing application).</description>
    <optional>True</optional>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_OutputImage">OutputRaster</parameter_type>
    <key>out</key>
    <name>Output Image</name>
    <description>The output image. The output image is the segmentation of the filtered image. It is recommended to set the pixel type to uint32.</description>
    <hidden />
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
    <key>ranger</key>
    <name>Range radius</name>
    <description>Range radius defining the radius (expressed in radiometry unit) in the multi-spectral space.</description>
    <minValue />
    <maxValue />
    <default>15</default>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
    <key>spatialr</key>
    <name>Spatial radius</name>
    <description>Spatial radius of the neighborhood.</description>
    <minValue />
    <maxValue />
    <default>5</default>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
    <key>minsize</key>
    <name>Minimum Region Size</name>
    <description>Minimum Region Size. If, after the segmentation, a region is of size lower than this criterion, the region is deleted.</description>
    <minValue />
    <maxValue />
    <default>0</default>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
    <key>tilesizex</key>
    <name>Size of tiles in pixel (X-axis)</name>
    <description>Size of tiles along the X-axis.</description>
    <minValue />
    <maxValue />
    <default>500</default>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
    <key>tilesizey</key>
    <name>Size of tiles in pixel (Y-axis)</name>
    <description>Size of tiles along the Y-axis.</description>
    <minValue />
    <maxValue />
    <default>500</default>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_Directory">ParameterFile</parameter_type>
    <key>tmpdir</key>
    <name>Directory where to write temporary files</name>
    <description>This applications need to write temporary files for each tile. This parameter allows choosing the path where to write those files. If disabled, the current path will be used.</description>
    <isFolder />
    <optional>True</optional>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_Empty">ParameterBoolean</parameter_type>
    <key>cleanup</key>
    <name>Temporary files cleaning</name>
    <description>If activated, the application will try to clean all temporary files it created</description>
    <default>True</default>
  </parameter>
</root>