File: StereoFramework.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 (343 lines) | stat: -rw-r--r-- 14,186 bytes parent folder | download | duplicates (2)
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
<root>
  <key>StereoFramework</key>
  <exec>otbcli_StereoFramework</exec>
  <longname>Stereo Framework</longname>
  <group>Stereo</group>
  <description>Compute the ground elevation based on one or multiple stereo pair(s)</description>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_InputImageList">ParameterMultipleInput</parameter_type>
    <key>input.il</key>
    <name>Input images list</name>
    <description>The list of images.</description>
    <datatype />
    <optional>False</optional>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_String">ParameterString</parameter_type>
    <key>input.co</key>
    <name>Couples list</name>
    <description>List of index of couples im image list. Couples must be separated by a comma. (index start at 0). for example : 0 1,1 2 will process a first couple composed of the first and the second image in image list, then the first and the third image
. note that images are handled by pairs. if left empty couples are created from input index i.e. a first couple will be composed of the first and second image, a second couple with third and fourth image etc. (in this case image list must be even).</description>
    <default />
    <multiline />
    <optional>True</optional>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
    <key>input.channel</key>
    <name>Image channel used for the block matching</name>
    <description>Used channel for block matching (used for all images)</description>
    <minValue />
    <maxValue />
    <default>1</default>
    <optional>False</optional>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
    <key>elev.default</key>
    <name>Default elevation</name>
    <description>This parameter allows setting the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value.</description>
    <minValue />
    <maxValue />
    <default>0</default>
    <optional>False</optional>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
    <key>output.res</key>
    <name>Output resolution</name>
    <description>Spatial sampling distance of the output elevation : the cell size (in m)</description>
    <minValue />
    <maxValue />
    <default>1</default>
    <optional>False</optional>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
    <key>output.nodata</key>
    <name>NoData value</name>
    <description>DSM empty cells are filled with this value (optional -32768 by default)</description>
    <minValue />
    <maxValue />
    <default>-32768</default>
    <optional>True</optional>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type>
    <key>output.fusionmethod</key>
    <name>Method to fuse measures in each DSM cell</name>
    <description>This parameter allows one to choose the method used to fuse elevation measurements in each output DSM cell</description>
    <options>
      <choices>
        <choice>max</choice>
        <choice>min</choice>
        <choice>mean</choice>
        <choice>acc</choice>
      </choices>
    </options>
    <default>0</default>
    <optional>False</optional>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_OutputImage">OutputRaster</parameter_type>
    <key>output.out</key>
    <name>Output DSM</name>
    <description>Output elevation image</description>
    <hidden />
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type>
    <key>output.mode</key>
    <name>Parameters estimation modes</name>
    <description />
    <options>
      <choices>
        <choice>fit</choice>
        <choice>user</choice>
      </choices>
    </options>
    <default>0</default>
    <optional>False</optional>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
    <key>output.mode.user.ulx</key>
    <name>Upper Left X </name>
    <description>Cartographic X coordinate of upper-left corner (meters for cartographic projections, degrees for geographic ones)</description>
    <minValue />
    <maxValue />
    <default>0.0</default>
    <optional>False</optional>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
    <key>output.mode.user.uly</key>
    <name>Upper Left Y </name>
    <description>Cartographic Y coordinate of the upper-left corner (meters for cartographic projections, degrees for geographic ones)</description>
    <minValue />
    <maxValue />
    <default>0.0</default>
    <optional>False</optional>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
    <key>output.mode.user.sizex</key>
    <name>Size X </name>
    <description>Size of projected image along X (in pixels)</description>
    <minValue />
    <maxValue />
    <default>0</default>
    <optional>False</optional>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
    <key>output.mode.user.sizey</key>
    <name>Size Y </name>
    <description>Size of projected image along Y (in pixels)</description>
    <minValue />
    <maxValue />
    <default>0</default>
    <optional>False</optional>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
    <key>output.mode.user.spacingx</key>
    <name>Pixel Size X </name>
    <description>Size of each pixel along X axis (meters for cartographic projections, degrees for geographic ones)</description>
    <minValue />
    <maxValue />
    <default>0.0</default>
    <optional>False</optional>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
    <key>output.mode.user.spacingy</key>
    <name>Pixel Size Y </name>
    <description>Size of each pixel along Y axis (meters for cartographic projections, degrees for geographic ones)</description>
    <minValue />
    <maxValue />
    <default>0.0</default>
    <optional>False</optional>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type>
    <key>map</key>
    <name>Output Cartographic Map Projection</name>
    <description>Parameters of the output map projection to be used.</description>
    <options>
      <choices>
        <choice>utm</choice>
        <choice>lambert2</choice>
        <choice>lambert93</choice>
        <choice>wgs</choice>
        <choice>epsg</choice>
      </choices>
    </options>
    <default>3</default>
    <optional>False</optional>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
    <key>map.utm.zone</key>
    <name>Zone number</name>
    <description>The zone number ranges from 1 to 60 and allows defining the transverse mercator projection (along with the hemisphere)</description>
    <minValue />
    <maxValue />
    <default>31</default>
    <optional>False</optional>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_Empty">ParameterBoolean</parameter_type>
    <key>map.utm.northhem</key>
    <name>Northern Hemisphere</name>
    <description>The transverse mercator projections are defined by their zone number as well as the hemisphere. Activate this parameter if your image is in the northern hemisphere.</description>
    <default>True</default>
    <optional>True</optional>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
    <key>map.epsg.code</key>
    <name>EPSG Code</name>
    <description>See www.spatialreference.org to find which EPSG code is associated to your projection</description>
    <minValue />
    <maxValue />
    <default>4326</default>
    <optional>False</optional>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
    <key>stereorect.fwdgridstep</key>
    <name>Step of the displacement grid (in pixels)</name>
    <description>Stereo-rectification displacement grid only varies slowly. Therefore, it is recommended to use a coarser grid (higher step value) in case of large images</description>
    <minValue />
    <maxValue />
    <default>16</default>
    <optional>True</optional>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
    <key>stereorect.invgridssrate</key>
    <name>Sub-sampling rate for epipolar grid inversion</name>
    <description>Grid inversion is an heavy process that implies spline regression on control points. To avoid eating to much memory, this parameter allows one to first sub-sample the field to invert.</description>
    <minValue />
    <maxValue />
    <default>10</default>
    <optional>True</optional>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type>
    <key>bm.metric</key>
    <name>Block-matching metric</name>
    <description />
    <options>
      <choices>
        <choice>ssdmean</choice>
        <choice>ssd</choice>
        <choice>ncc</choice>
        <choice>lp</choice>
      </choices>
    </options>
    <default>0</default>
    <optional>False</optional>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
    <key>bm.metric.lp.p</key>
    <name>p value</name>
    <description>Value of the p parameter in Lp pseudo-norm (must be positive)</description>
    <minValue />
    <maxValue />
    <default>1</default>
    <optional>False</optional>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
    <key>bm.radius</key>
    <name>Radius of blocks for matching filter (in pixels)</name>
    <description>The radius of blocks in Block-Matching (in pixels)</description>
    <minValue />
    <maxValue />
    <default>2</default>
    <optional>True</optional>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
    <key>bm.minhoffset</key>
    <name>Minimum altitude offset (in meters)</name>
    <description>Minimum altitude below the selected elevation source (in meters)</description>
    <minValue />
    <maxValue />
    <default>-20</default>
    <optional>False</optional>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
    <key>bm.maxhoffset</key>
    <name>Maximum altitude offset (in meters)</name>
    <description>Maximum altitude above the selected elevation source (in meters)</description>
    <minValue />
    <maxValue />
    <default>20</default>
    <optional>False</optional>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_Empty">ParameterBoolean</parameter_type>
    <key>postproc.bij</key>
    <name>Use bijection consistency in block matching strategy</name>
    <description>use bijection consistency. Right to Left correlation is computed to validate Left to Right disparities. If bijection is not found pixel is rejected.</description>
    <default>True</default>
    <optional>True</optional>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_Empty">ParameterBoolean</parameter_type>
    <key>postproc.med</key>
    <name>Use median disparities filtering</name>
    <description>disparities output can be filtered using median post filtering (disabled by default).</description>
    <default>True</default>
    <optional>True</optional>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
    <key>postproc.metrict</key>
    <name>Correlation metric threshold</name>
    <description>Use block matching metric output to discard pixels with low correlation value (disabled by default, float value)</description>
    <minValue />
    <maxValue />
    <default>0.6</default>
    <optional>True</optional>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type>
    <key>mask.left</key>
    <name>Input left mask</name>
    <description>Mask for left input image</description>
    <optional>True</optional>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type>
    <key>mask.right</key>
    <name>Input right mask</name>
    <description>Mask for right input image</description>
    <optional>True</optional>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
    <key>mask.variancet</key>
    <name>Discard pixels with low local variance</name>
    <description>This parameter allows one to discard pixels whose local variance is too small (the size of the neighborhood is given by the radius parameter)</description>
    <minValue />
    <maxValue />
    <default>50</default>
    <optional>True</optional>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_RAM">ParameterNumber</parameter_type>
    <key>ram</key>
    <name>Available RAM (Mb)</name>
    <description>Available memory for processing (in MB)</description>
    <minValue />
    <maxValue />
    <default>128</default>
    <optional>True</optional>
  </parameter>
</root>