diff --git a/python/plugins/processing/algs/otb/description/BandMathX.xml b/python/plugins/processing/algs/otb/description/BandMathX.xml
new file mode 100644
index 00000000000..6c7f348d6e3
--- /dev/null
+++ b/python/plugins/processing/algs/otb/description/BandMathX.xml
@@ -0,0 +1,55 @@
+
+ BandMathX
+ otbcli_BandMathX
+ Band Math X
+ Miscellaneous
+ This application performs mathematical operations on multiband images.
+Mathematical formula interpretation is done via muParserX library : http://articles.beltoforion.de/article.php?a=muparserx
+
+ ParameterMultipleInput
+ il
+ Input image list
+ Image list to perform computation on.
+
+ False
+
+
+ OutputRaster
+ out
+ Output Image
+ Output image.
+
+
+
+ ParameterNumber
+ ram
+ Available RAM (Mb)
+ Available memory for processing (in MB)
+
+
+ 128
+
+
+ ParameterString
+ exp
+ Expressions
+ Mathematical expression to apply.
+
+
+ True
+
+
+ ParameterFile
+ incontext
+ Import context
+ A txt file containing user's constants and expressions.
+
+ True
+
+
+ OutputFile
+ outcontext
+ Export context
+ A txt file where to save user's constants and expressions.
+
+
diff --git a/python/plugins/processing/algs/otb/description/ComputeConfusionMatrix-raster.xml b/python/plugins/processing/algs/otb/description/ComputeConfusionMatrix-raster.xml
index d42f3fd620e..92cba17e860 100644
--- a/python/plugins/processing/algs/otb/description/ComputeConfusionMatrix-raster.xml
+++ b/python/plugins/processing/algs/otb/description/ComputeConfusionMatrix-raster.xml
@@ -16,7 +16,6 @@
outMatrix outputFilename to store the output matrix (csv format)
- ParameterSelection
diff --git a/python/plugins/processing/algs/otb/description/ComputeConfusionMatrix-vector.xml b/python/plugins/processing/algs/otb/description/ComputeConfusionMatrix-vector.xml
index 42b830ccafc..46531907de2 100644
--- a/python/plugins/processing/algs/otb/description/ComputeConfusionMatrix-vector.xml
+++ b/python/plugins/processing/algs/otb/description/ComputeConfusionMatrix-vector.xml
@@ -16,7 +16,6 @@
outMatrix outputFilename to store the output matrix (csv format)
- ParameterSelection
diff --git a/python/plugins/processing/algs/otb/description/ComputeImagesStatistics.xml b/python/plugins/processing/algs/otb/description/ComputeImagesStatistics.xml
index 43c742d6796..60a2805afe9 100644
--- a/python/plugins/processing/algs/otb/description/ComputeImagesStatistics.xml
+++ b/python/plugins/processing/algs/otb/description/ComputeImagesStatistics.xml
@@ -26,6 +26,5 @@
outOutput XML fileXML filename where the statistics are saved for future reuse.
-
diff --git a/python/plugins/processing/algs/otb/description/ComputeOGRLayersFeaturesStatistics.xml b/python/plugins/processing/algs/otb/description/ComputeOGRLayersFeaturesStatistics.xml
new file mode 100644
index 00000000000..9e977f02f11
--- /dev/null
+++ b/python/plugins/processing/algs/otb/description/ComputeOGRLayersFeaturesStatistics.xml
@@ -0,0 +1,31 @@
+
+ ComputeOGRLayersFeaturesStatistics
+ otbcli_ComputeOGRLayersFeaturesStatistics
+ ComputeOGRLayersFeaturesStatistics
+ Segmentation
+ Compute statistics of the features in a set of OGR Layers
+
+ ParameterFile
+ inshp
+ Name of the input shapefile
+ Name of the input shapefile
+
+ False
+
+
+ ParameterFile
+ outstats
+ XML file containing mean and variance of each feature.
+ XML file containing mean and variance of each feature.
+
+ False
+
+
+ ParameterString
+ feat
+ List of features to consider for statistics.
+ List of features to consider for statistics.
+
+
+
+
diff --git a/python/plugins/processing/algs/otb/description/ComputePolylineFeatureFromImage.xml b/python/plugins/processing/algs/otb/description/ComputePolylineFeatureFromImage.xml
new file mode 100644
index 00000000000..2540299d4ac
--- /dev/null
+++ b/python/plugins/processing/algs/otb/description/ComputePolylineFeatureFromImage.xml
@@ -0,0 +1,56 @@
+
+ ComputePolylineFeatureFromImage
+ otbcli_ComputePolylineFeatureFromImage
+ Compute Polyline Feature From Image
+ Feature Extraction
+ This application compute for each studied polyline, contained in the input VectorData, the choosen descriptors.
+
+ ParameterRaster
+ in
+ Input Image
+ An image to compute the descriptors on.
+ False
+
+
+ ParameterVector
+ vd
+ Vector Data
+ Vector data containing the polylines where the features will be computed.
+
+ False
+
+
+ ParameterNumber
+ elev.default
+ Default elevation
+ This parameter allows to set 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.
+
+
+ 0
+
+
+ ParameterString
+ expr
+ Feature expression
+ The feature formula (b1 < 0.3) where b1 is the standard name of input image first band
+
+
+ False
+
+
+ ParameterString
+ field
+ Feature name
+ The field name corresponding to the feature codename (NONDVI, ROADSA...)
+
+
+ False
+
+
+ OutputVector
+ out
+ Output Vector Data
+ The output vector data containing polylines with a new field
+
+
+
diff --git a/python/plugins/processing/algs/otb/description/ConnectedComponentSegmentation.xml b/python/plugins/processing/algs/otb/description/ConnectedComponentSegmentation.xml
index 69292833ace..8fad26e1b54 100644
--- a/python/plugins/processing/algs/otb/description/ConnectedComponentSegmentation.xml
+++ b/python/plugins/processing/algs/otb/description/ConnectedComponentSegmentation.xml
@@ -58,7 +58,7 @@
ParameterNumberelev.defaultDefault elevation
- 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.
+ This parameter allows to set 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.0
diff --git a/python/plugins/processing/algs/otb/description/Convert.xml b/python/plugins/processing/algs/otb/description/Convert.xml
new file mode 100644
index 00000000000..5d527e1bf4e
--- /dev/null
+++ b/python/plugins/processing/algs/otb/description/Convert.xml
@@ -0,0 +1,78 @@
+
+ Convert
+ otbcli_Convert
+ Image Conversion
+ Image Manipulation
+ Convert an image to a different format, eventually rescaling the data and/or changing the pixel type.
+
+ ParameterRaster
+ in
+ Input image
+ Input image
+ False
+
+
+ ParameterSelection
+ type
+ Rescale type
+ Transfer function for the rescaling
+
+
+ none
+ linear
+ log2
+
+
+ 0
+
+
+ ParameterNumber
+ type.linear.gamma
+ Gamma correction factor
+ Gamma correction factor
+
+
+ 1
+
+
+ ParameterRaster
+ mask
+ Input mask
+ The masked pixels won't be used to adapt the dynamic (the mask must have the same dimensions as the input image)
+ True
+
+
+ ParameterNumber
+ hcp.high
+ High Cut Quantile
+ Quantiles to cut from histogram high values before computing min/max rescaling (in percent, 2 by default)
+
+
+ 2
+
+
+ ParameterNumber
+ hcp.low
+ Low Cut Quantile
+ Quantiles to cut from histogram low values before computing min/max rescaling (in percent, 2 by default)
+
+
+ 2
+
+
+ OutputRaster
+ out
+ Output Image
+ Output image
+
+
+
+ ParameterNumber
+ ram
+ Available RAM (Mb)
+ Available memory for processing (in MB)
+
+
+ 128
+
+
diff --git a/python/plugins/processing/algs/otb/description/DEMConvert.xml b/python/plugins/processing/algs/otb/description/DEMConvert.xml
new file mode 100644
index 00000000000..8e017ebe133
--- /dev/null
+++ b/python/plugins/processing/algs/otb/description/DEMConvert.xml
@@ -0,0 +1,20 @@
+
+ DEMConvert
+ otbcli_DEMConvert
+ DEM Conversion
+ Image Manipulation
+ Converts a geo-referenced DEM image into a general raster file compatible with OTB DEM handling.
+
+ ParameterRaster
+ in
+ Input geo-referenced DEM
+ Input geo-referenced DEM to convert to general raster format.
+ False
+
+
+ OutputFile
+ out
+ Prefix of the output files
+ 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.
+
+
diff --git a/python/plugins/processing/algs/otb/description/Despeckle-frost.xml b/python/plugins/processing/algs/otb/description/Despeckle-frost.xml
new file mode 100644
index 00000000000..88fcada626b
--- /dev/null
+++ b/python/plugins/processing/algs/otb/description/Despeckle-frost.xml
@@ -0,0 +1,60 @@
+
+ Despeckle-frost
+ otbcli_Despeckle
+ Despeckle (frost)
+ Image Filtering
+ Perform speckle noise reduction on SAR image.
+
+ ParameterRaster
+ in
+ Input Image
+ Input image.
+ False
+
+
+ OutputRaster
+ out
+ Output Image
+ Output image.
+
+
+
+ ParameterNumber
+ ram
+ Available RAM (Mb)
+ Available memory for processing (in MB)
+
+
+ 128
+
+
+ ParameterSelection
+ filter
+ speckle filtering method
+
+
+
+ frost
+
+
+ 0
+
+
+ ParameterNumber
+ filter.frost.rad
+ Radius
+ Radius for frost filter
+
+
+ 1
+
+
+ ParameterNumber
+ filter.frost.deramp
+ deramp
+ Decrease factor declaration
+
+
+ 0.1
+
+
diff --git a/python/plugins/processing/algs/otb/description/Despeckle-lee.xml b/python/plugins/processing/algs/otb/description/Despeckle-lee.xml
new file mode 100644
index 00000000000..8eb044d5e2b
--- /dev/null
+++ b/python/plugins/processing/algs/otb/description/Despeckle-lee.xml
@@ -0,0 +1,60 @@
+
+ Despeckle-lee
+ otbcli_Despeckle
+ Despeckle (lee)
+ Image Filtering
+ Perform speckle noise reduction on SAR image.
+
+ ParameterRaster
+ in
+ Input Image
+ Input image.
+ False
+
+
+ OutputRaster
+ out
+ Output Image
+ Output image.
+
+
+
+ ParameterNumber
+ ram
+ Available RAM (Mb)
+ Available memory for processing (in MB)
+
+
+ 128
+
+
+ ParameterSelection
+ filter
+ speckle filtering method
+
+
+
+ lee
+
+
+ 0
+
+
+ ParameterNumber
+ filter.lee.rad
+ Radius
+ Radius for lee filter
+
+
+ 1
+
+
+ ParameterNumber
+ filter.lee.nblooks
+ nb looks
+ Nb looks for lee filter
+
+
+ 1
+
+
diff --git a/python/plugins/processing/algs/otb/description/DimensionalityReduction-ica.xml b/python/plugins/processing/algs/otb/description/DimensionalityReduction-ica.xml
index 4123cfec5f3..5b98c8c73da 100644
--- a/python/plugins/processing/algs/otb/description/DimensionalityReduction-ica.xml
+++ b/python/plugins/processing/algs/otb/description/DimensionalityReduction-ica.xml
@@ -74,8 +74,7 @@
OutputFileoutmatrix
- Transformation matrix output
+ Transformation matrix output (text format)Filename to store the transformation matrix (csv format)
-
diff --git a/python/plugins/processing/algs/otb/description/DimensionalityReduction-maf.xml b/python/plugins/processing/algs/otb/description/DimensionalityReduction-maf.xml
index 99936940c9e..10aac2d6107 100644
--- a/python/plugins/processing/algs/otb/description/DimensionalityReduction-maf.xml
+++ b/python/plugins/processing/algs/otb/description/DimensionalityReduction-maf.xml
@@ -49,8 +49,7 @@
OutputFileoutmatrix
- Transformation matrix output
+ Transformation matrix output (text format)Filename to store the transformation matrix (csv format)
-
diff --git a/python/plugins/processing/algs/otb/description/DimensionalityReduction-napca.xml b/python/plugins/processing/algs/otb/description/DimensionalityReduction-napca.xml
index 752c0fe1541..b9b6be641f0 100644
--- a/python/plugins/processing/algs/otb/description/DimensionalityReduction-napca.xml
+++ b/python/plugins/processing/algs/otb/description/DimensionalityReduction-napca.xml
@@ -74,8 +74,7 @@
OutputFileoutmatrix
- Transformation matrix output
+ Transformation matrix output (text format)Filename to store the transformation matrix (csv format)
-
diff --git a/python/plugins/processing/algs/otb/description/DimensionalityReduction-pca.xml b/python/plugins/processing/algs/otb/description/DimensionalityReduction-pca.xml
index 2a6e83af65e..e4cc02a5486 100644
--- a/python/plugins/processing/algs/otb/description/DimensionalityReduction-pca.xml
+++ b/python/plugins/processing/algs/otb/description/DimensionalityReduction-pca.xml
@@ -56,8 +56,7 @@
OutputFileoutmatrix
- Transformation matrix output
+ Transformation matrix output (text format)Filename to store the transformation matrix (csv format)
-
diff --git a/python/plugins/processing/algs/otb/description/ExtractROI-fit.xml b/python/plugins/processing/algs/otb/description/ExtractROI-fit.xml
index ec498b2d274..968cbd8f277 100644
--- a/python/plugins/processing/algs/otb/description/ExtractROI-fit.xml
+++ b/python/plugins/processing/algs/otb/description/ExtractROI-fit.xml
@@ -50,7 +50,7 @@
ParameterNumbermode.fit.elev.defaultDefault elevation
- 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.
+ This parameter allows to set 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.0
diff --git a/python/plugins/processing/algs/otb/description/ImageClassifier.xml b/python/plugins/processing/algs/otb/description/ImageClassifier.xml
index 2f4b659566d..4f799e5e299 100644
--- a/python/plugins/processing/algs/otb/description/ImageClassifier.xml
+++ b/python/plugins/processing/algs/otb/description/ImageClassifier.xml
@@ -15,7 +15,7 @@
ParameterRastermaskInput Mask
- The mask allows restricting classification of the input image to the area where mask pixel values are greater than 0.
+ The mask allows to restrict classification of the input image to the area where mask pixel values are greater than 0.True
diff --git a/python/plugins/processing/algs/otb/description/KMeansClassification.xml b/python/plugins/processing/algs/otb/description/KMeansClassification.xml
index 7c2d15b7138..94e0f902478 100644
--- a/python/plugins/processing/algs/otb/description/KMeansClassification.xml
+++ b/python/plugins/processing/algs/otb/description/KMeansClassification.xml
@@ -75,6 +75,5 @@
outmeansCentroid filenameOutput text file containing centroid positions
-
diff --git a/python/plugins/processing/algs/otb/description/KmzExport.xml b/python/plugins/processing/algs/otb/description/KmzExport.xml
index 38f3cec7a96..ea7d4f44d2d 100644
--- a/python/plugins/processing/algs/otb/description/KmzExport.xml
+++ b/python/plugins/processing/algs/otb/description/KmzExport.xml
@@ -16,7 +16,6 @@
outOutput .kmz productOutput Kmz product directory (with .kmz extension)
- ParameterNumber
@@ -45,7 +44,7 @@
ParameterNumberelev.defaultDefault elevation
- 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.
+ This parameter allows to set 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.0
diff --git a/python/plugins/processing/algs/otb/description/LSMSVectorization.xml b/python/plugins/processing/algs/otb/description/LSMSVectorization.xml
index 2d908bddb4d..04a4ab8db63 100644
--- a/python/plugins/processing/algs/otb/description/LSMSVectorization.xml
+++ b/python/plugins/processing/algs/otb/description/LSMSVectorization.xml
@@ -23,7 +23,6 @@
outOutput GIS vector fileThe output GIS vector file, representing the vectorized version of the segmented image where the features of the polygons are the radiometric means and variances.
- ParameterNumber
diff --git a/python/plugins/processing/algs/otb/description/MeanShiftSmoothing.xml b/python/plugins/processing/algs/otb/description/MeanShiftSmoothing.xml
index d0253d84d00..641fa82caec 100644
--- a/python/plugins/processing/algs/otb/description/MeanShiftSmoothing.xml
+++ b/python/plugins/processing/algs/otb/description/MeanShiftSmoothing.xml
@@ -1,7 +1,7 @@
MeanShiftSmoothingotbcli_MeanShiftSmoothing
- Mean Shift filtering (can be used as Exact Large-Scale Mean-Shift segmentation, step 1)
+ Exact Large-Scale Mean-Shift segmentation, step 1 (smoothing)Image FilteringPerform mean shift filtering
@@ -25,6 +25,15 @@
The spatial image output. Spatial image output is a displacement map (pixel position after convergence).
+
+ ParameterNumber
+ ram
+ Available RAM (Mb)
+ Available memory for processing (in MB)
+
+
+ 128
+ ParameterNumberspatialr
diff --git a/python/plugins/processing/algs/otb/description/OGRLayerClassifier.xml b/python/plugins/processing/algs/otb/description/OGRLayerClassifier.xml
new file mode 100644
index 00000000000..05be660b57b
--- /dev/null
+++ b/python/plugins/processing/algs/otb/description/OGRLayerClassifier.xml
@@ -0,0 +1,46 @@
+
+ OGRLayerClassifier
+ otbcli_OGRLayerClassifier
+ OGRLayerClassifier
+ Segmentation
+ Classify an OGR layer based on a machine learning model and a list of features to consider.
+
+ ParameterFile
+ inshp
+ Name of the input shapefile
+ Name of the input shapefile
+
+ False
+
+
+ ParameterFile
+ instats
+ XML file containing mean and variance of each feature.
+ XML file containing mean and variance of each feature.
+
+ False
+
+
+ OutputFile
+ insvm
+ Input model filename.
+ Input model filename.
+
+
+ ParameterString
+ feat
+ Features
+ Features to be calculated
+
+
+
+
+ ParameterString
+ cfield
+ Field containing the predicted class.
+ Field containing the predicted class
+ predicted
+
+ False
+
+
diff --git a/python/plugins/processing/algs/otb/description/OpticalCalibration.xml b/python/plugins/processing/algs/otb/description/OpticalCalibration.xml
index 2be22abf36e..e564f2ba82d 100644
--- a/python/plugins/processing/algs/otb/description/OpticalCalibration.xml
+++ b/python/plugins/processing/algs/otb/description/OpticalCalibration.xml
@@ -3,7 +3,7 @@
otbcli_OpticalCalibrationOptical calibrationCalibration
- Perform optical calibration TOA/TOC (Top Of Atmosphere/Top Of Canopy). Supported sensors: QuickBird, Ikonos, WorldView2, Formosat, Spot5, Pleiades
+ Perform optical calibration TOA/TOC (Top Of Atmosphere/Top Of Canopy). Supported sensors: QuickBird, Ikonos, WorldView2, Formosat, Spot5, Pleiades, Spot6. For other sensors the application also allows to provide calibration parameters manually.ParameterRasterin
@@ -35,32 +35,133 @@
toa
+ toatoim0
- ParameterBoolean
- milli
- Convert to milli reflectance
- Flag to use milli-reflectance instead of reflectance.
-This allows saving the image with integer pixel type (in the range [0, 1000] instead of floating point in the range [0, 1]. In order to do that, use this option and set the output pixel type (-out filename uint16 for example)
- True
+ ParameterNumber
+ acqui.minute
+ Minute
+ Minute (0-59)
+
+
+ 0
- ParameterBoolean
- clamp
- Clamp of reflectivity values between [0, 100]
- Clamping in the range [0, 100]. It can be useful to preserve area with specular reflectance.
- True
+ ParameterNumber
+ acqui.hour
+ Hour
+ Hour (0-23)
+
+
+ 12
+
+
+ ParameterNumber
+ acqui.day
+ Day
+ Day (1-31)
+
+
+ 1
+
+
+ ParameterNumber
+ acqui.month
+ Month
+ Month (1-12)
+
+
+ 1
+
+
+ ParameterNumber
+ acqui.year
+ Year
+ Year
+
+
+ 2000
+
+
+ ParameterNumber
+ acqui.sun.elev
+ Sun elevation angle (deg)
+ Sun elevation angle (in degrees)
+
+
+ 90
+
+
+ ParameterNumber
+ acqui.sun.azim
+ Sun azimuth angle (deg)
+ Sun azimuth angle (in degrees)
+
+
+ 0
+
+
+ ParameterNumber
+ acqui.view.elev
+ Viewing elevation angle (deg)
+ Viewing elevation angle (in degrees)
+
+
+ 90
+
+
+ ParameterNumber
+ acqui.view.azim
+ Viewing azimuth angle (deg)
+ Viewing azimuth angle (in degrees)
+
+
+ 0ParameterFile
- rsr
- Relative Spectral Response File
- Sensor relative spectral response file
-By default the application gets these information in the metadata
+ acqui.gainbias
+ Gains | biases
+ Gains | biasesTrue
-
+
+ ParameterFile
+ acqui.solarilluminations
+ Solar illuminations
+ Solar illuminations (one value per band)
+
+ True
+
+
+ ParameterFile
+ atmo.rsr
+ Relative Spectral Response File
+ Sensor relative spectral response file
+By default the application gets these informations in the metadata
+
+ True
+
+
+ ParameterNumber
+ atmo.radius
+ Window radius (adjacency effects)
+ Window radius for adjacency effects correctionsSetting this parameters will enable the correction ofadjacency effects
+
+
+ 2
+
+
+ ParameterNumber
+ atmo.pixsize
+ Pixel size (in km)
+ Pixel size (in km )used tocompute adjacency effects, it doesn't have tomatch the image spacing
+
+
+ 1
+
+
diff --git a/python/plugins/processing/algs/otb/description/OrthoRectification-epsg.xml b/python/plugins/processing/algs/otb/description/OrthoRectification-epsg.xml
index caa3d102881..15b225cb376 100644
--- a/python/plugins/processing/algs/otb/description/OrthoRectification-epsg.xml
+++ b/python/plugins/processing/algs/otb/description/OrthoRectification-epsg.xml
@@ -3,7 +3,7 @@
otbcli_OrthoRectificationOrthoRectification (epsg)Geometry
- This application allows ortho-rectifying optical images from supported sensors.
+ This application allows to ortho-rectify optical images from supported sensors.
ParameterRaster
@@ -66,7 +66,7 @@
ParameterNumberelev.defaultDefault elevation
- 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.
+ This parameter allows to set 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.0
@@ -75,7 +75,7 @@
ParameterSelectioninterpolatorInterpolation
- This group of parameters allows defining how the input image will be interpolated during resampling.
+ This group of parameters allows to define how the input image will be interpolated during resampling.bco
@@ -89,7 +89,7 @@
ParameterNumberinterpolator.bco.radiusRadius for bicubic interpolation
- This parameter allows controlling the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.
+ This parameter allows to control the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.2
@@ -98,7 +98,7 @@
ParameterNumberopt.ramAvailable RAM (Mb)
- This allows setting the maximum amount of RAM available for processing. As the writing task is time consuming, it is better to write large pieces of data, which can be achieved by increasing this parameter (pay attention to your system capabilities)
+ This allows to set the maximum amount of RAM available for processing. As the writing task is time consuming, it is better to write large pieces of data, which can be achieved by increasing this parameter (pay attention to your system capabilities)128
diff --git a/python/plugins/processing/algs/otb/description/OrthoRectification-fit-to-ortho.xml b/python/plugins/processing/algs/otb/description/OrthoRectification-fit-to-ortho.xml
index 7bcfbdc21c2..4c9cc1ed71a 100644
--- a/python/plugins/processing/algs/otb/description/OrthoRectification-fit-to-ortho.xml
+++ b/python/plugins/processing/algs/otb/description/OrthoRectification-fit-to-ortho.xml
@@ -3,7 +3,7 @@
otbcli_OrthoRectificationOrthoRectification (fit-to-ortho)Geometry
- This application allows ortho-rectifying optical images from supported sensors.
+ This application allows to ortho-rectify optical images from supported sensors.
ParameterRaster
@@ -51,7 +51,7 @@
ParameterNumberelev.defaultDefault elevation
- 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.
+ This parameter allows to set 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.0
@@ -60,7 +60,7 @@
ParameterSelectioninterpolatorInterpolation
- This group of parameters allows defining how the input image will be interpolated during resampling.
+ This group of parameters allows to define how the input image will be interpolated during resampling.bco
@@ -74,7 +74,7 @@
ParameterNumberinterpolator.bco.radiusRadius for bicubic interpolation
- This parameter allows controlling the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.
+ This parameter allows to control the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.2
@@ -83,7 +83,7 @@
ParameterNumberopt.ramAvailable RAM (Mb)
- This allows setting the maximum amount of RAM available for processing. As the writing task is time consuming, it is better to write large pieces of data, which can be achieved by increasing this parameter (pay attention to your system capabilities)
+ This allows to set the maximum amount of RAM available for processing. As the writing task is time consuming, it is better to write large pieces of data, which can be achieved by increasing this parameter (pay attention to your system capabilities)128
diff --git a/python/plugins/processing/algs/otb/description/OrthoRectification-lambert-WGS84.xml b/python/plugins/processing/algs/otb/description/OrthoRectification-lambert-WGS84.xml
index 92c28934ed8..8282aeeae08 100644
--- a/python/plugins/processing/algs/otb/description/OrthoRectification-lambert-WGS84.xml
+++ b/python/plugins/processing/algs/otb/description/OrthoRectification-lambert-WGS84.xml
@@ -3,7 +3,7 @@
otbcli_OrthoRectificationOrthoRectification (lambert-WGS84)Geometry
- This application allows ortho-rectifying optical images from supported sensors.
+ This application allows to ortho-rectify optical images from supported sensors.
ParameterRaster
@@ -59,7 +59,7 @@
ParameterNumberelev.defaultDefault elevation
- 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.
+ This parameter allows to set 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.0
@@ -68,7 +68,7 @@
ParameterSelectioninterpolatorInterpolation
- This group of parameters allows defining how the input image will be interpolated during resampling.
+ This group of parameters allows to define how the input image will be interpolated during resampling.bco
@@ -82,7 +82,7 @@
ParameterNumberinterpolator.bco.radiusRadius for bicubic interpolation
- This parameter allows controlling the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.
+ This parameter allows to control the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.2
@@ -91,7 +91,7 @@
ParameterNumberopt.ramAvailable RAM (Mb)
- This allows setting the maximum amount of RAM available for processing. As the writing task is time consuming, it is better to write large pieces of data, which can be achieved by increasing this parameter (pay attention to your system capabilities)
+ This allows to set the maximum amount of RAM available for processing. As the writing task is time consuming, it is better to write large pieces of data, which can be achieved by increasing this parameter (pay attention to your system capabilities)128
diff --git a/python/plugins/processing/algs/otb/description/OrthoRectification-utm.xml b/python/plugins/processing/algs/otb/description/OrthoRectification-utm.xml
index 9da71f3a3de..f0dafe09515 100644
--- a/python/plugins/processing/algs/otb/description/OrthoRectification-utm.xml
+++ b/python/plugins/processing/algs/otb/description/OrthoRectification-utm.xml
@@ -3,7 +3,7 @@
otbcli_OrthoRectificationOrthoRectification (utm)Geometry
- This application allows ortho-rectifying optical images from supported sensors.
+ This application allows to ortho-rectify optical images from supported sensors.
ParameterRaster
@@ -35,7 +35,7 @@
ParameterNumbermap.utm.zoneZone number
- The zone number ranges from 1 to 60 and allows defining the transverse mercator projection (along with the hemisphere)
+ The zone number ranges from 1 to 60 and allows to define the transverse mercator projection (along with the hemisphere)31
@@ -73,7 +73,7 @@
ParameterNumberelev.defaultDefault elevation
- 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.
+ This parameter allows to set 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.0
@@ -82,7 +82,7 @@
ParameterSelectioninterpolatorInterpolation
- This group of parameters allows defining how the input image will be interpolated during resampling.
+ This group of parameters allows to define how the input image will be interpolated during resampling.bco
@@ -96,7 +96,7 @@
ParameterNumberinterpolator.bco.radiusRadius for bicubic interpolation
- This parameter allows controlling the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.
+ This parameter allows to control the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.2
@@ -105,7 +105,7 @@
ParameterNumberopt.ramAvailable RAM (Mb)
- This allows setting the maximum amount of RAM available for processing. As the writing task is time consuming, it is better to write large pieces of data, which can be achieved by increasing this parameter (pay attention to your system capabilities)
+ This allows to set the maximum amount of RAM available for processing. As the writing task is time consuming, it is better to write large pieces of data, which can be achieved by increasing this parameter (pay attention to your system capabilities)128
diff --git a/python/plugins/processing/algs/otb/description/Rasterization-image.xml b/python/plugins/processing/algs/otb/description/Rasterization-image.xml
new file mode 100644
index 00000000000..9799f180c68
--- /dev/null
+++ b/python/plugins/processing/algs/otb/description/Rasterization-image.xml
@@ -0,0 +1,78 @@
+
+ Rasterization-image
+ otbcli_Rasterization
+ Rasterization (image)
+ Vector Data Manipulation
+ Rasterize a vector dataset.
+
+ ParameterFile
+ in
+ Input vector dataset
+ The input vector dataset to be rasterized
+
+ False
+
+
+ OutputRaster
+ out
+ Ouptut image
+ An output image containing the rasterized vector dataset
+
+
+
+ ParameterRaster
+ im
+ Input reference image
+ A reference image from which to import output grid and projection reference system information.
+ True
+
+
+ ParameterNumber
+ background
+ Background value
+ Default value for pixels not belonging to any geometry
+
+
+ 0
+
+
+ ParameterSelection
+ mode
+ Rasterization mode
+ Choice of rasterization modes
+
+
+ binary
+ attribute
+
+
+ 0
+
+
+ ParameterNumber
+ mode.binary.foreground
+ Foreground value
+ Value for pixels inside a geometry
+
+
+ 255
+
+
+ ParameterString
+ mode.attribute.field
+ The attribute field to burn
+ Name of the attribute field to burn
+ DN
+
+ False
+
+
+ ParameterNumber
+ ram
+ Available RAM (Mb)
+ Available memory for processing (in MB)
+
+
+ 128
+
+
diff --git a/python/plugins/processing/algs/otb/description/Rasterization-manual.xml b/python/plugins/processing/algs/otb/description/Rasterization-manual.xml
new file mode 100644
index 00000000000..229e44131c1
--- /dev/null
+++ b/python/plugins/processing/algs/otb/description/Rasterization-manual.xml
@@ -0,0 +1,134 @@
+
+ Rasterization-manual
+ otbcli_Rasterization
+ Rasterization (manual)
+ Vector Data Manipulation
+ Rasterize a vector dataset.
+
+ ParameterFile
+ in
+ Input vector dataset
+ The input vector dataset to be rasterized
+
+ False
+
+
+ OutputRaster
+ out
+ Ouptut image
+ An output image containing the rasterized vector dataset
+
+
+
+ ParameterNumber
+ szx
+ Output size x
+ Output size along x axis (useless if support image is given)
+
+
+ 0
+
+
+ ParameterNumber
+ szy
+ Output size y
+ Output size along y axis (useless if support image is given)
+
+
+ 0
+
+
+ ParameterNumber
+ epsg
+ Output EPSG code
+ EPSG code for the output projection reference system (EPSG 4326 for WGS84, 32631 for UTM31N...,useless if support image is given)
+
+
+ 0
+
+
+ ParameterNumber
+ orx
+ Output Upper-left x
+ Output upper-left corner x coordinate (useless if support image is given)
+
+
+ 0.0
+
+
+ ParameterNumber
+ ory
+ Output Upper-left y
+ Output upper-left corner y coordinate (useless if support image is given)
+
+
+ 0.0
+
+
+ ParameterNumber
+ spx
+ Spacing (GSD) x
+ Spacing (ground sampling distance) along x axis (useless if support image is given)
+
+
+ 0.0
+
+
+ ParameterNumber
+ spy
+ Spacing (GSD) y
+ Spacing (ground sampling distance) along y axis (useless if support image is given)
+
+
+ 0.0
+
+
+ ParameterNumber
+ background
+ Background value
+ Default value for pixels not belonging to any geometry
+
+
+ 0
+
+
+ ParameterSelection
+ mode
+ Rasterization mode
+ Choice of rasterization modes
+
+
+ binary
+ attribute
+
+
+ 0
+
+
+ ParameterNumber
+ mode.binary.foreground
+ Foreground value
+ Value for pixels inside a geometry
+
+
+ 255
+
+
+ ParameterString
+ mode.attribute.field
+ The attribute field to burn
+ Name of the attribute field to burn
+ DN
+
+ False
+
+
+ ParameterNumber
+ ram
+ Available RAM (Mb)
+ Available memory for processing (in MB)
+
+
+ 128
+
+
diff --git a/python/plugins/processing/algs/otb/description/ReadImageInfo.xml b/python/plugins/processing/algs/otb/description/ReadImageInfo.xml
index 37efd9849da..0e96948f43b 100644
--- a/python/plugins/processing/algs/otb/description/ReadImageInfo.xml
+++ b/python/plugins/processing/algs/otb/description/ReadImageInfo.xml
@@ -15,7 +15,7 @@
ParameterBooleankeywordlistDisplay the OSSIM keywordlist
- Output the OSSIM keyword list. It contains metadata information (sensor model, geometry ). Information are stored in keyword list (pairs of key/value)
+ Output the OSSIM keyword list. It contains metadata information (sensor model, geometry ). Informations are stored in keyword list (pairs of key/value)True
diff --git a/python/plugins/processing/algs/otb/description/RigidTransformResample-id.xml b/python/plugins/processing/algs/otb/description/RigidTransformResample-id.xml
index c59424e12e2..8ff7125e59f 100644
--- a/python/plugins/processing/algs/otb/description/RigidTransformResample-id.xml
+++ b/python/plugins/processing/algs/otb/description/RigidTransformResample-id.xml
@@ -52,7 +52,7 @@
ParameterSelectioninterpolatorInterpolation
- This group of parameters allows defining how the input image will be interpolated during resampling.
+ This group of parameters allows to define how the input image will be interpolated during resampling.nn
@@ -66,7 +66,7 @@
ParameterNumberinterpolator.bco.radiusRadius for bicubic interpolation
- This parameter allows controlling the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.
+ This parameter allows to control the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.2
@@ -75,7 +75,7 @@
ParameterNumberramAvailable RAM (Mb)
- This allows setting the maximum amount of RAM available for processing. As the writing task is time consuming, it is better to write large pieces of data, which can be achieved by increasing this parameter (pay attention to your system capabilities)
+ This allows to set the maximum amount of RAM available for processing. As the writing task is time consuming, it is better to write large pieces of data, which can be achieved by increasing this parameter (pay attention to your system capabilities)128
diff --git a/python/plugins/processing/algs/otb/description/RigidTransformResample-rotation.xml b/python/plugins/processing/algs/otb/description/RigidTransformResample-rotation.xml
index 55f7254b198..80d7333fc4f 100644
--- a/python/plugins/processing/algs/otb/description/RigidTransformResample-rotation.xml
+++ b/python/plugins/processing/algs/otb/description/RigidTransformResample-rotation.xml
@@ -61,7 +61,7 @@
ParameterSelectioninterpolatorInterpolation
- This group of parameters allows defining how the input image will be interpolated during resampling.
+ This group of parameters allows to define how the input image will be interpolated during resampling.nn
@@ -75,7 +75,7 @@
ParameterNumberinterpolator.bco.radiusRadius for bicubic interpolation
- This parameter allows controlling the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.
+ This parameter allows to control the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.2
@@ -84,7 +84,7 @@
ParameterNumberramAvailable RAM (Mb)
- This allows setting the maximum amount of RAM available for processing. As the writing task is time consuming, it is better to write large pieces of data, which can be achieved by increasing this parameter (pay attention to your system capabilities)
+ This allows to set the maximum amount of RAM available for processing. As the writing task is time consuming, it is better to write large pieces of data, which can be achieved by increasing this parameter (pay attention to your system capabilities)128
diff --git a/python/plugins/processing/algs/otb/description/RigidTransformResample-translation.xml b/python/plugins/processing/algs/otb/description/RigidTransformResample-translation.xml
index 5067c10e060..031ef35889a 100644
--- a/python/plugins/processing/algs/otb/description/RigidTransformResample-translation.xml
+++ b/python/plugins/processing/algs/otb/description/RigidTransformResample-translation.xml
@@ -70,7 +70,7 @@
ParameterSelectioninterpolatorInterpolation
- This group of parameters allows defining how the input image will be interpolated during resampling.
+ This group of parameters allows to define how the input image will be interpolated during resampling.nn
@@ -84,7 +84,7 @@
ParameterNumberinterpolator.bco.radiusRadius for bicubic interpolation
- This parameter allows controlling the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.
+ This parameter allows to control the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.2
@@ -93,7 +93,7 @@
ParameterNumberramAvailable RAM (Mb)
- This allows setting the maximum amount of RAM available for processing. As the writing task is time consuming, it is better to write large pieces of data, which can be achieved by increasing this parameter (pay attention to your system capabilities)
+ This allows to set the maximum amount of RAM available for processing. As the writing task is time consuming, it is better to write large pieces of data, which can be achieved by increasing this parameter (pay attention to your system capabilities)128
diff --git a/python/plugins/processing/algs/otb/description/SFSTextureExtraction.xml b/python/plugins/processing/algs/otb/description/SFSTextureExtraction.xml
new file mode 100644
index 00000000000..34c9ec322c2
--- /dev/null
+++ b/python/plugins/processing/algs/otb/description/SFSTextureExtraction.xml
@@ -0,0 +1,84 @@
+
+ SFSTextureExtraction
+ otbcli_SFSTextureExtraction
+ SFS Texture Extraction
+ Feature Extraction
+ Computes Structural Feature Set textures on every pixel of the input image selected channel
+
+ ParameterRaster
+ in
+ Input Image
+ The input image to compute the features on.
+ False
+
+
+ ParameterNumber
+ channel
+ Selected Channel
+ The selected channel index
+
+
+ 1
+
+
+ ParameterNumber
+ ram
+ Available RAM (Mb)
+ Available memory for processing (in MB)
+
+
+ 128
+
+
+ ParameterNumber
+ parameters.spethre
+ Spectral Threshold
+ Spectral Threshold
+
+
+ 50
+
+
+ ParameterNumber
+ parameters.spathre
+ Spatial Threshold
+ Spatial Threshold
+
+
+ 100
+
+
+ ParameterNumber
+ parameters.nbdir
+ Number of Direction
+ Number of Direction
+
+
+ 20
+
+
+ ParameterNumber
+ parameters.alpha
+ Alpha
+ Alpha
+
+
+ 1
+
+
+ ParameterNumber
+ parameters.maxcons
+ Ratio Maximum Consideration Number
+ Ratio Maximum Consideration Number
+
+
+ 5
+
+
+ OutputRaster
+ out
+ Feature Output Image
+ Output image containing the SFS texture features.
+
+
+
diff --git a/python/plugins/processing/algs/otb/description/SOMClassification.xml b/python/plugins/processing/algs/otb/description/SOMClassification.xml
index fd13d30e436..9c1daa046cd 100644
--- a/python/plugins/processing/algs/otb/description/SOMClassification.xml
+++ b/python/plugins/processing/algs/otb/description/SOMClassification.xml
@@ -43,15 +43,6 @@
0
-
- ParameterNumber
- sl
- StreamingLines
- Number of lines in each streaming block (used during data sampling)
-
-
- 0
- OutputRastersom
diff --git a/python/plugins/processing/algs/otb/description/Segmentation-cc.xml b/python/plugins/processing/algs/otb/description/Segmentation-cc.xml
index 9ed0d3c2b9d..4910f6be75a 100644
--- a/python/plugins/processing/algs/otb/description/Segmentation-cc.xml
+++ b/python/plugins/processing/algs/otb/description/Segmentation-cc.xml
@@ -49,13 +49,12 @@
mode.vector.outOutput vector fileThe output vector file or database (name can be anything understood by OGR)
- ParameterSelectionmode.vector.outmodeWriting mode for the output vector file
- This allows setting the writing behaviour for the output vector file. Please note that the actual behaviour depends on the file format.
+ This allows to set the writing behaviour for the output vector file. Please note that the actual behaviour depends on the file format.ulco
@@ -100,7 +99,7 @@
ParameterNumbermode.vector.simplifySimplify polygons
- Simplify polygons according to a given tolerance (in pixel). This option allows reducing the size of the output file or database.
+ Simplify polygons according to a given tolerance (in pixel). This option allows to reduce the size of the output file or database.0.1
diff --git a/python/plugins/processing/algs/otb/description/Segmentation-meanshift.xml b/python/plugins/processing/algs/otb/description/Segmentation-meanshift.xml
index d8df0a559a6..ed498dc6c1d 100644
--- a/python/plugins/processing/algs/otb/description/Segmentation-meanshift.xml
+++ b/python/plugins/processing/algs/otb/description/Segmentation-meanshift.xml
@@ -85,13 +85,12 @@
mode.vector.outOutput vector fileThe output vector file or database (name can be anything understood by OGR)
- ParameterSelectionmode.vector.outmodeWriting mode for the output vector file
- This allows setting the writing behaviour for the output vector file. Please note that the actual behaviour depends on the file format.
+ This allows to set the writing behaviour for the output vector file. Please note that the actual behaviour depends on the file format.ulco
@@ -136,7 +135,7 @@
ParameterNumbermode.vector.simplifySimplify polygons
- Simplify polygons according to a given tolerance (in pixel). This option allows reducing the size of the output file or database.
+ Simplify polygons according to a given tolerance (in pixel). This option allows to reduce the size of the output file or database.0.1
diff --git a/python/plugins/processing/algs/otb/description/Segmentation-mprofiles.xml b/python/plugins/processing/algs/otb/description/Segmentation-mprofiles.xml
index 3c193f4c763..e6e5fa645d8 100644
--- a/python/plugins/processing/algs/otb/description/Segmentation-mprofiles.xml
+++ b/python/plugins/processing/algs/otb/description/Segmentation-mprofiles.xml
@@ -76,13 +76,12 @@
mode.vector.outOutput vector fileThe output vector file or database (name can be anything understood by OGR)
- ParameterSelectionmode.vector.outmodeWriting mode for the output vector file
- This allows setting the writing behaviour for the output vector file. Please note that the actual behaviour depends on the file format.
+ This allows to set the writing behaviour for the output vector file. Please note that the actual behaviour depends on the file format.ulco
@@ -127,7 +126,7 @@
ParameterNumbermode.vector.simplifySimplify polygons
- Simplify polygons according to a given tolerance (in pixel). This option allows reducing the size of the output file or database.
+ Simplify polygons according to a given tolerance (in pixel). This option allows to reduce the size of the output file or database.0.1
diff --git a/python/plugins/processing/algs/otb/description/Segmentation-watershed.xml b/python/plugins/processing/algs/otb/description/Segmentation-watershed.xml
index 80577eab8fb..dcd127b999c 100644
--- a/python/plugins/processing/algs/otb/description/Segmentation-watershed.xml
+++ b/python/plugins/processing/algs/otb/description/Segmentation-watershed.xml
@@ -58,13 +58,12 @@
mode.vector.outOutput vector fileThe output vector file or database (name can be anything understood by OGR)
- ParameterSelectionmode.vector.outmodeWriting mode for the output vector file
- This allows setting the writing behaviour for the output vector file. Please note that the actual behaviour depends on the file format.
+ This allows to set the writing behaviour for the output vector file. Please note that the actual behaviour depends on the file format.ulco
@@ -109,7 +108,7 @@
ParameterNumbermode.vector.simplifySimplify polygons
- Simplify polygons according to a given tolerance (in pixel). This option allows reducing the size of the output file or database.
+ Simplify polygons according to a given tolerance (in pixel). This option allows to reduce the size of the output file or database.0.1
diff --git a/python/plugins/processing/algs/otb/description/Smoothing-anidif.xml b/python/plugins/processing/algs/otb/description/Smoothing-anidif.xml
index 565747cda83..3f1d1c62d69 100644
--- a/python/plugins/processing/algs/otb/description/Smoothing-anidif.xml
+++ b/python/plugins/processing/algs/otb/description/Smoothing-anidif.xml
@@ -52,9 +52,18 @@
ParameterNumbertype.anidif.nbiterNb Iterations
- Number of iterations
+ Controls the sensitivity of the conductance term10
+
+ ParameterNumber
+ type.anidif.conductance
+ Conductance
+
+
+
+ 1
+
diff --git a/python/plugins/processing/algs/otb/description/StereoFramework.xml b/python/plugins/processing/algs/otb/description/StereoFramework.xml
index da8488fa606..e1a2de33a02 100644
--- a/python/plugins/processing/algs/otb/description/StereoFramework.xml
+++ b/python/plugins/processing/algs/otb/description/StereoFramework.xml
@@ -35,7 +35,7 @@
ParameterNumberelev.defaultDefault elevation
- 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.
+ This parameter allows to set 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.0
@@ -62,7 +62,7 @@
ParameterSelectionoutput.fusionmethodMethod to fuse measures in each DSM cell
- This parameter allows choosing the method used to fuse elevation measurements in each output DSM cell
+ This parameter allows to choose the method used to fuse elevation measurements in each output DSM cellmax
@@ -167,7 +167,7 @@
ParameterNumbermap.utm.zoneZone number
- The zone number ranges from 1 to 60 and allows defining the transverse mercator projection (along with the hemisphere)
+ The zone number ranges from 1 to 60 and allows to define the transverse mercator projection (along with the hemisphere)31
@@ -191,8 +191,8 @@
ParameterNumberstereorect.fwdgridstep
- Step of the deformation grid (in pixels)
- Stereo-rectification deformation grid only varies slowly. Therefore, it is recommended to use a coarser grid (higher step value) in case of large images
+ Step of the displacement grid (in pixels)
+ Stereo-rectification displacement grid only varies slowly. Therefore, it is recommended to use a coarser grid (higher step value) in case of large images16
@@ -201,7 +201,7 @@
ParameterNumberstereorect.invgridssrateSub-sampling rate for epipolar grid inversion
- Grid inversion is an heavy process that implies spline regression on control points. To avoid eating to much memory, this parameter allows sub-sampling first the field to invert.
+ Grid inversion is an heavy process that implies spline regression on control points. To avoid eating to much memory, this parameter allows to first sub-sample the field to invert.10
@@ -298,7 +298,7 @@
ParameterNumbermask.variancetDiscard pixels with low local variance
- This parameter allows discarding pixels whose local variance is too small (the size of the neighborhood is given by the radius parameter)
+ This parameter allows to discard pixels whose local variance is too small (the size of the neighborhood is given by the radius parameter)50
diff --git a/python/plugins/processing/algs/otb/description/Superimpose.xml b/python/plugins/processing/algs/otb/description/Superimpose.xml
index 7affe1563eb..d5957686683 100644
--- a/python/plugins/processing/algs/otb/description/Superimpose.xml
+++ b/python/plugins/processing/algs/otb/description/Superimpose.xml
@@ -22,7 +22,7 @@
ParameterNumberelev.defaultDefault elevation
- 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.
+ This parameter allows to set 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.0
@@ -43,11 +43,24 @@
Output reprojected image.
+
+ ParameterSelection
+ mode
+ Mode
+ Superimposition mode
+
+
+ default
+ phr
+
+
+ 0
+ ParameterSelectioninterpolatorInterpolation
- This group of parameters allows defining how the input image will be interpolated during resampling.
+ This group of parameters allows to define how the input image will be interpolated during resampling.bco
@@ -61,7 +74,7 @@
ParameterNumberinterpolator.bco.radiusRadius for bicubic interpolation
- This parameter allows controlling the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.
+ This parameter allows to control the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.2
diff --git a/python/plugins/processing/algs/otb/description/TrainImagesClassifier-ann.xml b/python/plugins/processing/algs/otb/description/TrainImagesClassifier-ann.xml
index f1b36f26f66..27b87d26fb7 100644
--- a/python/plugins/processing/algs/otb/description/TrainImagesClassifier-ann.xml
+++ b/python/plugins/processing/algs/otb/description/TrainImagesClassifier-ann.xml
@@ -33,20 +33,18 @@
io.confmatoutOutput confusion matrixOutput file containing the confusion matrix (.csv format).
- OutputFileio.outOutput modelOutput file containing the model estimated (.txt format).
- ParameterNumberelev.defaultDefault elevation
- 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.
+ This parameter allows to set 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.0
@@ -69,6 +67,15 @@
1000
+
+ ParameterNumber
+ sample.bm
+ Bound sample number by minimum
+ Bound the number of samples for each class by the number of available samples by the smaller class. Proportions between training and validation are respected. Default is true (=1).
+
+
+ 1
+ ParameterBooleansample.edg
diff --git a/python/plugins/processing/algs/otb/description/TrainImagesClassifier-bayes.xml b/python/plugins/processing/algs/otb/description/TrainImagesClassifier-bayes.xml
index 8ff19525f99..8b57bfa928e 100644
--- a/python/plugins/processing/algs/otb/description/TrainImagesClassifier-bayes.xml
+++ b/python/plugins/processing/algs/otb/description/TrainImagesClassifier-bayes.xml
@@ -33,20 +33,18 @@
io.confmatoutOutput confusion matrixOutput file containing the confusion matrix (.csv format).
- OutputFileio.outOutput modelOutput file containing the model estimated (.txt format).
- ParameterNumberelev.defaultDefault elevation
- 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.
+ This parameter allows to set 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.0
@@ -69,6 +67,15 @@
1000
+
+ ParameterNumber
+ sample.bm
+ Bound sample number by minimum
+ Bound the number of samples for each class by the number of available samples by the smaller class. Proportions between training and validation are respected. Default is true (=1).
+
+
+ 1
+ ParameterBooleansample.edg
diff --git a/python/plugins/processing/algs/otb/description/TrainImagesClassifier-boost.xml b/python/plugins/processing/algs/otb/description/TrainImagesClassifier-boost.xml
index 9b8a83c29c3..e2f33d2d1d2 100644
--- a/python/plugins/processing/algs/otb/description/TrainImagesClassifier-boost.xml
+++ b/python/plugins/processing/algs/otb/description/TrainImagesClassifier-boost.xml
@@ -33,20 +33,18 @@
io.confmatoutOutput confusion matrixOutput file containing the confusion matrix (.csv format).
- OutputFileio.outOutput modelOutput file containing the model estimated (.txt format).
- ParameterNumberelev.defaultDefault elevation
- 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.
+ This parameter allows to set 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.0
@@ -69,6 +67,15 @@
1000
+
+ ParameterNumber
+ sample.bm
+ Bound sample number by minimum
+ Bound the number of samples for each class by the number of available samples by the smaller class. Proportions between training and validation are respected. Default is true (=1).
+
+
+ 1
+ ParameterBooleansample.edg
diff --git a/python/plugins/processing/algs/otb/description/TrainImagesClassifier-dt.xml b/python/plugins/processing/algs/otb/description/TrainImagesClassifier-dt.xml
index e2ff654a3d6..3ea930b2989 100644
--- a/python/plugins/processing/algs/otb/description/TrainImagesClassifier-dt.xml
+++ b/python/plugins/processing/algs/otb/description/TrainImagesClassifier-dt.xml
@@ -33,20 +33,18 @@
io.confmatoutOutput confusion matrixOutput file containing the confusion matrix (.csv format).
- OutputFileio.outOutput modelOutput file containing the model estimated (.txt format).
- ParameterNumberelev.defaultDefault elevation
- 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.
+ This parameter allows to set 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.0
@@ -69,6 +67,15 @@
1000
+
+ ParameterNumber
+ sample.bm
+ Bound sample number by minimum
+ Bound the number of samples for each class by the number of available samples by the smaller class. Proportions between training and validation are respected. Default is true (=1).
+
+
+ 1
+ ParameterBooleansample.edg
diff --git a/python/plugins/processing/algs/otb/description/TrainImagesClassifier-gbt.xml b/python/plugins/processing/algs/otb/description/TrainImagesClassifier-gbt.xml
index ca31a6ec219..dbe0af45666 100644
--- a/python/plugins/processing/algs/otb/description/TrainImagesClassifier-gbt.xml
+++ b/python/plugins/processing/algs/otb/description/TrainImagesClassifier-gbt.xml
@@ -33,20 +33,18 @@
io.confmatoutOutput confusion matrixOutput file containing the confusion matrix (.csv format).
- OutputFileio.outOutput modelOutput file containing the model estimated (.txt format).
- ParameterNumberelev.defaultDefault elevation
- 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.
+ This parameter allows to set 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.0
@@ -69,6 +67,15 @@
1000
+
+ ParameterNumber
+ sample.bm
+ Bound sample number by minimum
+ Bound the number of samples for each class by the number of available samples by the smaller class. Proportions between training and validation are respected. Default is true (=1).
+
+
+ 1
+ ParameterBooleansample.edg
diff --git a/python/plugins/processing/algs/otb/description/TrainImagesClassifier-knn.xml b/python/plugins/processing/algs/otb/description/TrainImagesClassifier-knn.xml
index a7a4eebf1ee..21f960bca06 100644
--- a/python/plugins/processing/algs/otb/description/TrainImagesClassifier-knn.xml
+++ b/python/plugins/processing/algs/otb/description/TrainImagesClassifier-knn.xml
@@ -33,20 +33,18 @@
io.confmatoutOutput confusion matrixOutput file containing the confusion matrix (.csv format).
- OutputFileio.outOutput modelOutput file containing the model estimated (.txt format).
- ParameterNumberelev.defaultDefault elevation
- 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.
+ This parameter allows to set 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.0
@@ -69,6 +67,15 @@
1000
+
+ ParameterNumber
+ sample.bm
+ Bound sample number by minimum
+ Bound the number of samples for each class by the number of available samples by the smaller class. Proportions between training and validation are respected. Default is true (=1).
+
+
+ 1
+ ParameterBooleansample.edg
diff --git a/python/plugins/processing/algs/otb/description/TrainImagesClassifier-libsvm.xml b/python/plugins/processing/algs/otb/description/TrainImagesClassifier-libsvm.xml
index c6ced17aa04..a9b91a8e341 100644
--- a/python/plugins/processing/algs/otb/description/TrainImagesClassifier-libsvm.xml
+++ b/python/plugins/processing/algs/otb/description/TrainImagesClassifier-libsvm.xml
@@ -33,20 +33,18 @@
io.confmatoutOutput confusion matrixOutput file containing the confusion matrix (.csv format).
- OutputFileio.outOutput modelOutput file containing the model estimated (.txt format).
- ParameterNumberelev.defaultDefault elevation
- 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.
+ This parameter allows to set 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.0
@@ -69,6 +67,15 @@
1000
+
+ ParameterNumber
+ sample.bm
+ Bound sample number by minimum
+ Bound the number of samples for each class by the number of available samples by the smaller class. Proportions between training and validation are respected. Default is true (=1).
+
+
+ 1
+ ParameterBooleansample.edg
diff --git a/python/plugins/processing/algs/otb/description/TrainImagesClassifier-rf.xml b/python/plugins/processing/algs/otb/description/TrainImagesClassifier-rf.xml
index a24fc6be004..b20210a79a4 100644
--- a/python/plugins/processing/algs/otb/description/TrainImagesClassifier-rf.xml
+++ b/python/plugins/processing/algs/otb/description/TrainImagesClassifier-rf.xml
@@ -33,20 +33,18 @@
io.confmatoutOutput confusion matrixOutput file containing the confusion matrix (.csv format).
- OutputFileio.outOutput modelOutput file containing the model estimated (.txt format).
- ParameterNumberelev.defaultDefault elevation
- 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.
+ This parameter allows to set 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.0
@@ -69,6 +67,15 @@
1000
+
+ ParameterNumber
+ sample.bm
+ Bound sample number by minimum
+ Bound the number of samples for each class by the number of available samples by the smaller class. Proportions between training and validation are respected. Default is true (=1).
+
+
+ 1
+ ParameterBooleansample.edg
diff --git a/python/plugins/processing/algs/otb/description/TrainImagesClassifier-svm.xml b/python/plugins/processing/algs/otb/description/TrainImagesClassifier-svm.xml
index 5abf4ce4924..7f0af42ed4e 100644
--- a/python/plugins/processing/algs/otb/description/TrainImagesClassifier-svm.xml
+++ b/python/plugins/processing/algs/otb/description/TrainImagesClassifier-svm.xml
@@ -33,26 +33,24 @@
io.confmatoutOutput confusion matrixOutput file containing the confusion matrix (.csv format).
- OutputFileio.outOutput modelOutput file containing the model estimated (.txt format).
-
- *ParameterNumber
+ ParameterNumberelev.defaultDefault elevation
- 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.
+ This parameter allows to set 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.0
- *ParameterNumber
+ ParameterNumbersample.mtMaximum training sample size per classMaximum size per class (in pixels) of the training sample list (default = 1000) (no limit = -1). If equal to -1, then the maximal size of the available training sample list per class will be equal to the surface area of the smallest class multiplied by the training sample ratio.
@@ -61,7 +59,7 @@
1000
- *ParameterNumber
+ ParameterNumbersample.mvMaximum validation sample size per classMaximum size per class (in pixels) of the validation sample list (default = 1000) (no limit = -1). If equal to -1, then the maximal size of the available validation sample list per class will be equal to the surface area of the smallest class multiplied by the validation sample ratio.
@@ -70,7 +68,16 @@
1000
- *ParameterBoolean
+ ParameterNumber
+ sample.bm
+ Bound sample number by minimum
+ Bound the number of samples for each class by the number of available samples by the smaller class. Proportions between training and validation are respected. Default is true (=1).
+
+
+ 1
+
+
+ ParameterBooleansample.edgOn edge pixel inclusionTakes pixels on polygon edge into consideration when building training and validation samples.
@@ -107,7 +114,7 @@
0
- *ParameterSelection
+ ParameterSelectionclassifier.svm.mSVM Model TypeType of SVM formulation.
@@ -145,7 +152,7 @@
1
- *ParameterNumber
+ ParameterNumberclassifier.svm.nuParameter nu of a SVM optimization problem (NU_SVC / ONE_CLASS)Parameter nu of a SVM optimization problem.
@@ -154,7 +161,7 @@
0
- *ParameterNumber
+ ParameterNumberclassifier.svm.coef0Parameter coef0 of a kernel function (POLY / SIGMOID)Parameter coef0 of a kernel function (POLY / SIGMOID).
@@ -163,7 +170,7 @@
0
- *ParameterNumber
+ ParameterNumberclassifier.svm.gammaParameter gamma of a kernel function (POLY / RBF / SIGMOID)Parameter gamma of a kernel function (POLY / RBF / SIGMOID).
@@ -172,7 +179,7 @@
1
- *ParameterNumber
+ ParameterNumberclassifier.svm.degreeParameter degree of a kernel function (POLY)Parameter degree of a kernel function (POLY).
@@ -191,7 +198,7 @@
True
- *ParameterNumber
+ ParameterNumberrandset user defined seedSet specific seed. with integer value.
diff --git a/python/plugins/processing/algs/otb/description/TrainOGRLayersClassifier.xml b/python/plugins/processing/algs/otb/description/TrainOGRLayersClassifier.xml
new file mode 100644
index 00000000000..b9f301930d2
--- /dev/null
+++ b/python/plugins/processing/algs/otb/description/TrainOGRLayersClassifier.xml
@@ -0,0 +1,46 @@
+
+ TrainOGRLayersClassifier
+ otbcli_TrainOGRLayersClassifier
+ TrainOGRLayersClassifier
+ Segmentation
+ Train a SVM classifier based on labeled geometries and a list of features to consider.
+
+ ParameterFile
+ inshp
+ Name of the input shapefile
+ Name of the input shapefile
+
+ False
+
+
+ ParameterFile
+ instats
+ XML file containing mean and variance of each feature.
+ XML file containing mean and variance of each feature.
+
+ False
+
+
+ OutputFile
+ outsvm
+ Output model filename.
+ Output model filename.
+
+
+ ParameterString
+ feat
+ List of features to consider for classification.
+ List of features to consider for classification.
+
+
+
+
+ ParameterString
+ cfield
+ Field containing the class id for supervision
+ Field containing the class id for supervision. Only geometries with this field available will be taken into account.
+ class
+
+ False
+
+
diff --git a/python/plugins/processing/algs/otb/description/VectorDataExtractROI.xml b/python/plugins/processing/algs/otb/description/VectorDataExtractROI.xml
new file mode 100644
index 00000000000..843e65eed60
--- /dev/null
+++ b/python/plugins/processing/algs/otb/description/VectorDataExtractROI.xml
@@ -0,0 +1,38 @@
+
+ VectorDataExtractROI
+ otbcli_VectorDataExtractROI
+ VectorData Extract ROI
+ Vector Data Manipulation
+ Perform an extract ROI on the input vector data according to the input image extent
+
+ ParameterVector
+ io.vd
+ Input Vector data
+ Input vector data
+
+ False
+
+
+ ParameterRaster
+ io.in
+ Support image
+ Support image that specifies the extracted region
+ False
+
+
+ OutputVector
+ io.out
+ Output Vector data
+ Output extracted vector data
+
+
+
+ ParameterNumber
+ elev.default
+ Default elevation
+ This parameter allows to set 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.
+
+
+ 0
+
+
diff --git a/python/plugins/processing/algs/otb/description/VectorDataReprojection-image.xml b/python/plugins/processing/algs/otb/description/VectorDataReprojection-image.xml
new file mode 100644
index 00000000000..d3a6755c4e1
--- /dev/null
+++ b/python/plugins/processing/algs/otb/description/VectorDataReprojection-image.xml
@@ -0,0 +1,57 @@
+
+ VectorDataReprojection-image
+ otbcli_VectorDataReprojection
+ VectorDataReprojection (image)
+ Vector Data Manipulation
+ This application allows to reproject a vector data using support image projection reference, or a user specified map projection
+
+
+ ParameterFile
+ in.vd
+ Input vector data
+ The input vector data to reproject
+
+ False
+
+
+ ParameterRaster
+ in.kwl
+ Use image keywords list
+ Optional input image to fill vector data with image kwl.
+ True
+
+
+ OutputFile
+ out.vd
+ Output vector data
+ The reprojected vector data
+
+
+ ParameterSelection
+ out.proj
+ Output Projection choice
+
+
+
+ image
+
+
+ 0
+
+
+ ParameterRaster
+ out.proj.image.in
+ Image used to get projection map
+ Projection map will be found using image metadata
+ False
+
+
+ ParameterNumber
+ elev.default
+ Default elevation
+ This parameter allows to set 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.
+
+
+ 0
+
+
diff --git a/python/plugins/processing/algs/otb/description/VectorDataReprojection-user.xml b/python/plugins/processing/algs/otb/description/VectorDataReprojection-user.xml
new file mode 100644
index 00000000000..83ea9858414
--- /dev/null
+++ b/python/plugins/processing/algs/otb/description/VectorDataReprojection-user.xml
@@ -0,0 +1,91 @@
+
+ VectorDataReprojection-user
+ otbcli_VectorDataReprojection
+ VectorDataReprojection (user)
+ Vector Data Manipulation
+ This application allows to reproject a vector data using support image projection reference, or a user specified map projection
+
+
+ ParameterFile
+ in.vd
+ Input vector data
+ The input vector data to reproject
+
+ False
+
+
+ ParameterRaster
+ in.kwl
+ Use image keywords list
+ Optional input image to fill vector data with image kwl.
+ True
+
+
+ OutputFile
+ out.vd
+ Output vector data
+ The reprojected vector data
+
+
+ ParameterSelection
+ out.proj
+ Output Projection choice
+
+
+
+ user
+
+
+ 0
+
+
+ ParameterSelection
+ out.proj.user.map
+ Output Cartographic Map Projection
+ Parameters of the output map projection to be used.
+
+
+ utm
+ lambert2
+ lambert93
+ wgs
+ epsg
+
+
+ 0
+
+
+ ParameterNumber
+ out.proj.user.map.utm.zone
+ Zone number
+ The zone number ranges from 1 to 60 and allows to define the transverse mercator projection (along with the hemisphere)
+
+
+ 31
+
+
+ ParameterBoolean
+ out.proj.user.map.utm.northhem
+ Northern Hemisphere
+ The transverse mercator projections are defined by their zone number as well as the hemisphere. Activate this parameter if your image is in the northern hemisphere.
+ True
+
+
+ ParameterNumber
+ out.proj.user.map.epsg.code
+ EPSG Code
+ See www.spatialreference.org to find which EPSG code is associated to your projection
+
+
+ 4326
+
+
+ ParameterNumber
+ elev.default
+ Default elevation
+ This parameter allows to set 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.
+
+
+ 0
+
+
diff --git a/python/plugins/processing/algs/otb/description/VectorDataTransform.xml b/python/plugins/processing/algs/otb/description/VectorDataTransform.xml
new file mode 100644
index 00000000000..509877afbcb
--- /dev/null
+++ b/python/plugins/processing/algs/otb/description/VectorDataTransform.xml
@@ -0,0 +1,83 @@
+
+ VectorDataTransform
+ otbcli_VectorDataTransform
+ Vector Data Transformation
+ Vector Data Manipulation
+ Apply a transform to each vertex of the input VectorData
+
+ ParameterVector
+ vd
+ Input Vector data
+ Input vector data to transform
+
+ False
+
+
+ OutputVector
+ out
+ Output Vector data
+ Output transformed vector data
+
+
+
+ ParameterRaster
+ in
+ Support image
+ Image needed as a support to the vector data
+ False
+
+
+ ParameterNumber
+ transform.tx
+ Translation X
+ Translation in the X direction (in pixels)
+
+
+ 0
+
+
+ ParameterNumber
+ transform.ty
+ Translation Y
+ Translation in the Y direction (in pixels)
+
+
+ 0
+
+
+ ParameterNumber
+ transform.ro
+ Rotation Angle
+ Angle of the rotation to apply in degrees
+
+
+ 0
+
+
+ ParameterNumber
+ transform.centerx
+ Center X
+ X coordinate of the rotation center (in physical units)
+
+
+ 0
+
+
+ ParameterNumber
+ transform.centery
+ Center Y
+ Y coordinate of the rotation center (in physical units)
+
+
+ 0
+
+
+ ParameterNumber
+ transform.scale
+ Scale
+ The scale to apply
+
+
+ 1
+
+
diff --git a/python/plugins/processing/algs/otb/description/doc/BandMath.html b/python/plugins/processing/algs/otb/description/doc/BandMath.html
index d51a52a2981..c6c9657d6e9 100644
--- a/python/plugins/processing/algs/otb/description/doc/BandMath.html
+++ b/python/plugins/processing/algs/otb/description/doc/BandMath.html
@@ -2,5 +2,5 @@
-
BandMath
Brief Description
Perform a mathematical operation on monoband images
Tags
Util
Long Description
This application performs a mathematical operation on monoband images. Mathematical formula interpretation is done via MuParser libraries http://muparser.sourceforge.net/
Parameters
[param] -il <string> Image list to perform computation on.. Mandatory: True. Default Value: "0"
[param] -ram <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"
[param] -exp <string> The mathematical expression to apply.
-Use im1b1 for the first band, im1b2 for the second one.... Mandatory: True. Default Value: ""