File: LineSegmentDetection.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,214 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
<root>
  <key>LineSegmentDetection</key>
  <exec>otbcli_LineSegmentDetection</exec>
  <longname>Line segment detection</longname>
  <group>Feature Extraction</group>
  <description>Detect line segments in raster</description>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type>
    <key>in</key>
    <name>Input Image</name>
    <description> Input image on which lines will be detected.</description>
    <optional>False</optional>
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_OutputVectorData">OutputVector</parameter_type>
    <key>out</key>
    <name>Output Detected lines</name>
    <description> Output detected line segments (vector data).</description>
    <hidden />
    <base_input />
  </parameter>
  <parameter>
    <parameter_type source_parameter_type="ParameterType_Empty">ParameterBoolean</parameter_type>
    <key>norescale</key>
    <name>No rescaling in [0, 255]</name>
    <description>By default, the input image amplitude is rescaled between [0,255]. Turn on this parameter to skip rescaling</description>
    <default>True</default>
    <optional>True</optional>
  </parameter>
</root>