File: MultiImageSamplingRate.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 (89 lines) | stat: -rw-r--r-- 3,777 bytes parent folder | download
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
89
<root>
  <key>MultiImageSamplingRate</key>
  <exec>otbcli_MultiImageSamplingRate</exec>
  <longname>Multi-image sampling rate estimation</longname>
  <group>Learning</group>
  <description>Compute sampling rate for an input set of images.</description>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_InputFilenameList">ParameterMultipleInput</parameter_type>
    <key>il</key>
    <name>Input statistics</name>
    <description>List of statistics files for each input image.</description>
    <datatype />
    <optional>False</optional>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_OutputFilename">OutputFile</parameter_type>
    <key>out</key>
    <name>Output sampling rates</name>
    <description>Output filename storing sampling rates (CSV format with class name, required samples, total samples, and rate). The given filename will be used with a suffix to indicate the corresponding input index (for instance: rates.csv will give rates_1.csv, rates_2.csv, ...).</description>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type>
    <key>strategy</key>
    <name>Sampling strategy</name>
    <description />
    <options>
      <choices>
        <choice>byclass</choice>
        <choice>constant</choice>
        <choice>smallest</choice>
        <choice>percent</choice>
        <choice>total</choice>
        <choice>all</choice>
      </choices>
    </options>
    <default>2</default>
    <optional>False</optional>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_InputFilenameList">ParameterMultipleInput</parameter_type>
    <key>strategy.byclass.in</key>
    <name>Number of samples by class</name>
    <description>Number of samples by class (CSV format with class name in 1st column and required samples in the 2nd).In the case of the custom multi-image mode, several inputs may be given for each image.</description>
    <datatype />
    <optional>False</optional>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_String">ParameterString</parameter_type>
    <key>strategy.constant.nb</key>
    <name>Number of samples for all classes</name>
    <description>Number of samples for all classes.In the case of the custom multi-image mode, several values can be given for each image.</description>
    <default />
    <multiline />
    <optional>False</optional>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_String">ParameterString</parameter_type>
    <key>strategy.percent.p</key>
    <name>The percentage(s) to use</name>
    <description>The percentage(s) to use In the case of the custom multi-image mode, several values can be given for each image.</description>
    <default />
    <multiline />
    <optional>False</optional>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_String">ParameterString</parameter_type>
    <key>strategy.total.v</key>
    <name>The number of samples to generate</name>
    <description>The number of samples to generateIn the case of the custom multi-image mode, several values can be given for each image.</description>
    <default />
    <multiline />
    <optional>False</optional>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type>
    <key>mim</key>
    <name>Multi-Image Mode</name>
    <description />
    <options>
      <choices>
        <choice>proportional</choice>
        <choice>equal</choice>
        <choice>custom</choice>
      </choices>
    </options>
    <default>0</default>
    <optional>False</optional>
  </parameter>
</root>