File: ComputeImagesStatistics.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 (30 lines) | stat: -rw-r--r-- 1,243 bytes parent folder | download | duplicates (3)
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
<root>
  <key>ComputeImagesStatistics</key>
  <exec>otbcli_ComputeImagesStatistics</exec>
  <longname>Compute Images second order statistics</longname>
  <group>Learning</group>
  <description>Computes global mean and standard deviation for each band from a set of images and optionally saves the results in an XML file.</description>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_InputImageList">ParameterMultipleInput</parameter_type>
    <key>il</key>
    <name>Input images</name>
    <description>List of input images filenames.</description>
    <datatype />
    <optional>False</optional>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
    <key>bv</key>
    <name>Background Value</name>
    <description>Background value to ignore in statistics computation.</description>
    <minValue />
    <maxValue />
    <default>0.0</default>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_OutputFilename">OutputFile</parameter_type>
    <key>out</key>
    <name>Output XML file</name>
    <description>XML filename where the statistics are saved for future reuse.</description>
  </parameter>
</root>