-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
forget to commit xml descriptors for otb 5.6
- ltr-3_40
- ltr-3_34
- ltr-3_28
- ltr-3_22
- ltr-3_16
- ltr-3_10
- ltr-3_4
- final-3_40_2
- final-3_40_1
- final-3_40_0
- final-3_38_3
- final-3_38_2
- final-3_38_1
- final-3_38_0
- final-3_36_3
- final-3_36_2
- final-3_36_1
- final-3_36_0
- final-3_34_14
- final-3_34_13
- final-3_34_12
- final-3_34_11
- final-3_34_10
- final-3_34_9
- final-3_34_8
- final-3_34_7
- final-3_34_6
- final-3_34_5
- final-3_34_4
- final-3_34_3
- final-3_34_2
- final-3_34_1
- final-3_34_0
- final-3_32_3
- final-3_32_2
- final-3_32_1
- final-3_32_0
- final-3_30_3
- final-3_30_2
- final-3_30_1
- final-3_30_0
- final-3_28_15
- final-3_28_14
- final-3_28_13
- final-3_28_12
- final-3_28_11
- final-3_28_10
- final-3_28_9
- final-3_28_8
- final-3_28_7
- final-3_28_6
- final-3_28_5
- final-3_28_4
- final-3_28_3
- final-3_28_2
- final-3_28_1
- final-3_28_0
- final-3_26_3
- final-3_26_2
- final-3_26_1
- final-3_26_0
- final-3_24_3
- final-3_24_2
- final-3_24_1
- final-3_24_0
- final-3_22_16
- final-3_22_15
- final-3_22_14
- final-3_22_13
- final-3_22_12
- final-3_22_11
- final-3_22_10
- final-3_22_9
- final-3_22_8
- final-3_22_7
- final-3_22_6
- final-3_22_5
- final-3_22_4
- final-3_22_3
- final-3_22_2
- final-3_22_1
- final-3_22_0
- final-3_20_3
- final-3_20_2
- final-3_20_1
- final-3_20_0
- final-3_18_3
- final-3_18_2
- final-3_18_1
- final-3_18_0
- final-3_16_16
- final-3_16_15
- final-3_16_14
- final-3_16_13
- final-3_16_12
- final-3_16_11
- final-3_16_10
- final-3_16_9
- final-3_16_8
- final-3_16_7
- final-3_16_6
- final-3_16_5
- final-3_16_4
- final-3_16_3
- final-3_16_2
- final-3_16_1
- final-3_16_0
- final-3_14_16
- final-3_14_15
- final-3_14_1
- final-3_14_0
- final-3_12_3
- final-3_12_2
- final-3_12_1
- final-3_12_0
- final-3_10_14
- final-3_10_13
- final-3_10_12
- final-3_10_11
- final-3_10_10
- final-3_10_9
- final-3_10_8
- final-3_10_7
- final-3_10_6
- final-3_10_5
- final-3_10_4
- final-3_10_3
- final-3_10_2
- final-3_10_1
- final-3_10_0
- final-3_8_3
- final-3_8_2
- final-3_8_1
- final-3_8_0
- final-3_6_3
- final-3_6_2
- final-3_6_1
- final-3_6_0
- final-3_4_15
- final-3_4_14
- final-3_4_13
- final-3_4_12
- final-3_4_11
- final-3_4_10
- final-3_4_9
- final-3_4_8
- final-3_4_7
- final-3_4_6
- final-3_4_5
- final-3_4_4
- final-3_4_3
- final-3_4_2
- final-3_4_1
- final-3_4_0
- final-3_2_3
- final-3_2_2
- final-3_2_1
- final-3_2_0
- final-3_0_3
- final-3_0_2
- final-3_0_1
- final-3_0_0
1 parent
d772a68
commit ce0a2ae
Showing
281 changed files
with
12,815 additions
and
0 deletions.
There are no files selected for viewing
42 changes: 42 additions & 0 deletions
42
python/plugins/processing/algs/otb/description/5.6.0/BandMath.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<root> | ||
<key>BandMath</key> | ||
<exec>otbcli_BandMath</exec> | ||
<longname>Band Math</longname> | ||
<group>Miscellaneous</group> | ||
<description>Perform a mathematical operation on monoband images</description> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputImageList">ParameterMultipleInput</parameter_type> | ||
<key>il</key> | ||
<name>Input image list</name> | ||
<description>Image list to perform computation on.</description> | ||
<datatype /> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_OutputImage">OutputRaster</parameter_type> | ||
<key>out</key> | ||
<name>Output Image</name> | ||
<description>Output image.</description> | ||
<hidden /> | ||
</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> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_String">ParameterString</parameter_type> | ||
<key>exp</key> | ||
<name>Expression</name> | ||
<description>The mathematical expression to apply. | ||
Use im1b1 for the first band, im1b2 for the second one...</description> | ||
<default /> | ||
<multiline /> | ||
<optional>False</optional> | ||
</parameter> | ||
</root> |
77 changes: 77 additions & 0 deletions
77
...on/plugins/processing/algs/otb/description/5.6.0/BinaryMorphologicalOperation-closing.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
<root> | ||
<key>BinaryMorphologicalOperation-closing</key> | ||
<exec>otbcli_BinaryMorphologicalOperation</exec> | ||
<longname>BinaryMorphologicalOperation (closing)</longname> | ||
<group>Feature Extraction</group> | ||
<description>Performs morphological operations on an input image channel</description> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type> | ||
<key>in</key> | ||
<name>Input Image</name> | ||
<description>The input image to be filtered.</description> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_OutputImage">OutputRaster</parameter_type> | ||
<key>out</key> | ||
<name>Feature Output Image</name> | ||
<description>Output image containing the filtered output image.</description> | ||
<hidden /> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>channel</key> | ||
<name>Selected Channel</name> | ||
<description>The selected channel index</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>1</default> | ||
<optional>False</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> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type> | ||
<key>structype</key> | ||
<name>Structuring Element Type</name> | ||
<description>Choice of the structuring element type</description> | ||
<options> | ||
<choices> | ||
<choice>ball</choice> | ||
</choices> | ||
</options> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>structype.ball.xradius</key> | ||
<name>The Structuring Element Radius</name> | ||
<description>The Structuring Element Radius</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>5</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type> | ||
<key>filter</key> | ||
<name>Morphological Operation</name> | ||
<description>Choice of the morphological operation</description> | ||
<options> | ||
<choices> | ||
<choice>closing</choice> | ||
</choices> | ||
</options> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
</root> |
97 changes: 97 additions & 0 deletions
97
python/plugins/processing/algs/otb/description/5.6.0/BinaryMorphologicalOperation-dilate.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
<root> | ||
<key>BinaryMorphologicalOperation-dilate</key> | ||
<exec>otbcli_BinaryMorphologicalOperation</exec> | ||
<longname>BinaryMorphologicalOperation (dilate)</longname> | ||
<group>Feature Extraction</group> | ||
<description>Performs morphological operations on an input image channel</description> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type> | ||
<key>in</key> | ||
<name>Input Image</name> | ||
<description>The input image to be filtered.</description> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_OutputImage">OutputRaster</parameter_type> | ||
<key>out</key> | ||
<name>Feature Output Image</name> | ||
<description>Output image containing the filtered output image.</description> | ||
<hidden /> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>channel</key> | ||
<name>Selected Channel</name> | ||
<description>The selected channel index</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>1</default> | ||
<optional>False</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> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type> | ||
<key>structype</key> | ||
<name>Structuring Element Type</name> | ||
<description>Choice of the structuring element type</description> | ||
<options> | ||
<choices> | ||
<choice>ball</choice> | ||
</choices> | ||
</options> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>structype.ball.xradius</key> | ||
<name>The Structuring Element Radius</name> | ||
<description>The Structuring Element Radius</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>5</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type> | ||
<key>filter</key> | ||
<name>Morphological Operation</name> | ||
<description>Choice of the morphological operation</description> | ||
<options> | ||
<choices> | ||
<choice>dilate</choice> | ||
</choices> | ||
</options> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type> | ||
<key>filter.dilate.foreval</key> | ||
<name>Foreground Value</name> | ||
<description>The Foreground Value</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>1</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type> | ||
<key>filter.dilate.backval</key> | ||
<name>Background Value</name> | ||
<description>The Background Value</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
</root> |
77 changes: 77 additions & 0 deletions
77
python/plugins/processing/algs/otb/description/5.6.0/BinaryMorphologicalOperation-erode.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
<root> | ||
<key>BinaryMorphologicalOperation-erode</key> | ||
<exec>otbcli_BinaryMorphologicalOperation</exec> | ||
<longname>BinaryMorphologicalOperation (erode)</longname> | ||
<group>Feature Extraction</group> | ||
<description>Performs morphological operations on an input image channel</description> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type> | ||
<key>in</key> | ||
<name>Input Image</name> | ||
<description>The input image to be filtered.</description> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_OutputImage">OutputRaster</parameter_type> | ||
<key>out</key> | ||
<name>Feature Output Image</name> | ||
<description>Output image containing the filtered output image.</description> | ||
<hidden /> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>channel</key> | ||
<name>Selected Channel</name> | ||
<description>The selected channel index</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>1</default> | ||
<optional>False</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> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type> | ||
<key>structype</key> | ||
<name>Structuring Element Type</name> | ||
<description>Choice of the structuring element type</description> | ||
<options> | ||
<choices> | ||
<choice>ball</choice> | ||
</choices> | ||
</options> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>structype.ball.xradius</key> | ||
<name>The Structuring Element Radius</name> | ||
<description>The Structuring Element Radius</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>5</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type> | ||
<key>filter</key> | ||
<name>Morphological Operation</name> | ||
<description>Choice of the morphological operation</description> | ||
<options> | ||
<choices> | ||
<choice>erode</choice> | ||
</choices> | ||
</options> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
</root> |
77 changes: 77 additions & 0 deletions
77
...on/plugins/processing/algs/otb/description/5.6.0/BinaryMorphologicalOperation-opening.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
<root> | ||
<key>BinaryMorphologicalOperation-opening</key> | ||
<exec>otbcli_BinaryMorphologicalOperation</exec> | ||
<longname>BinaryMorphologicalOperation (opening)</longname> | ||
<group>Feature Extraction</group> | ||
<description>Performs morphological operations on an input image channel</description> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type> | ||
<key>in</key> | ||
<name>Input Image</name> | ||
<description>The input image to be filtered.</description> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_OutputImage">OutputRaster</parameter_type> | ||
<key>out</key> | ||
<name>Feature Output Image</name> | ||
<description>Output image containing the filtered output image.</description> | ||
<hidden /> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>channel</key> | ||
<name>Selected Channel</name> | ||
<description>The selected channel index</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>1</default> | ||
<optional>False</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> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type> | ||
<key>structype</key> | ||
<name>Structuring Element Type</name> | ||
<description>Choice of the structuring element type</description> | ||
<options> | ||
<choices> | ||
<choice>ball</choice> | ||
</choices> | ||
</options> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>structype.ball.xradius</key> | ||
<name>The Structuring Element Radius</name> | ||
<description>The Structuring Element Radius</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>5</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type> | ||
<key>filter</key> | ||
<name>Morphological Operation</name> | ||
<description>Choice of the morphological operation</description> | ||
<options> | ||
<choices> | ||
<choice>opening</choice> | ||
</choices> | ||
</options> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
</root> |
69 changes: 69 additions & 0 deletions
69
python/plugins/processing/algs/otb/description/5.6.0/ClassificationMapRegularization.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
<root> | ||
<key>ClassificationMapRegularization</key> | ||
<exec>otbcli_ClassificationMapRegularization</exec> | ||
<longname>Classification Map Regularization</longname> | ||
<group>Learning</group> | ||
<description>Filters the input labeled image using Majority Voting in a ball shaped neighbordhood.</description> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type> | ||
<key>io.in</key> | ||
<name>Input classification image</name> | ||
<description>The input labeled image to regularize.</description> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_OutputImage">OutputRaster</parameter_type> | ||
<key>io.out</key> | ||
<name>Output regularized image</name> | ||
<description>The output regularized labeled image.</description> | ||
<hidden /> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>ip.radius</key> | ||
<name>Structuring element radius (in pixels)</name> | ||
<description>The radius of the ball shaped structuring element (expressed in pixels). By default, 'ip.radius = 1 pixel'.</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>1</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Empty">ParameterBoolean</parameter_type> | ||
<key>ip.suvbool</key> | ||
<name>Multiple majority: Undecided(X)/Original</name> | ||
<description>Pixels with more than 1 majority class are marked as Undecided if this parameter is checked (true), or keep their Original labels otherwise (false). Please note that the Undecided value must be different from existing labels in the input labeled image. By default, 'ip.suvbool = false'.</description> | ||
<default>True</default> | ||
<optional>True</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>ip.nodatalabel</key> | ||
<name>Label for the NoData class</name> | ||
<description>Label for the NoData class. Such input pixels keep their NoData label in the output image. By default, 'ip.nodatalabel = 0'.</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>ip.undecidedlabel</key> | ||
<name>Label for the Undecided class</name> | ||
<description>Label for the Undecided class. By default, 'ip.undecidedlabel = 0'.</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>0</default> | ||
<optional>False</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> |
104 changes: 104 additions & 0 deletions
104
python/plugins/processing/algs/otb/description/5.6.0/ColorMapping-continuous.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,104 @@ | ||
<root> | ||
<key>ColorMapping-continuous</key> | ||
<exec>otbcli_ColorMapping</exec> | ||
<longname>ColorMapping (continuous)</longname> | ||
<group>Image Manipulation</group> | ||
<description>Maps an input label image to 8-bits RGB using look-up tables.</description> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type> | ||
<key>in</key> | ||
<name>Input Image</name> | ||
<description>Input image filename</description> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_OutputImage">OutputRaster</parameter_type> | ||
<key>out</key> | ||
<name>Output Image</name> | ||
<description>Output image filename</description> | ||
<hidden /> | ||
</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> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type> | ||
<key>op</key> | ||
<name>Operation</name> | ||
<description>Selection of the operation to execute (default is : label to color).</description> | ||
<options> | ||
<choices> | ||
<choice>labeltocolor</choice> | ||
</choices> | ||
</options> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type> | ||
<key>method</key> | ||
<name>Color mapping method</name> | ||
<description>Selection of color mapping methods and their parameters.</description> | ||
<options> | ||
<choices> | ||
<choice>continuous</choice> | ||
</choices> | ||
</options> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type> | ||
<key>method.continuous.lut</key> | ||
<name>Look-up tables</name> | ||
<description>Available look-up tables.</description> | ||
<options> | ||
<choices> | ||
<choice>red</choice> | ||
<choice>green</choice> | ||
<choice>blue</choice> | ||
<choice>grey</choice> | ||
<choice>hot</choice> | ||
<choice>cool</choice> | ||
<choice>spring</choice> | ||
<choice>summer</choice> | ||
<choice>autumn</choice> | ||
<choice>winter</choice> | ||
<choice>copper</choice> | ||
<choice>jet</choice> | ||
<choice>hsv</choice> | ||
<choice>overunder</choice> | ||
<choice>relief</choice> | ||
</choices> | ||
</options> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type> | ||
<key>method.continuous.min</key> | ||
<name>Mapping range lower value</name> | ||
<description>Set the lower input value of the mapping range.</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type> | ||
<key>method.continuous.max</key> | ||
<name>Mapping range higher value</name> | ||
<description>Set the higher input value of the mapping range.</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>255</default> | ||
<optional>False</optional> | ||
</parameter> | ||
</root> |
68 changes: 68 additions & 0 deletions
68
python/plugins/processing/algs/otb/description/5.6.0/ColorMapping-custom.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
<root> | ||
<key>ColorMapping-custom</key> | ||
<exec>otbcli_ColorMapping</exec> | ||
<longname>ColorMapping (custom)</longname> | ||
<group>Image Manipulation</group> | ||
<description>Maps an input label image to 8-bits RGB using look-up tables.</description> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type> | ||
<key>in</key> | ||
<name>Input Image</name> | ||
<description>Input image filename</description> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_OutputImage">OutputRaster</parameter_type> | ||
<key>out</key> | ||
<name>Output Image</name> | ||
<description>Output image filename</description> | ||
<hidden /> | ||
</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> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type> | ||
<key>op</key> | ||
<name>Operation</name> | ||
<description>Selection of the operation to execute (default is : label to color).</description> | ||
<options> | ||
<choices> | ||
<choice>labeltocolor</choice> | ||
</choices> | ||
</options> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type> | ||
<key>method</key> | ||
<name>Color mapping method</name> | ||
<description>Selection of color mapping methods and their parameters.</description> | ||
<options> | ||
<choices> | ||
<choice>custom</choice> | ||
</choices> | ||
</options> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputFilename">ParameterFile</parameter_type> | ||
<key>method.custom.lut</key> | ||
<name>Look-up table file</name> | ||
<description>An ASCII file containing the look-up table | ||
with one color per line | ||
(for instance the line '1 255 0 0' means that all pixels with label 1 will be replaced by RGB color 255 0 0) | ||
Lines beginning with a # are ignored</description> | ||
<isFolder /> | ||
<optional>False</optional> | ||
</parameter> | ||
</root> |
94 changes: 94 additions & 0 deletions
94
python/plugins/processing/algs/otb/description/5.6.0/ColorMapping-image.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,94 @@ | ||
<root> | ||
<key>ColorMapping-image</key> | ||
<exec>otbcli_ColorMapping</exec> | ||
<longname>ColorMapping (image)</longname> | ||
<group>Image Manipulation</group> | ||
<description>Maps an input label image to 8-bits RGB using look-up tables.</description> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type> | ||
<key>in</key> | ||
<name>Input Image</name> | ||
<description>Input image filename</description> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_OutputImage">OutputRaster</parameter_type> | ||
<key>out</key> | ||
<name>Output Image</name> | ||
<description>Output image filename</description> | ||
<hidden /> | ||
</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> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type> | ||
<key>op</key> | ||
<name>Operation</name> | ||
<description>Selection of the operation to execute (default is : label to color).</description> | ||
<options> | ||
<choices> | ||
<choice>labeltocolor</choice> | ||
</choices> | ||
</options> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type> | ||
<key>method</key> | ||
<name>Color mapping method</name> | ||
<description>Selection of color mapping methods and their parameters.</description> | ||
<options> | ||
<choices> | ||
<choice>image</choice> | ||
</choices> | ||
</options> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type> | ||
<key>method.image.in</key> | ||
<name>Support Image</name> | ||
<description>Support image filename. For each label, the LUT is calculated from the mean pixel value in the support image, over the corresponding labeled areas. First of all, the support image is normalized with extrema rejection</description> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type> | ||
<key>method.image.nodatavalue</key> | ||
<name>NoData value</name> | ||
<description>NoData value for each channel of the support image, which will not be handled in the LUT estimation. If NOT checked, ALL the pixel values of the support image will be handled in the LUT estimation.</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>0</default> | ||
<optional>True</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>method.image.low</key> | ||
<name>lower quantile</name> | ||
<description>lower quantile for image normalization</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>2</default> | ||
<optional>True</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>method.image.up</key> | ||
<name>upper quantile</name> | ||
<description>upper quantile for image normalization</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>2</default> | ||
<optional>True</optional> | ||
</parameter> | ||
</root> |
67 changes: 67 additions & 0 deletions
67
python/plugins/processing/algs/otb/description/5.6.0/ColorMapping-optimal.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
<root> | ||
<key>ColorMapping-optimal</key> | ||
<exec>otbcli_ColorMapping</exec> | ||
<longname>ColorMapping (optimal)</longname> | ||
<group>Image Manipulation</group> | ||
<description>Maps an input label image to 8-bits RGB using look-up tables.</description> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type> | ||
<key>in</key> | ||
<name>Input Image</name> | ||
<description>Input image filename</description> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_OutputImage">OutputRaster</parameter_type> | ||
<key>out</key> | ||
<name>Output Image</name> | ||
<description>Output image filename</description> | ||
<hidden /> | ||
</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> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type> | ||
<key>op</key> | ||
<name>Operation</name> | ||
<description>Selection of the operation to execute (default is : label to color).</description> | ||
<options> | ||
<choices> | ||
<choice>labeltocolor</choice> | ||
</choices> | ||
</options> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type> | ||
<key>method</key> | ||
<name>Color mapping method</name> | ||
<description>Selection of color mapping methods and their parameters.</description> | ||
<options> | ||
<choices> | ||
<choice>optimal</choice> | ||
</choices> | ||
</options> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>method.optimal.background</key> | ||
<name>Background label</name> | ||
<description>Value of the background label</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
</root> |
91 changes: 91 additions & 0 deletions
91
python/plugins/processing/algs/otb/description/5.6.0/CompareImages.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
<root> | ||
<key>CompareImages</key> | ||
<exec>otbcli_CompareImages</exec> | ||
<longname>Images comparaison</longname> | ||
<group>Miscellaneous</group> | ||
<description>Estimator between 2 images.</description> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type> | ||
<key>ref.in</key> | ||
<name>Reference image</name> | ||
<description>Image used as reference in the comparison</description> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>ref.channel</key> | ||
<name>Reference image channel</name> | ||
<description>Used channel for the reference image</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>1</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type> | ||
<key>meas.in</key> | ||
<name>Measured image</name> | ||
<description>Image used as measured in the comparison</description> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>meas.channel</key> | ||
<name>Measured image channel</name> | ||
<description>Used channel for the measured image</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>1</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>roi.startx</key> | ||
<name>Start X</name> | ||
<description>ROI start x position.</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>roi.starty</key> | ||
<name>Start Y</name> | ||
<description>ROI start y position.</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>roi.sizex</key> | ||
<name>Size X</name> | ||
<description>Size 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>roi.sizey</key> | ||
<name>Size Y</name> | ||
<description>Size 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>count</key> | ||
<name>count</name> | ||
<description>Nb of pixels which are different</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>0.0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
</root> |
60 changes: 60 additions & 0 deletions
60
python/plugins/processing/algs/otb/description/5.6.0/ComputeConfusionMatrix-raster.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
<root> | ||
<key>ComputeConfusionMatrix-raster</key> | ||
<exec>otbcli_ComputeConfusionMatrix</exec> | ||
<longname>ComputeConfusionMatrix (raster)</longname> | ||
<group>Learning</group> | ||
<description>Computes the confusion matrix of a classification</description> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type> | ||
<key>in</key> | ||
<name>Input Image</name> | ||
<description>The input classification image.</description> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_OutputFilename">OutputFile</parameter_type> | ||
<key>out</key> | ||
<name>Matrix output</name> | ||
<description>Filename to store the output matrix (csv format)</description> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type> | ||
<key>ref</key> | ||
<name>Ground truth</name> | ||
<description>Choice of ground truth format</description> | ||
<options> | ||
<choices> | ||
<choice>raster</choice> | ||
</choices> | ||
</options> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type> | ||
<key>ref.raster.in</key> | ||
<name>Input reference image</name> | ||
<description>Input image containing the ground truth labels</description> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>nodatalabel</key> | ||
<name>Value for nodata pixels</name> | ||
<description>Label for the NoData class. Such input pixels will be discarded from the ground truth and from the input classification map. By default, 'nodatalabel = 0'.</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>0</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> |
70 changes: 70 additions & 0 deletions
70
python/plugins/processing/algs/otb/description/5.6.0/ComputeConfusionMatrix-vector.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
<root> | ||
<key>ComputeConfusionMatrix-vector</key> | ||
<exec>otbcli_ComputeConfusionMatrix</exec> | ||
<longname>ComputeConfusionMatrix (vector)</longname> | ||
<group>Learning</group> | ||
<description>Computes the confusion matrix of a classification</description> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type> | ||
<key>in</key> | ||
<name>Input Image</name> | ||
<description>The input classification image.</description> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_OutputFilename">OutputFile</parameter_type> | ||
<key>out</key> | ||
<name>Matrix output</name> | ||
<description>Filename to store the output matrix (csv format)</description> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type> | ||
<key>ref</key> | ||
<name>Ground truth</name> | ||
<description>Choice of ground truth format</description> | ||
<options> | ||
<choices> | ||
<choice>vector</choice> | ||
</choices> | ||
</options> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputFilename">ParameterFile</parameter_type> | ||
<key>ref.vector.in</key> | ||
<name>Input reference vector data</name> | ||
<description>Input vector data of the ground truth</description> | ||
<isFolder /> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_String">ParameterString</parameter_type> | ||
<key>ref.vector.field</key> | ||
<name>Field name</name> | ||
<description>Field name containing the label values</description> | ||
<default>Class</default> | ||
<multiline /> | ||
<optional>True</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>nodatalabel</key> | ||
<name>Value for nodata pixels</name> | ||
<description>Label for the NoData class. Such input pixels will be discarded from the ground truth and from the input classification map. By default, 'nodatalabel = 0'.</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>0</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> |
31 changes: 31 additions & 0 deletions
31
python/plugins/processing/algs/otb/description/5.6.0/ComputeImagesStatistics.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<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> | ||
<optional>True</optional> | ||
</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> |
30 changes: 30 additions & 0 deletions
30
python/plugins/processing/algs/otb/description/5.6.0/ComputeOGRLayersFeaturesStatistics.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<root> | ||
<key>ComputeOGRLayersFeaturesStatistics</key> | ||
<exec>otbcli_ComputeOGRLayersFeaturesStatistics</exec> | ||
<longname>ComputeOGRLayersFeaturesStatistics</longname> | ||
<group>Segmentation</group> | ||
<description>Compute statistics of the features in a set of OGR Layers</description> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputVectorData">ParameterVector</parameter_type> | ||
<key>inshp</key> | ||
<name>Name of the input shapefile</name> | ||
<description>Name of the input shapefile</description> | ||
<shapetype /> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_OutputFilename">OutputFile</parameter_type> | ||
<key>outstats</key> | ||
<name>XML file containing mean and variance of each feature.</name> | ||
<description>XML file containing mean and variance of each feature.</description> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_StringList">ParameterString</parameter_type> | ||
<key>feat</key> | ||
<name>List of features to consider for statistics.</name> | ||
<description>List of features to consider for statistics.</description> | ||
<options /> | ||
<default /> | ||
<optional>False</optional> | ||
</parameter> | ||
</root> |
57 changes: 57 additions & 0 deletions
57
python/plugins/processing/algs/otb/description/5.6.0/ComputePolylineFeatureFromImage.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
<root> | ||
<key>ComputePolylineFeatureFromImage</key> | ||
<exec>otbcli_ComputePolylineFeatureFromImage</exec> | ||
<longname>Compute Polyline Feature From Image</longname> | ||
<group>Feature Extraction</group> | ||
<description>This application compute for each studied polyline, contained in the input VectorData, the chosen descriptors.</description> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type> | ||
<key>in</key> | ||
<name>Input Image</name> | ||
<description>An image to compute the descriptors on.</description> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputVectorData">ParameterVector</parameter_type> | ||
<key>vd</key> | ||
<name>Vector Data</name> | ||
<description>Vector data containing the polylines where the features will be computed.</description> | ||
<shapetype /> | ||
<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_String">ParameterString</parameter_type> | ||
<key>expr</key> | ||
<name>Feature expression</name> | ||
<description>The feature formula (b1 < 0.3) where b1 is the standard name of input image first band</description> | ||
<default /> | ||
<multiline /> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_String">ParameterString</parameter_type> | ||
<key>field</key> | ||
<name>Feature name</name> | ||
<description>The field name corresponding to the feature codename (NONDVI, ROADSA...)</description> | ||
<default /> | ||
<multiline /> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_OutputVectorData">OutputVector</parameter_type> | ||
<key>out</key> | ||
<name>Output Vector Data</name> | ||
<description>The output vector data containing polylines with a new field</description> | ||
<hidden /> | ||
</parameter> | ||
</root> |
32 changes: 32 additions & 0 deletions
32
python/plugins/processing/algs/otb/description/5.6.0/ConcatenateImages.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<root> | ||
<key>ConcatenateImages</key> | ||
<exec>otbcli_ConcatenateImages</exec> | ||
<longname>Images Concatenation</longname> | ||
<group>Image Manipulation</group> | ||
<description>Concatenate a list of images of the same size into a single multi-channel one.</description> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputImageList">ParameterMultipleInput</parameter_type> | ||
<key>il</key> | ||
<name>Input images list</name> | ||
<description>The list of images to concatenate</description> | ||
<datatype /> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_OutputImage">OutputRaster</parameter_type> | ||
<key>out</key> | ||
<name>Output Image</name> | ||
<description>The concatenated output image</description> | ||
<hidden /> | ||
</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> |
22 changes: 22 additions & 0 deletions
22
python/plugins/processing/algs/otb/description/5.6.0/ConcatenateVectorData.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<root> | ||
<key>ConcatenateVectorData</key> | ||
<exec>otbcli_ConcatenateVectorData</exec> | ||
<longname>Concatenate</longname> | ||
<group>Vector Data Manipulation</group> | ||
<description>Concatenate VectorDatas</description> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputVectorDataList">ParameterMultipleInput</parameter_type> | ||
<key>vd</key> | ||
<name>Input VectorDatas to concatenate</name> | ||
<description>VectorData files to be concatenated in an unique VectorData</description> | ||
<datatype /> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_OutputVectorData">OutputVector</parameter_type> | ||
<key>out</key> | ||
<name>Concatenated VectorData</name> | ||
<description>Output conctenated VectorData</description> | ||
<hidden /> | ||
</parameter> | ||
</root> |
68 changes: 68 additions & 0 deletions
68
python/plugins/processing/algs/otb/description/5.6.0/ConnectedComponentSegmentation.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
<root> | ||
<key>ConnectedComponentSegmentation</key> | ||
<exec>otbcli_ConnectedComponentSegmentation</exec> | ||
<longname>Connected Component Segmentation</longname> | ||
<group>Segmentation</group> | ||
<description>Connected component segmentation and object based image filtering of the input image according to user-defined criterions.</description> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type> | ||
<key>in</key> | ||
<name>Input Image</name> | ||
<description>The image to segment.</description> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_OutputVectorData">OutputVector</parameter_type> | ||
<key>out</key> | ||
<name>Output Shape</name> | ||
<description>The segmentation shape.</description> | ||
<hidden /> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_String">ParameterString</parameter_type> | ||
<key>mask</key> | ||
<name>Mask expression</name> | ||
<description>Mask mathematical expression (only if support image is given)</description> | ||
<default /> | ||
<multiline /> | ||
<optional>True</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_String">ParameterString</parameter_type> | ||
<key>expr</key> | ||
<name>Connected Component Expression</name> | ||
<description>Formula used for connected component segmentation</description> | ||
<default /> | ||
<multiline /> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>minsize</key> | ||
<name>Minimum Object Size</name> | ||
<description>Min object size (area in pixel)</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>2</default> | ||
<optional>True</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_String">ParameterString</parameter_type> | ||
<key>obia</key> | ||
<name>OBIA Expression</name> | ||
<description>OBIA mathematical expression</description> | ||
<default /> | ||
<multiline /> | ||
<optional>True</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> | ||
</root> |
83 changes: 83 additions & 0 deletions
83
python/plugins/processing/algs/otb/description/5.6.0/Convert.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
<root> | ||
<key>Convert</key> | ||
<exec>otbcli_Convert</exec> | ||
<longname>Image Conversion</longname> | ||
<group>Image Manipulation</group> | ||
<description>Convert an image to a different format, eventually rescaling the data and/or changing the pixel type.</description> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type> | ||
<key>in</key> | ||
<name>Input image</name> | ||
<description>Input image</description> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type> | ||
<key>type</key> | ||
<name>Rescale type</name> | ||
<description>Transfer function for the rescaling</description> | ||
<options> | ||
<choices> | ||
<choice>none</choice> | ||
<choice>linear</choice> | ||
<choice>log2</choice> | ||
</choices> | ||
</options> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type> | ||
<key>type.linear.gamma</key> | ||
<name>Gamma correction factor</name> | ||
<description>Gamma correction factor</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>1</default> | ||
<optional>True</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type> | ||
<key>mask</key> | ||
<name>Input mask</name> | ||
<description>The masked pixels won't be used to adapt the dynamic (the mask must have the same dimensions as the input image)</description> | ||
<optional>True</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type> | ||
<key>hcp.high</key> | ||
<name>High Cut Quantile</name> | ||
<description>Quantiles to cut from histogram high values before computing min/max rescaling (in percent, 2 by default)</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>2</default> | ||
<optional>True</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type> | ||
<key>hcp.low</key> | ||
<name>Low Cut Quantile</name> | ||
<description>Quantiles to cut from histogram low values before computing min/max rescaling (in percent, 2 by default)</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>2</default> | ||
<optional>True</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_OutputImage">OutputRaster</parameter_type> | ||
<key>out</key> | ||
<name>Output Image</name> | ||
<description>Output image</description> | ||
<hidden /> | ||
</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> |
20 changes: 20 additions & 0 deletions
20
python/plugins/processing/algs/otb/description/5.6.0/DEMConvert.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<root> | ||
<key>DEMConvert</key> | ||
<exec>otbcli_DEMConvert</exec> | ||
<longname>DEM Conversion</longname> | ||
<group>Image Manipulation</group> | ||
<description>Converts a geo-referenced DEM image into a general raster file compatible with OTB DEM handling.</description> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type> | ||
<key>in</key> | ||
<name>Input geo-referenced DEM</name> | ||
<description>Input geo-referenced DEM to convert to general raster format.</description> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_OutputFilename">OutputFile</parameter_type> | ||
<key>out</key> | ||
<name>Prefix of the output files</name> | ||
<description>will be used to get the prefix (name withtout extensions) of the files to write. Three files - prefix.geom, prefix.omd and prefix.ras - will be generated.</description> | ||
</parameter> | ||
</root> |
64 changes: 64 additions & 0 deletions
64
python/plugins/processing/algs/otb/description/5.6.0/Despeckle-frost.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
<root> | ||
<key>Despeckle-frost</key> | ||
<exec>otbcli_Despeckle</exec> | ||
<longname>Despeckle (frost)</longname> | ||
<group>Image Filtering</group> | ||
<description>Perform speckle noise reduction on SAR image.</description> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type> | ||
<key>in</key> | ||
<name>Input Image</name> | ||
<description>Input image.</description> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_OutputImage">OutputRaster</parameter_type> | ||
<key>out</key> | ||
<name>Output Image</name> | ||
<description>Output image.</description> | ||
<hidden /> | ||
</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> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type> | ||
<key>filter</key> | ||
<name>speckle filtering method</name> | ||
<description /> | ||
<options> | ||
<choices> | ||
<choice>frost</choice> | ||
</choices> | ||
</options> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>filter.frost.rad</key> | ||
<name>Radius</name> | ||
<description>Radius for frost filter</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>1</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type> | ||
<key>filter.frost.deramp</key> | ||
<name>deramp</name> | ||
<description>Decrease factor declaration</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>0.1</default> | ||
<optional>False</optional> | ||
</parameter> | ||
</root> |
64 changes: 64 additions & 0 deletions
64
python/plugins/processing/algs/otb/description/5.6.0/Despeckle-gammamap.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
<root> | ||
<key>Despeckle-gammamap</key> | ||
<exec>otbcli_Despeckle</exec> | ||
<longname>Despeckle (gammamap)</longname> | ||
<group>Image Filtering</group> | ||
<description>Perform speckle noise reduction on SAR image.</description> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type> | ||
<key>in</key> | ||
<name>Input Image</name> | ||
<description>Input image.</description> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_OutputImage">OutputRaster</parameter_type> | ||
<key>out</key> | ||
<name>Output Image</name> | ||
<description>Output image.</description> | ||
<hidden /> | ||
</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> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type> | ||
<key>filter</key> | ||
<name>speckle filtering method</name> | ||
<description /> | ||
<options> | ||
<choices> | ||
<choice>gammamap</choice> | ||
</choices> | ||
</options> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>filter.gammamap.rad</key> | ||
<name>Radius</name> | ||
<description>Radius for GammaMAP filter</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>1</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type> | ||
<key>filter.gammamap.nblooks</key> | ||
<name>nb looks</name> | ||
<description>Nb looks for GammaMAP filter</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>1</default> | ||
<optional>False</optional> | ||
</parameter> | ||
</root> |
64 changes: 64 additions & 0 deletions
64
python/plugins/processing/algs/otb/description/5.6.0/Despeckle-kuan.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
<root> | ||
<key>Despeckle-kuan</key> | ||
<exec>otbcli_Despeckle</exec> | ||
<longname>Despeckle (kuan)</longname> | ||
<group>Image Filtering</group> | ||
<description>Perform speckle noise reduction on SAR image.</description> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type> | ||
<key>in</key> | ||
<name>Input Image</name> | ||
<description>Input image.</description> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_OutputImage">OutputRaster</parameter_type> | ||
<key>out</key> | ||
<name>Output Image</name> | ||
<description>Output image.</description> | ||
<hidden /> | ||
</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> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type> | ||
<key>filter</key> | ||
<name>speckle filtering method</name> | ||
<description /> | ||
<options> | ||
<choices> | ||
<choice>kuan</choice> | ||
</choices> | ||
</options> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>filter.kuan.rad</key> | ||
<name>Radius</name> | ||
<description>Radius for Kuan filter</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type> | ||
<key>filter.kuan.nblooks</key> | ||
<name>nb looks</name> | ||
<description>Nb looks for Kuan filter</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>0.0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
</root> |
64 changes: 64 additions & 0 deletions
64
python/plugins/processing/algs/otb/description/5.6.0/Despeckle-lee.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
<root> | ||
<key>Despeckle-lee</key> | ||
<exec>otbcli_Despeckle</exec> | ||
<longname>Despeckle (lee)</longname> | ||
<group>Image Filtering</group> | ||
<description>Perform speckle noise reduction on SAR image.</description> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type> | ||
<key>in</key> | ||
<name>Input Image</name> | ||
<description>Input image.</description> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_OutputImage">OutputRaster</parameter_type> | ||
<key>out</key> | ||
<name>Output Image</name> | ||
<description>Output image.</description> | ||
<hidden /> | ||
</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> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type> | ||
<key>filter</key> | ||
<name>speckle filtering method</name> | ||
<description /> | ||
<options> | ||
<choices> | ||
<choice>lee</choice> | ||
</choices> | ||
</options> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>filter.lee.rad</key> | ||
<name>Radius</name> | ||
<description>Radius for lee filter</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>1</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type> | ||
<key>filter.lee.nblooks</key> | ||
<name>nb looks</name> | ||
<description>Nb looks for lee filter</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>1</default> | ||
<optional>False</optional> | ||
</parameter> | ||
</root> |
85 changes: 85 additions & 0 deletions
85
python/plugins/processing/algs/otb/description/5.6.0/DimensionalityReduction-ica.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
<root> | ||
<key>DimensionalityReduction-ica</key> | ||
<exec>otbcli_DimensionalityReduction</exec> | ||
<longname>DimensionalityReduction (ica)</longname> | ||
<group>Image Filtering</group> | ||
<description>Perform Dimension reduction of the input image.</description> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type> | ||
<key>in</key> | ||
<name>Input Image</name> | ||
<description>The input image to apply dimensionality reduction.</description> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_OutputImage">OutputRaster</parameter_type> | ||
<key>out</key> | ||
<name>Output Image</name> | ||
<description>output image. Components are ordered by decreasing eigenvalues.</description> | ||
<hidden /> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_OutputImage">OutputRaster</parameter_type> | ||
<key>outinv</key> | ||
<name> Inverse Output Image</name> | ||
<description>reconstruct output image.</description> | ||
<hidden /> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type> | ||
<key>method</key> | ||
<name>Algorithm</name> | ||
<description>Selection of the reduction dimension method.</description> | ||
<options> | ||
<choices> | ||
<choice>ica</choice> | ||
</choices> | ||
</options> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>method.ica.iter</key> | ||
<name>number of iterations </name> | ||
<description /> | ||
<minValue /> | ||
<maxValue /> | ||
<default>20</default> | ||
<optional>True</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type> | ||
<key>method.ica.mu</key> | ||
<name>Give the increment weight of W in [0, 1]</name> | ||
<description /> | ||
<minValue /> | ||
<maxValue /> | ||
<default>1</default> | ||
<optional>True</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>nbcomp</key> | ||
<name>Number of Components.</name> | ||
<description>Number of relevant components kept. By default all components are kept.</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>0</default> | ||
<optional>True</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Empty">ParameterBoolean</parameter_type> | ||
<key>normalize</key> | ||
<name>Normalize.</name> | ||
<description>center AND reduce data before Dimensionality reduction.</description> | ||
<default>True</default> | ||
<optional>True</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_OutputFilename">OutputFile</parameter_type> | ||
<key>outmatrix</key> | ||
<name>Transformation matrix output (text format)</name> | ||
<description>Filename to store the transformation matrix (csv format)</description> | ||
</parameter> | ||
</root> |
58 changes: 58 additions & 0 deletions
58
python/plugins/processing/algs/otb/description/5.6.0/DimensionalityReduction-maf.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
<root> | ||
<key>DimensionalityReduction-maf</key> | ||
<exec>otbcli_DimensionalityReduction</exec> | ||
<longname>DimensionalityReduction (maf)</longname> | ||
<group>Image Filtering</group> | ||
<description>Perform Dimension reduction of the input image.</description> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type> | ||
<key>in</key> | ||
<name>Input Image</name> | ||
<description>The input image to apply dimensionality reduction.</description> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_OutputImage">OutputRaster</parameter_type> | ||
<key>out</key> | ||
<name>Output Image</name> | ||
<description>output image. Components are ordered by decreasing eigenvalues.</description> | ||
<hidden /> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type> | ||
<key>method</key> | ||
<name>Algorithm</name> | ||
<description>Selection of the reduction dimension method.</description> | ||
<options> | ||
<choices> | ||
<choice>maf</choice> | ||
</choices> | ||
</options> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>nbcomp</key> | ||
<name>Number of Components.</name> | ||
<description>Number of relevant components kept. By default all components are kept.</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>0</default> | ||
<optional>True</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Empty">ParameterBoolean</parameter_type> | ||
<key>normalize</key> | ||
<name>Normalize.</name> | ||
<description>center AND reduce data before Dimensionality reduction.</description> | ||
<default>True</default> | ||
<optional>True</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_OutputFilename">OutputFile</parameter_type> | ||
<key>outmatrix</key> | ||
<name>Transformation matrix output (text format)</name> | ||
<description>Filename to store the transformation matrix (csv format)</description> | ||
</parameter> | ||
</root> |
85 changes: 85 additions & 0 deletions
85
python/plugins/processing/algs/otb/description/5.6.0/DimensionalityReduction-napca.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
<root> | ||
<key>DimensionalityReduction-napca</key> | ||
<exec>otbcli_DimensionalityReduction</exec> | ||
<longname>DimensionalityReduction (napca)</longname> | ||
<group>Image Filtering</group> | ||
<description>Perform Dimension reduction of the input image.</description> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type> | ||
<key>in</key> | ||
<name>Input Image</name> | ||
<description>The input image to apply dimensionality reduction.</description> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_OutputImage">OutputRaster</parameter_type> | ||
<key>out</key> | ||
<name>Output Image</name> | ||
<description>output image. Components are ordered by decreasing eigenvalues.</description> | ||
<hidden /> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_OutputImage">OutputRaster</parameter_type> | ||
<key>outinv</key> | ||
<name> Inverse Output Image</name> | ||
<description>reconstruct output image.</description> | ||
<hidden /> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type> | ||
<key>method</key> | ||
<name>Algorithm</name> | ||
<description>Selection of the reduction dimension method.</description> | ||
<options> | ||
<choices> | ||
<choice>napca</choice> | ||
</choices> | ||
</options> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>method.napca.radiusx</key> | ||
<name>Set the x radius of the sliding window.</name> | ||
<description /> | ||
<minValue /> | ||
<maxValue /> | ||
<default>1</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>method.napca.radiusy</key> | ||
<name>Set the y radius of the sliding window.</name> | ||
<description /> | ||
<minValue /> | ||
<maxValue /> | ||
<default>1</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>nbcomp</key> | ||
<name>Number of Components.</name> | ||
<description>Number of relevant components kept. By default all components are kept.</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>0</default> | ||
<optional>True</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Empty">ParameterBoolean</parameter_type> | ||
<key>normalize</key> | ||
<name>Normalize.</name> | ||
<description>center AND reduce data before Dimensionality reduction.</description> | ||
<default>True</default> | ||
<optional>True</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_OutputFilename">OutputFile</parameter_type> | ||
<key>outmatrix</key> | ||
<name>Transformation matrix output (text format)</name> | ||
<description>Filename to store the transformation matrix (csv format)</description> | ||
</parameter> | ||
</root> |
65 changes: 65 additions & 0 deletions
65
python/plugins/processing/algs/otb/description/5.6.0/DimensionalityReduction-pca.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
<root> | ||
<key>DimensionalityReduction-pca</key> | ||
<exec>otbcli_DimensionalityReduction</exec> | ||
<longname>DimensionalityReduction (pca)</longname> | ||
<group>Image Filtering</group> | ||
<description>Perform Dimension reduction of the input image.</description> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type> | ||
<key>in</key> | ||
<name>Input Image</name> | ||
<description>The input image to apply dimensionality reduction.</description> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_OutputImage">OutputRaster</parameter_type> | ||
<key>out</key> | ||
<name>Output Image</name> | ||
<description>output image. Components are ordered by decreasing eigenvalues.</description> | ||
<hidden /> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_OutputImage">OutputRaster</parameter_type> | ||
<key>outinv</key> | ||
<name> Inverse Output Image</name> | ||
<description>reconstruct output image.</description> | ||
<hidden /> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type> | ||
<key>method</key> | ||
<name>Algorithm</name> | ||
<description>Selection of the reduction dimension method.</description> | ||
<options> | ||
<choices> | ||
<choice>pca</choice> | ||
</choices> | ||
</options> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>nbcomp</key> | ||
<name>Number of Components.</name> | ||
<description>Number of relevant components kept. By default all components are kept.</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>0</default> | ||
<optional>True</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Empty">ParameterBoolean</parameter_type> | ||
<key>normalize</key> | ||
<name>Normalize.</name> | ||
<description>center AND reduce data before Dimensionality reduction.</description> | ||
<default>True</default> | ||
<optional>True</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_OutputFilename">OutputFile</parameter_type> | ||
<key>outmatrix</key> | ||
<name>Transformation matrix output (text format)</name> | ||
<description>Filename to store the transformation matrix (csv format)</description> | ||
</parameter> | ||
</root> |
54 changes: 54 additions & 0 deletions
54
python/plugins/processing/algs/otb/description/5.6.0/EdgeExtraction-gradient.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
<root> | ||
<key>EdgeExtraction-gradient</key> | ||
<exec>otbcli_EdgeExtraction</exec> | ||
<longname>EdgeExtraction (gradient)</longname> | ||
<group>Feature Extraction</group> | ||
<description>Computes edge features on every pixel of the input image selected channel</description> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type> | ||
<key>in</key> | ||
<name>Input Image</name> | ||
<description>The input image to compute the features on.</description> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>channel</key> | ||
<name>Selected Channel</name> | ||
<description>The selected channel index</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>1</default> | ||
<optional>False</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> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type> | ||
<key>filter</key> | ||
<name>Edge feature</name> | ||
<description>Choice of edge feature</description> | ||
<options> | ||
<choices> | ||
<choice>gradient</choice> | ||
</choices> | ||
</options> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_OutputImage">OutputRaster</parameter_type> | ||
<key>out</key> | ||
<name>Feature Output Image</name> | ||
<description>Output image containing the edge features.</description> | ||
<hidden /> | ||
</parameter> | ||
</root> |
54 changes: 54 additions & 0 deletions
54
python/plugins/processing/algs/otb/description/5.6.0/EdgeExtraction-sobel.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
<root> | ||
<key>EdgeExtraction-sobel</key> | ||
<exec>otbcli_EdgeExtraction</exec> | ||
<longname>EdgeExtraction (sobel)</longname> | ||
<group>Feature Extraction</group> | ||
<description>Computes edge features on every pixel of the input image selected channel</description> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type> | ||
<key>in</key> | ||
<name>Input Image</name> | ||
<description>The input image to compute the features on.</description> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>channel</key> | ||
<name>Selected Channel</name> | ||
<description>The selected channel index</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>1</default> | ||
<optional>False</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> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type> | ||
<key>filter</key> | ||
<name>Edge feature</name> | ||
<description>Choice of edge feature</description> | ||
<options> | ||
<choices> | ||
<choice>sobel</choice> | ||
</choices> | ||
</options> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_OutputImage">OutputRaster</parameter_type> | ||
<key>out</key> | ||
<name>Feature Output Image</name> | ||
<description>Output image containing the edge features.</description> | ||
<hidden /> | ||
</parameter> | ||
</root> |
64 changes: 64 additions & 0 deletions
64
python/plugins/processing/algs/otb/description/5.6.0/EdgeExtraction-touzi.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
<root> | ||
<key>EdgeExtraction-touzi</key> | ||
<exec>otbcli_EdgeExtraction</exec> | ||
<longname>EdgeExtraction (touzi)</longname> | ||
<group>Feature Extraction</group> | ||
<description>Computes edge features on every pixel of the input image selected channel</description> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type> | ||
<key>in</key> | ||
<name>Input Image</name> | ||
<description>The input image to compute the features on.</description> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>channel</key> | ||
<name>Selected Channel</name> | ||
<description>The selected channel index</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>1</default> | ||
<optional>False</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> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type> | ||
<key>filter</key> | ||
<name>Edge feature</name> | ||
<description>Choice of edge feature</description> | ||
<options> | ||
<choices> | ||
<choice>touzi</choice> | ||
</choices> | ||
</options> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>filter.touzi.xradius</key> | ||
<name>The Radius</name> | ||
<description>The Radius</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>1</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_OutputImage">OutputRaster</parameter_type> | ||
<key>out</key> | ||
<name>Feature Output Image</name> | ||
<description>Output image containing the edge features.</description> | ||
<hidden /> | ||
</parameter> | ||
</root> |
61 changes: 61 additions & 0 deletions
61
python/plugins/processing/algs/otb/description/5.6.0/ExtractROI-fit.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
<root> | ||
<key>ExtractROI-fit</key> | ||
<exec>otbcli_ExtractROI</exec> | ||
<longname>ExtractROI (fit)</longname> | ||
<group>Image Manipulation</group> | ||
<description>Extract a ROI defined by the user.</description> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type> | ||
<key>in</key> | ||
<name>Input Image</name> | ||
<description>Input image.</description> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_OutputImage">OutputRaster</parameter_type> | ||
<key>out</key> | ||
<name>Output Image</name> | ||
<description>Output image.</description> | ||
<hidden /> | ||
</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> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type> | ||
<key>mode</key> | ||
<name>Extraction mode</name> | ||
<description /> | ||
<options> | ||
<choices> | ||
<choice>fit</choice> | ||
</choices> | ||
</options> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type> | ||
<key>mode.fit.ref</key> | ||
<name>Reference image</name> | ||
<description>Reference image to define the ROI</description> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type> | ||
<key>mode.fit.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> | ||
</root> |
84 changes: 84 additions & 0 deletions
84
python/plugins/processing/algs/otb/description/5.6.0/ExtractROI-standard.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
<root> | ||
<key>ExtractROI-standard</key> | ||
<exec>otbcli_ExtractROI</exec> | ||
<longname>ExtractROI (standard)</longname> | ||
<group>Image Manipulation</group> | ||
<description>Extract a ROI defined by the user.</description> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type> | ||
<key>in</key> | ||
<name>Input Image</name> | ||
<description>Input image.</description> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_OutputImage">OutputRaster</parameter_type> | ||
<key>out</key> | ||
<name>Output Image</name> | ||
<description>Output image.</description> | ||
<hidden /> | ||
</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> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type> | ||
<key>mode</key> | ||
<name>Extraction mode</name> | ||
<description /> | ||
<options> | ||
<choices> | ||
<choice>standard</choice> | ||
</choices> | ||
</options> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>startx</key> | ||
<name>Start X</name> | ||
<description>ROI start x position.</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>starty</key> | ||
<name>Start Y</name> | ||
<description>ROI start y position.</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>sizex</key> | ||
<name>Size X</name> | ||
<description>size 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>sizey</key> | ||
<name>Size Y</name> | ||
<description>size along y in pixels.</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
</root> |
79 changes: 79 additions & 0 deletions
79
.../plugins/processing/algs/otb/description/5.6.0/FusionOfClassifications-dempstershafer.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
<root> | ||
<key>FusionOfClassifications-dempstershafer</key> | ||
<exec>otbcli_FusionOfClassifications</exec> | ||
<longname>FusionOfClassifications (dempstershafer)</longname> | ||
<group>Learning</group> | ||
<description>Fuses several classifications maps of the same image on the basis of class labels.</description> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputImageList">ParameterMultipleInput</parameter_type> | ||
<key>il</key> | ||
<name>Input classifications</name> | ||
<description>List of input classification maps to fuse. Labels in each classification image must represent the same class.</description> | ||
<datatype /> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type> | ||
<key>method</key> | ||
<name>Fusion method</name> | ||
<description>Selection of the fusion method and its parameters.</description> | ||
<options> | ||
<choices> | ||
<choice>dempstershafer</choice> | ||
</choices> | ||
</options> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputFilenameList">ParameterMultipleInput</parameter_type> | ||
<key>method.dempstershafer.cmfl</key> | ||
<name>Confusion Matrices</name> | ||
<description>A list of confusion matrix files (*.CSV format) to define the masses of belief and the class labels. Each file should be formatted the following way: the first line, beginning with a '#' symbol, should be a list of the class labels present in the corresponding input classification image, organized in the same order as the confusion matrix rows/columns.</description> | ||
<datatype /> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type> | ||
<key>method.dempstershafer.mob</key> | ||
<name>Mass of belief measurement</name> | ||
<description>Type of confusion matrix measurement used to compute the masses of belief of each classifier.</description> | ||
<options> | ||
<choices> | ||
<choice>precision</choice> | ||
<choice>recall</choice> | ||
<choice>accuracy</choice> | ||
<choice>kappa</choice> | ||
</choices> | ||
</options> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>nodatalabel</key> | ||
<name>Label for the NoData class</name> | ||
<description>Label for the NoData class. Such input pixels keep their NoData label in the output image and are not handled in the fusion process. By default, 'nodatalabel = 0'.</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>undecidedlabel</key> | ||
<name>Label for the Undecided class</name> | ||
<description>Label for the Undecided class. Pixels with more than 1 fused class are marked as Undecided. Please note that the Undecided value must be different from existing labels in the input classifications. By default, 'undecidedlabel = 0'.</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_OutputImage">OutputRaster</parameter_type> | ||
<key>out</key> | ||
<name>The output classification image</name> | ||
<description>The output classification image resulting from the fusion of the input classification images.</description> | ||
<hidden /> | ||
</parameter> | ||
</root> |
55 changes: 55 additions & 0 deletions
55
.../plugins/processing/algs/otb/description/5.6.0/FusionOfClassifications-majorityvoting.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
<root> | ||
<key>FusionOfClassifications-majorityvoting</key> | ||
<exec>otbcli_FusionOfClassifications</exec> | ||
<longname>FusionOfClassifications (majorityvoting)</longname> | ||
<group>Learning</group> | ||
<description>Fuses several classifications maps of the same image on the basis of class labels.</description> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputImageList">ParameterMultipleInput</parameter_type> | ||
<key>il</key> | ||
<name>Input classifications</name> | ||
<description>List of input classification maps to fuse. Labels in each classification image must represent the same class.</description> | ||
<datatype /> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type> | ||
<key>method</key> | ||
<name>Fusion method</name> | ||
<description>Selection of the fusion method and its parameters.</description> | ||
<options> | ||
<choices> | ||
<choice>majorityvoting</choice> | ||
</choices> | ||
</options> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>nodatalabel</key> | ||
<name>Label for the NoData class</name> | ||
<description>Label for the NoData class. Such input pixels keep their NoData label in the output image and are not handled in the fusion process. By default, 'nodatalabel = 0'.</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>undecidedlabel</key> | ||
<name>Label for the Undecided class</name> | ||
<description>Label for the Undecided class. Pixels with more than 1 fused class are marked as Undecided. Please note that the Undecided value must be different from existing labels in the input classifications. By default, 'undecidedlabel = 0'.</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_OutputImage">OutputRaster</parameter_type> | ||
<key>out</key> | ||
<name>The output classification image</name> | ||
<description>The output classification image resulting from the fusion of the input classification images.</description> | ||
<hidden /> | ||
</parameter> | ||
</root> |
77 changes: 77 additions & 0 deletions
77
...plugins/processing/algs/otb/description/5.6.0/GrayScaleMorphologicalOperation-closing.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
<root> | ||
<key>GrayScaleMorphologicalOperation-closing</key> | ||
<exec>otbcli_GrayScaleMorphologicalOperation</exec> | ||
<longname>GrayScaleMorphologicalOperation (closing)</longname> | ||
<group>Feature Extraction</group> | ||
<description>Performs morphological operations on a grayscale input image</description> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type> | ||
<key>in</key> | ||
<name>Input Image</name> | ||
<description>The input image to be filtered.</description> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_OutputImage">OutputRaster</parameter_type> | ||
<key>out</key> | ||
<name>Feature Output Image</name> | ||
<description>Output image containing the filtered output image.</description> | ||
<hidden /> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>channel</key> | ||
<name>Selected Channel</name> | ||
<description>The selected channel index</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>1</default> | ||
<optional>False</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> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type> | ||
<key>structype</key> | ||
<name>Structuring Element Type</name> | ||
<description>Choice of the structuring element type</description> | ||
<options> | ||
<choices> | ||
<choice>ball</choice> | ||
</choices> | ||
</options> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>structype.ball.xradius</key> | ||
<name>The Structuring Element Radius</name> | ||
<description>The Structuring Element Radius</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>5</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type> | ||
<key>filter</key> | ||
<name>Morphological Operation</name> | ||
<description>Choice of the morphological operation</description> | ||
<options> | ||
<choices> | ||
<choice>closing</choice> | ||
</choices> | ||
</options> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
</root> |
77 changes: 77 additions & 0 deletions
77
.../plugins/processing/algs/otb/description/5.6.0/GrayScaleMorphologicalOperation-dilate.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
<root> | ||
<key>GrayScaleMorphologicalOperation-dilate</key> | ||
<exec>otbcli_GrayScaleMorphologicalOperation</exec> | ||
<longname>GrayScaleMorphologicalOperation (dilate)</longname> | ||
<group>Feature Extraction</group> | ||
<description>Performs morphological operations on a grayscale input image</description> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type> | ||
<key>in</key> | ||
<name>Input Image</name> | ||
<description>The input image to be filtered.</description> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_OutputImage">OutputRaster</parameter_type> | ||
<key>out</key> | ||
<name>Feature Output Image</name> | ||
<description>Output image containing the filtered output image.</description> | ||
<hidden /> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>channel</key> | ||
<name>Selected Channel</name> | ||
<description>The selected channel index</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>1</default> | ||
<optional>False</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> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type> | ||
<key>structype</key> | ||
<name>Structuring Element Type</name> | ||
<description>Choice of the structuring element type</description> | ||
<options> | ||
<choices> | ||
<choice>ball</choice> | ||
</choices> | ||
</options> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>structype.ball.xradius</key> | ||
<name>The Structuring Element Radius</name> | ||
<description>The Structuring Element Radius</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>5</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type> | ||
<key>filter</key> | ||
<name>Morphological Operation</name> | ||
<description>Choice of the morphological operation</description> | ||
<options> | ||
<choices> | ||
<choice>dilate</choice> | ||
</choices> | ||
</options> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
</root> |
77 changes: 77 additions & 0 deletions
77
...n/plugins/processing/algs/otb/description/5.6.0/GrayScaleMorphologicalOperation-erode.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
<root> | ||
<key>GrayScaleMorphologicalOperation-erode</key> | ||
<exec>otbcli_GrayScaleMorphologicalOperation</exec> | ||
<longname>GrayScaleMorphologicalOperation (erode)</longname> | ||
<group>Feature Extraction</group> | ||
<description>Performs morphological operations on a grayscale input image</description> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type> | ||
<key>in</key> | ||
<name>Input Image</name> | ||
<description>The input image to be filtered.</description> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_OutputImage">OutputRaster</parameter_type> | ||
<key>out</key> | ||
<name>Feature Output Image</name> | ||
<description>Output image containing the filtered output image.</description> | ||
<hidden /> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>channel</key> | ||
<name>Selected Channel</name> | ||
<description>The selected channel index</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>1</default> | ||
<optional>False</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> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type> | ||
<key>structype</key> | ||
<name>Structuring Element Type</name> | ||
<description>Choice of the structuring element type</description> | ||
<options> | ||
<choices> | ||
<choice>ball</choice> | ||
</choices> | ||
</options> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>structype.ball.xradius</key> | ||
<name>The Structuring Element Radius</name> | ||
<description>The Structuring Element Radius</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>5</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type> | ||
<key>filter</key> | ||
<name>Morphological Operation</name> | ||
<description>Choice of the morphological operation</description> | ||
<options> | ||
<choices> | ||
<choice>erode</choice> | ||
</choices> | ||
</options> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
</root> |
77 changes: 77 additions & 0 deletions
77
...plugins/processing/algs/otb/description/5.6.0/GrayScaleMorphologicalOperation-opening.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
<root> | ||
<key>GrayScaleMorphologicalOperation-opening</key> | ||
<exec>otbcli_GrayScaleMorphologicalOperation</exec> | ||
<longname>GrayScaleMorphologicalOperation (opening)</longname> | ||
<group>Feature Extraction</group> | ||
<description>Performs morphological operations on a grayscale input image</description> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type> | ||
<key>in</key> | ||
<name>Input Image</name> | ||
<description>The input image to be filtered.</description> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_OutputImage">OutputRaster</parameter_type> | ||
<key>out</key> | ||
<name>Feature Output Image</name> | ||
<description>Output image containing the filtered output image.</description> | ||
<hidden /> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>channel</key> | ||
<name>Selected Channel</name> | ||
<description>The selected channel index</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>1</default> | ||
<optional>False</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> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type> | ||
<key>structype</key> | ||
<name>Structuring Element Type</name> | ||
<description>Choice of the structuring element type</description> | ||
<options> | ||
<choices> | ||
<choice>ball</choice> | ||
</choices> | ||
</options> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>structype.ball.xradius</key> | ||
<name>The Structuring Element Radius</name> | ||
<description>The Structuring Element Radius</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>5</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type> | ||
<key>filter</key> | ||
<name>Morphological Operation</name> | ||
<description>Choice of the morphological operation</description> | ||
<options> | ||
<choices> | ||
<choice>opening</choice> | ||
</choices> | ||
</options> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
</root> |
126 changes: 126 additions & 0 deletions
126
python/plugins/processing/algs/otb/description/5.6.0/HaralickTextureExtraction.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,126 @@ | ||
<root> | ||
<key>HaralickTextureExtraction</key> | ||
<exec>otbcli_HaralickTextureExtraction</exec> | ||
<longname>Haralick Texture Extraction</longname> | ||
<group>Feature Extraction</group> | ||
<description>Computes textures on every pixel of the input image selected channel</description> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type> | ||
<key>in</key> | ||
<name>Input Image</name> | ||
<description>The input image to compute the features on.</description> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>channel</key> | ||
<name>Selected Channel</name> | ||
<description>The selected channel index</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>1</default> | ||
<optional>False</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> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>parameters.xrad</key> | ||
<name>X Radius</name> | ||
<description>X Radius</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>2</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>parameters.yrad</key> | ||
<name>Y Radius</name> | ||
<description>Y Radius</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>2</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>parameters.xoff</key> | ||
<name>X Offset</name> | ||
<description>X Offset</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>1</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>parameters.yoff</key> | ||
<name>Y Offset</name> | ||
<description>Y Offset</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>1</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type> | ||
<key>parameters.min</key> | ||
<name>Image Minimum</name> | ||
<description>Image Minimum</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type> | ||
<key>parameters.max</key> | ||
<name>Image Maximum</name> | ||
<description>Image Maximum</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>255</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>parameters.nbbin</key> | ||
<name>Histogram number of bin</name> | ||
<description>Histogram number of bin</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>8</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type> | ||
<key>texture</key> | ||
<name>Texture Set Selection</name> | ||
<description>Choice of The Texture Set</description> | ||
<options> | ||
<choices> | ||
<choice>simple</choice> | ||
<choice>advanced</choice> | ||
<choice>higher</choice> | ||
</choices> | ||
</options> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_OutputImage">OutputRaster</parameter_type> | ||
<key>out</key> | ||
<name>Output Image</name> | ||
<description>Output image containing the selected texture features.</description> | ||
<hidden /> | ||
</parameter> | ||
</root> |
95 changes: 95 additions & 0 deletions
95
python/plugins/processing/algs/otb/description/5.6.0/HooverCompareSegmentation.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
<root> | ||
<key>HooverCompareSegmentation</key> | ||
<exec>otbcli_HooverCompareSegmentation</exec> | ||
<longname>Hoover compare segmentation</longname> | ||
<group>Segmentation</group> | ||
<description>Compare two segmentations with Hoover metrics</description> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type> | ||
<key>ingt</key> | ||
<name>Input ground truth</name> | ||
<description>A partial ground truth segmentation image.</description> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type> | ||
<key>inms</key> | ||
<name>Input machine segmentation</name> | ||
<description>A machine segmentation image.</description> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>bg</key> | ||
<name>Background label</name> | ||
<description>Label value of the background in the input segmentations</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type> | ||
<key>th</key> | ||
<name>Overlapping threshold</name> | ||
<description>Overlapping threshold used to find Hoover instances.</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>0.75</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_OutputImage">OutputRaster</parameter_type> | ||
<key>outgt</key> | ||
<name>Colored ground truth output</name> | ||
<description>The colored ground truth output image.</description> | ||
<hidden /> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_OutputImage">OutputRaster</parameter_type> | ||
<key>outms</key> | ||
<name>Colored machine segmentation output</name> | ||
<description>The colored machine segmentation output image.</description> | ||
<hidden /> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type> | ||
<key>rc</key> | ||
<name>Correct detection score</name> | ||
<description>Overall score for correct detection (RC)</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>0.0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type> | ||
<key>rf</key> | ||
<name>Over-segmentation score</name> | ||
<description>Overall score for over segmentation (RF)</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>0.0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type> | ||
<key>ra</key> | ||
<name>Under-segmentation score</name> | ||
<description>Overall score for under segmentation (RA)</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>0.0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type> | ||
<key>rm</key> | ||
<name>Missed detection score</name> | ||
<description>Overall score for missed detection (RM)</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>0.0</default> | ||
<optional>False</optional> | ||
</parameter> | ||
</root> |
72 changes: 72 additions & 0 deletions
72
python/plugins/processing/algs/otb/description/5.6.0/ImageClassifier.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
<root> | ||
<key>ImageClassifier</key> | ||
<exec>otbcli_ImageClassifier</exec> | ||
<longname>Image Classification</longname> | ||
<group>Learning</group> | ||
<description>Performs a classification of the input image according to a model file.</description> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type> | ||
<key>in</key> | ||
<name>Input Image</name> | ||
<description>The input image to classify.</description> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type> | ||
<key>mask</key> | ||
<name>Input Mask</name> | ||
<description>The mask allows restricting classification of the input image to the area where mask pixel values are greater than 0.</description> | ||
<optional>True</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputFilename">ParameterFile</parameter_type> | ||
<key>model</key> | ||
<name>Model file</name> | ||
<description>A model file (produced by TrainImagesClassifier application, maximal class label = 65535).</description> | ||
<isFolder /> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputFilename">ParameterFile</parameter_type> | ||
<key>imstat</key> | ||
<name>Statistics file</name> | ||
<description>A XML file containing mean and standard deviation to center and reduce samples before classification (produced by ComputeImagesStatistics application).</description> | ||
<isFolder /> | ||
<optional>True</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_OutputImage">OutputRaster</parameter_type> | ||
<key>out</key> | ||
<name>Output Image</name> | ||
<description>Output image containing class labels</description> | ||
<hidden /> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_OutputImage">OutputRaster</parameter_type> | ||
<key>confmap</key> | ||
<name>Confidence map</name> | ||
<description>Confidence map of the produced classification. The confidence index depends on the model : | ||
- LibSVM : difference between the two highest probabilities (needs a model with probability estimates, so that classes probabilities can be computed for each sample) | ||
- OpenCV | ||
* Boost : sum of votes | ||
* DecisionTree : (not supported) | ||
* GradientBoostedTree : (not supported) | ||
* KNearestNeighbors : number of neighbors with the same label | ||
* NeuralNetwork : difference between the two highest responses | ||
* NormalBayes : (not supported) | ||
* RandomForest : Confidence (proportion of votes for the majority class). Margin (normalized difference of the votes of the 2 majority classes) is not available for now. | ||
* SVM : distance to margin (only works for 2-class models) | ||
</description> | ||
<hidden /> | ||
</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> |
40 changes: 40 additions & 0 deletions
40
python/plugins/processing/algs/otb/description/5.6.0/ImageEnvelope.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<root> | ||
<key>ImageEnvelope</key> | ||
<exec>otbcli_ImageEnvelope</exec> | ||
<longname>Image Envelope</longname> | ||
<group>Geometry</group> | ||
<description>Extracts an image envelope.</description> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type> | ||
<key>in</key> | ||
<name>Input Image</name> | ||
<description>Input image.</description> | ||
<optional>False</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_OutputVectorData">OutputVector</parameter_type> | ||
<key>out</key> | ||
<name>Output Vector Data</name> | ||
<description>Vector data file containing the envelope</description> | ||
<hidden /> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> | ||
<key>sr</key> | ||
<name>Sampling Rate</name> | ||
<description>Sampling rate for image edges (in pixel)</description> | ||
<minValue /> | ||
<maxValue /> | ||
<default>0</default> | ||
<optional>True</optional> | ||
</parameter> | ||
<parameter> | ||
<parameter_type source_parameter_type="ParameterType_String">ParameterString</parameter_type> | ||
<key>proj</key> | ||
<name>Projection</name> | ||
<description>Projection to be used to compute the envelope (default is WGS84)</description> | ||
<default /> | ||
<multiline /> | ||
<optional>True</optional> | ||
</parameter> | ||
</root> |
Oops, something went wrong.