mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
-New OTB descriptions an help -Update OTB descriptions -More responsive MultipleInputPanel.py -Minor bug fixes
17 lines
837 B
Plaintext
17 lines
837 B
Plaintext
DimensionalityReduction
|
|
otbcli_DimensionalityReduction
|
|
Dimensionality reduction application
|
|
Image Filtering
|
|
ParameterRaster|-in|Input Image|False
|
|
OutputRaster|-out|Output Image
|
|
ParameterNumber|-rescale.outmin|Output min value|None|None|0.0
|
|
ParameterNumber|-rescale.outmax|Output max value|None|None|255.0
|
|
OutputRaster|-outinv| Inverse Output Image
|
|
ParameterSelection|-method|Algorithm|pca;napca;maf;ica|0
|
|
ParameterNumber|-method.napca.radiusx|Set the x radius of the sliding window.|None|None|1
|
|
ParameterNumber|-method.napca.radiusy|Set the y radius of the sliding window.|None|None|1
|
|
ParameterNumber|-method.ica.iter|number of iterations |None|None|20
|
|
ParameterNumber|-method.ica.mu|Give the increment weight of W in [0, 1]|None|None|1.0
|
|
ParameterNumber|-nbcomp|Number of Components.|None|None|0
|
|
ParameterBoolean|-normalize|Normalize.|
|