Skip to content

Commit 08de319

Browse files
author
julien.malik@gmail.com
committed
[otb] add description for otb modules
git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@78 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
1 parent 1a1d9d6 commit 08de319

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+676
-74
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
otbcli_BandMath
2+
BandMath
3+
OTB
4+
OutputRaster|-out|Output image.|
5+
ParameterNumber|-ram|Available memory for processing (in MB)|None|None|128
6+
ParameterString|-exp|The mathematical expression to apply. \nUse im1b1 for the first band, im1b2 for the second one...|
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
otbcli_BundleToPerfectSensor
2+
BundleToPerfectSensor
3+
OTB
4+
ParameterRaster|-inp| Input panchromatic image.|True
5+
ParameterRaster|-inxs| Input XS image.|True
6+
ParameterSelection|-elev|This group of parameters allows to manage elevation values. Supported formats are SRTM, DTED or any geotiff processed by the DEM import application|dem;average;
7+
ParameterString|-elev.dem.path|This parameter allows to select a directory containing Digital Elevation Model tiles|
8+
ParameterString|-elev.dem.geoid|Use a geoid grid to get the height above the ellipsoid used|
9+
ParameterNumber|-elev.average.value|This parameter allows to pick up an average elevation for all the points of the image.|None|None|0.0
10+
ParameterNumber|-lms| Spacing of the deformation field. Default is 10 times the PAN image spacing.|None|None|None
11+
OutputRaster|-out| Output image.|
12+
ParameterNumber|-ram|Available memory for processing (in MB)|None|None|128
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
otbcli_ColorMapping
2+
ColorMapping
3+
OTB
4+
ParameterRaster|-in|Input image filename|True
5+
OutputRaster|-out|Output image filename|
6+
ParameterNumber|-ram|Available memory for processing (in MB)|None|None|128
7+
ParameterSelection|-op|Selection of the operation to execute (default is : label to color).|labeltocolor;colortolabel;
8+
ParameterNumber|-op.colortolabel.notfound|Label to use for unknown colors.|None|None|404
9+
ParameterSelection|-method|Selection of color mapping methods and their parameters.|custom;continuous;optimal;image;
10+
ParameterString|-method.custom.lut|An ASCII file containing the look-up table\nwith one color per line\n(for instance the line '1 255 0 0' means that all pixels with label 1 will be replaced by RGB color 255 0 0)\nLines beginning with a # are ignored|
11+
ParameterSelection|-method.continuous.lut|Available look-up tables.|red;green;blue;grey;hot;cool;spring;summer;autumn;winter;copper;jet;hsv;overunder;relief;
12+
ParameterNumber|-method.continuous.min|Set the lower input value of the mapping range.|None|None|0.0
13+
ParameterNumber|-method.continuous.max|Set the higher input value of the mapping range.|None|None|255.0
14+
ParameterNumber|-method.optimal.background|Value of the background label|None|None|0
15+
ParameterRaster|-method.image.in|Support image filename. LUT is calculated using the mean af pixel value on the area. First of all image is normalized with extrema rejection|True
16+
ParameterNumber|-method.image.low|lower quantile for image normalisation|None|None|2
17+
ParameterNumber|-method.image.up|upper quantile for image normalisation|None|None|2
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
otbcli_CompareImages
2+
CompareImages
3+
OTB
4+
ParameterRaster|-ref.in|Image used as reference in the comparaison|True
5+
ParameterNumber|-ref.channel|Used channel for the reference image|None|None|1
6+
ParameterRaster|-meas.in|Image used as measured in the comparaison|True
7+
ParameterNumber|-meas.channel|Used channel for the measured image|None|None|1
8+
ParameterNumber|-roi.startx|ROI start x position.|None|None|0
9+
ParameterNumber|-roi.starty|ROI start y position.|None|None|0
10+
ParameterNumber|-roi.sizex|size along x in pixels.|None|None|0
11+
ParameterNumber|-roi.sizey|size along y in pixels.|None|None|0
12+
ParameterNumber|-mse|Mean Squared Error value|None|None|None
13+
ParameterNumber|-mae|Mean Absolute Error value|None|None|None
14+
ParameterNumber|-psnr|Peak Signal to Noise Ratio value|None|None|None
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
otbcli_ComputeImagesStatistics
2+
ComputeImagesStatistics
3+
OTB
4+
ParameterString|-out|XML filename where the statistics are saved for future reuse.|
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
otbcli_ComputePolylineFeatureFromImage
2+
ComputePolylineFeatureFromImage
3+
OTB
4+
ParameterRaster|-in|An image to compute the descriptors on.|True
5+
ParameterVector|-vd|Vector data containing the polylines where the features will be computed.|True
6+
ParameterSelection|-elev|This group of parameters allows to manage elevation values. Supported formats are SRTM, DTED or any geotiff processed by the DEM import application|dem;average;
7+
ParameterString|-elev.dem.path|This parameter allows to select a directory containing Digital Elevation Model tiles|
8+
ParameterString|-elev.dem.geoid|Use a geoid grid to get the height above the ellipsoid used|
9+
ParameterNumber|-elev.average.value|This parameter allows to pick up an average elevation for all the points of the image.|None|None|0.0
10+
ParameterString|-expr|The feature formula (b1 < 0.3) where b1 is the standard name of input image first band|
11+
ParameterString|-field|The field name corresponding to the feature codename (NONDVI, ROADSA...)|
12+
OutputVector|-out|The output vector data containing polylines with a new field|
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
otbcli_ConcatenateImages
2+
ConcatenateImages
3+
OTB
4+
OutputRaster|-out|The concatenated output image|
5+
ParameterNumber|-ram|Available memory for processing (in MB)|None|None|128
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
otbcli_ConcatenateVectorData
2+
ConcatenateVectorData
3+
OTB
4+
OutputVector|-out|Output conctenated VectorData|
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
otbcli_ConnectedComponentSegmentation
2+
ConnectedComponentSegmentation
3+
OTB
4+
ParameterRaster|-in|The image to segment.|True
5+
OutputVector|-out|The segmentation shape.|
6+
ParameterString|-mask|Mask mathematical expression (only if support image is given)|
7+
ParameterString|-expr|Formula used for connected component segmentation|
8+
ParameterNumber|-minsize|Min object size (area in pixel)|None|None|2
9+
ParameterString|-obia|OBIA mathematical expression|
10+
ParameterSelection|-elev|This group of parameters allows to manage elevation values. Supported formats are SRTM, DTED or any geotiff processed by the DEM import application|dem;average;
11+
ParameterString|-elev.dem.path|This parameter allows to select a directory containing Digital Elevation Model tiles|
12+
ParameterString|-elev.dem.geoid|Use a geoid grid to get the height above the ellipsoid used|
13+
ParameterNumber|-elev.average.value|This parameter allows to pick up an average elevation for all the points of the image.|None|None|0.0
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
otbcli_Convert
2+
Convert
3+
OTB
4+
ParameterRaster|-in|Input image|True
5+
ParameterSelection|-type|Transfer function for the rescaling|none;linear;log2;
6+
OutputRaster|-out|Output image|
7+
ParameterNumber|-ram|Available memory for processing (in MB)|None|None|128

0 commit comments

Comments
 (0)