mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-04 00:30:59 -05:00
39 lines
1.4 KiB
XML
39 lines
1.4 KiB
XML
|
<root>
|
||
|
<key>MultivariateAlterationDetector</key>
|
||
|
<exec>otbcli_MultivariateAlterationDetector</exec>
|
||
|
<longname>Multivariate alteration detector</longname>
|
||
|
<group>Feature Extraction</group>
|
||
|
<description>Multivariate Alteration Detector</description>
|
||
|
<parameter>
|
||
|
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type>
|
||
|
<key>in1</key>
|
||
|
<name>Input Image 1</name>
|
||
|
<description>Image which describe initial state of the scene.</description>
|
||
|
<optional>False</optional>
|
||
|
</parameter>
|
||
|
<parameter>
|
||
|
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type>
|
||
|
<key>in2</key>
|
||
|
<name>Input Image 2</name>
|
||
|
<description>Image which describe scene after perturbations.</description>
|
||
|
<optional>False</optional>
|
||
|
</parameter>
|
||
|
<parameter>
|
||
|
<parameter_type source_parameter_type="ParameterType_OutputImage">OutputRaster</parameter_type>
|
||
|
<key>out</key>
|
||
|
<name>Change Map</name>
|
||
|
<description>Image of detected changes.</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>
|