|
| 1 | +<root> |
| 2 | + <key>BinaryMorphologicalOperation-dilate</key> |
| 3 | + <exec>otbcli_BinaryMorphologicalOperation</exec> |
| 4 | + <longname>BinaryMorphologicalOperation (dilate)</longname> |
| 5 | + <group>Feature Extraction</group> |
| 6 | + <description>Performs morphological operations on an input image channel</description> |
| 7 | + <parameter> |
| 8 | + <parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type> |
| 9 | + <key>in</key> |
| 10 | + <name>Input Image</name> |
| 11 | + <description>The input image to be filtered.</description> |
| 12 | + <optional>False</optional> |
| 13 | + </parameter> |
| 14 | + <parameter> |
| 15 | + <parameter_type source_parameter_type="ParameterType_OutputImage">OutputRaster</parameter_type> |
| 16 | + <key>out</key> |
| 17 | + <name>Feature Output Image</name> |
| 18 | + <description>Output image containing the filtered output image.</description> |
| 19 | + <hidden /> |
| 20 | + </parameter> |
| 21 | + <parameter> |
| 22 | + <parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> |
| 23 | + <key>channel</key> |
| 24 | + <name>Selected Channel</name> |
| 25 | + <description>The selected channel index</description> |
| 26 | + <minValue /> |
| 27 | + <maxValue /> |
| 28 | + <default>1</default> |
| 29 | + <optional>False</optional> |
| 30 | + </parameter> |
| 31 | + <parameter> |
| 32 | + <parameter_type source_parameter_type="ParameterType_RAM">ParameterNumber</parameter_type> |
| 33 | + <key>ram</key> |
| 34 | + <name>Available RAM (Mb)</name> |
| 35 | + <description>Available memory for processing (in MB)</description> |
| 36 | + <minValue /> |
| 37 | + <maxValue /> |
| 38 | + <default>128</default> |
| 39 | + <optional>True</optional> |
| 40 | + </parameter> |
| 41 | + <parameter> |
| 42 | + <parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type> |
| 43 | + <key>structype</key> |
| 44 | + <name>Structuring Element Type</name> |
| 45 | + <description>Choice of the structuring element type</description> |
| 46 | + <options> |
| 47 | + <choices> |
| 48 | + <choice>ball</choice> |
| 49 | + </choices> |
| 50 | + </options> |
| 51 | + <default>0</default> |
| 52 | + <optional>False</optional> |
| 53 | + </parameter> |
| 54 | + <parameter> |
| 55 | + <parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type> |
| 56 | + <key>structype.ball.xradius</key> |
| 57 | + <name>The Structuring Element Radius</name> |
| 58 | + <description>The Structuring Element Radius</description> |
| 59 | + <minValue /> |
| 60 | + <maxValue /> |
| 61 | + <default>5</default> |
| 62 | + <optional>False</optional> |
| 63 | + </parameter> |
| 64 | + <parameter> |
| 65 | + <parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type> |
| 66 | + <key>filter</key> |
| 67 | + <name>Morphological Operation</name> |
| 68 | + <description>Choice of the morphological operation</description> |
| 69 | + <options> |
| 70 | + <choices> |
| 71 | + <choice>dilate</choice> |
| 72 | + </choices> |
| 73 | + </options> |
| 74 | + <default>0</default> |
| 75 | + <optional>False</optional> |
| 76 | + </parameter> |
| 77 | + <parameter> |
| 78 | + <parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type> |
| 79 | + <key>filter.dilate.foreval</key> |
| 80 | + <name>Foreground Value</name> |
| 81 | + <description>The Foreground Value</description> |
| 82 | + <minValue /> |
| 83 | + <maxValue /> |
| 84 | + <default>1</default> |
| 85 | + <optional>False</optional> |
| 86 | + </parameter> |
| 87 | + <parameter> |
| 88 | + <parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type> |
| 89 | + <key>filter.dilate.backval</key> |
| 90 | + <name>Background Value</name> |
| 91 | + <description>The Background Value</description> |
| 92 | + <minValue /> |
| 93 | + <maxValue /> |
| 94 | + <default>0</default> |
| 95 | + <optional>False</optional> |
| 96 | + </parameter> |
| 97 | + </root> |
0 commit comments