Skip to content

Commit

Permalink
[otb] use parameter name instead of description
Browse files Browse the repository at this point in the history
git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@85 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
  • Loading branch information
julien.malik@gmail.com committed Apr 13, 2012
1 parent 23bf222 commit 8c83e7f
Show file tree
Hide file tree
Showing 55 changed files with 518 additions and 518 deletions.
6 changes: 3 additions & 3 deletions src/sextante/otb/description/BandMath.txt
@@ -1,6 +1,6 @@
otbcli_BandMath
BandMath
OTB
OutputRaster|-out|Output image.|
ParameterNumber|-ram|Available memory for processing (in MB)|None|None|128
ParameterString|-exp|The mathematical expression to apply. \nUse im1b1 for the first band, im1b2 for the second one...|
OutputRaster|-out|Output Image|
ParameterNumber|-ram|Available RAM (Mb)|None|None|128
ParameterString|-exp|Expression|
18 changes: 9 additions & 9 deletions src/sextante/otb/description/BundleToPerfectSensor.txt
@@ -1,12 +1,12 @@
otbcli_BundleToPerfectSensor
BundleToPerfectSensor
OTB
ParameterRaster|-inp| Input panchromatic image.|False
ParameterRaster|-inxs| Input XS image.|False
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;
ParameterString|-elev.dem.path|This parameter allows to select a directory containing Digital Elevation Model tiles|
ParameterString|-elev.dem.geoid|Use a geoid grid to get the height above the ellipsoid used|
ParameterNumber|-elev.average.value|This parameter allows to pick up an average elevation for all the points of the image.|None|None|0.0
ParameterNumber|-lms| Spacing of the deformation field. Default is 10 times the PAN image spacing.|None|None|None
OutputRaster|-out| Output image.|
ParameterNumber|-ram|Available memory for processing (in MB)|None|None|128
ParameterRaster|-inp|Input PAN Image|False
ParameterRaster|-inxs|Input XS Image|False
ParameterSelection|-elev|Elevation management|dem;average;
ParameterString|-elev.dem.path|DEM directory|
ParameterString|-elev.dem.geoid|Geoid File|
ParameterNumber|-elev.average.value|Average Elevation|None|None|0.0
ParameterNumber|-lms|Spacing of the deformation field|None|None|None
OutputRaster|-out|Output image|
ParameterNumber|-ram|Available RAM (Mb)|None|None|128
28 changes: 14 additions & 14 deletions src/sextante/otb/description/ColorMapping.txt
@@ -1,17 +1,17 @@
otbcli_ColorMapping
ColorMapping
OTB
ParameterRaster|-in|Input image filename|False
OutputRaster|-out|Output image filename|
ParameterNumber|-ram|Available memory for processing (in MB)|None|None|128
ParameterSelection|-op|Selection of the operation to execute (default is : label to color).|labeltocolor;colortolabel;
ParameterNumber|-op.colortolabel.notfound|Label to use for unknown colors.|None|None|404
ParameterSelection|-method|Selection of color mapping methods and their parameters.|custom;continuous;optimal;image;
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|
ParameterSelection|-method.continuous.lut|Available look-up tables.|red;green;blue;grey;hot;cool;spring;summer;autumn;winter;copper;jet;hsv;overunder;relief;
ParameterNumber|-method.continuous.min|Set the lower input value of the mapping range.|None|None|0.0
ParameterNumber|-method.continuous.max|Set the higher input value of the mapping range.|None|None|255.0
ParameterNumber|-method.optimal.background|Value of the background label|None|None|0
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|False
ParameterNumber|-method.image.low|lower quantile for image normalisation|None|None|2
ParameterNumber|-method.image.up|upper quantile for image normalisation|None|None|2
ParameterRaster|-in|Input Image|False
OutputRaster|-out|Output Image|
ParameterNumber|-ram|Available RAM (Mb)|None|None|128
ParameterSelection|-op|Operation|labeltocolor;colortolabel;
ParameterNumber|-op.colortolabel.notfound|Not Found Label|None|None|404
ParameterSelection|-method|Color mapping method|custom;continuous;optimal;image;
ParameterString|-method.custom.lut|Look-up table file|
ParameterSelection|-method.continuous.lut|Look-up tables|red;green;blue;grey;hot;cool;spring;summer;autumn;winter;copper;jet;hsv;overunder;relief;
ParameterNumber|-method.continuous.min|Mapping range lower value|None|None|0.0
ParameterNumber|-method.continuous.max|Mapping range higher value|None|None|255.0
ParameterNumber|-method.optimal.background|Background label|None|None|0
ParameterRaster|-method.image.in|Support Image|False
ParameterNumber|-method.image.low|lower quantile|None|None|2
ParameterNumber|-method.image.up|upper quantile|None|None|2
22 changes: 11 additions & 11 deletions src/sextante/otb/description/CompareImages.txt
@@ -1,14 +1,14 @@
otbcli_CompareImages
CompareImages
OTB
ParameterRaster|-ref.in|Image used as reference in the comparaison|False
ParameterNumber|-ref.channel|Used channel for the reference image|None|None|1
ParameterRaster|-meas.in|Image used as measured in the comparaison|False
ParameterNumber|-meas.channel|Used channel for the measured image|None|None|1
ParameterNumber|-roi.startx|ROI start x position.|None|None|0
ParameterNumber|-roi.starty|ROI start y position.|None|None|0
ParameterNumber|-roi.sizex|size along x in pixels.|None|None|0
ParameterNumber|-roi.sizey|size along y in pixels.|None|None|0
ParameterNumber|-mse|Mean Squared Error value|None|None|None
ParameterNumber|-mae|Mean Absolute Error value|None|None|None
ParameterNumber|-psnr|Peak Signal to Noise Ratio value|None|None|None
ParameterRaster|-ref.in|Reference image|False
ParameterNumber|-ref.channel|Reference image channel|None|None|1
ParameterRaster|-meas.in|Measured image|False
ParameterNumber|-meas.channel|Measured image channel|None|None|1
ParameterNumber|-roi.startx|Start X|None|None|0
ParameterNumber|-roi.starty|Start Y|None|None|0
ParameterNumber|-roi.sizex|Size X|None|None|0
ParameterNumber|-roi.sizey|Size Y|None|None|0
ParameterNumber|-mse|MSE|None|None|None
ParameterNumber|-mae|MAE|None|None|None
ParameterNumber|-psnr|PSNR|None|None|None
2 changes: 1 addition & 1 deletion src/sextante/otb/description/ComputeImagesStatistics.txt
@@ -1,4 +1,4 @@
otbcli_ComputeImagesStatistics
ComputeImagesStatistics
OTB
ParameterString|-out|XML filename where the statistics are saved for future reuse.|
ParameterString|-out|Output XML file|
18 changes: 9 additions & 9 deletions src/sextante/otb/description/ComputePolylineFeatureFromImage.txt
@@ -1,12 +1,12 @@
otbcli_ComputePolylineFeatureFromImage
ComputePolylineFeatureFromImage
OTB
ParameterRaster|-in|An image to compute the descriptors on.|False
ParameterVector|-vd|Vector data containing the polylines where the features will be computed.|False
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;
ParameterString|-elev.dem.path|This parameter allows to select a directory containing Digital Elevation Model tiles|
ParameterString|-elev.dem.geoid|Use a geoid grid to get the height above the ellipsoid used|
ParameterNumber|-elev.average.value|This parameter allows to pick up an average elevation for all the points of the image.|None|None|0.0
ParameterString|-expr|The feature formula (b1 < 0.3) where b1 is the standard name of input image first band|
ParameterString|-field|The field name corresponding to the feature codename (NONDVI, ROADSA...)|
OutputVector|-out|The output vector data containing polylines with a new field|
ParameterRaster|-in|Input Image|False
ParameterVector|-vd|Vector Data|False
ParameterSelection|-elev|Elevation management|dem;average;
ParameterString|-elev.dem.path|DEM directory|
ParameterString|-elev.dem.geoid|Geoid File|
ParameterNumber|-elev.average.value|Average Elevation|None|None|0.0
ParameterString|-expr|Feature expression|
ParameterString|-field|Feature name|
OutputVector|-out|Output Vector Data|
4 changes: 2 additions & 2 deletions src/sextante/otb/description/ConcatenateImages.txt
@@ -1,5 +1,5 @@
otbcli_ConcatenateImages
ConcatenateImages
OTB
OutputRaster|-out|The concatenated output image|
ParameterNumber|-ram|Available memory for processing (in MB)|None|None|128
OutputRaster|-out|Output Image|
ParameterNumber|-ram|Available RAM (Mb)|None|None|128
2 changes: 1 addition & 1 deletion src/sextante/otb/description/ConcatenateVectorData.txt
@@ -1,4 +1,4 @@
otbcli_ConcatenateVectorData
ConcatenateVectorData
OTB
OutputVector|-out|Output conctenated VectorData|
OutputVector|-out|Concatenated VectorData|
20 changes: 10 additions & 10 deletions src/sextante/otb/description/ConnectedComponentSegmentation.txt
@@ -1,13 +1,13 @@
otbcli_ConnectedComponentSegmentation
ConnectedComponentSegmentation
OTB
ParameterRaster|-in|The image to segment.|False
OutputVector|-out|The segmentation shape.|
ParameterString|-mask|Mask mathematical expression (only if support image is given)|
ParameterString|-expr|Formula used for connected component segmentation|
ParameterNumber|-minsize|Min object size (area in pixel)|None|None|2
ParameterString|-obia|OBIA mathematical expression|
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;
ParameterString|-elev.dem.path|This parameter allows to select a directory containing Digital Elevation Model tiles|
ParameterString|-elev.dem.geoid|Use a geoid grid to get the height above the ellipsoid used|
ParameterNumber|-elev.average.value|This parameter allows to pick up an average elevation for all the points of the image.|None|None|0.0
ParameterRaster|-in|Input Image|False
OutputVector|-out|Output Shape|
ParameterString|-mask|Mask expression|
ParameterString|-expr|Connected Component Expression|
ParameterNumber|-minsize|Minimum Object Size|None|None|2
ParameterString|-obia|OBIA Expression|
ParameterSelection|-elev|Elevation management|dem;average;
ParameterString|-elev.dem.path|DEM directory|
ParameterString|-elev.dem.geoid|Geoid File|
ParameterNumber|-elev.average.value|Average Elevation|None|None|0.0
6 changes: 3 additions & 3 deletions src/sextante/otb/description/Convert.txt
Expand Up @@ -2,6 +2,6 @@ otbcli_Convert
Convert
OTB
ParameterRaster|-in|Input image|False
ParameterSelection|-type|Transfer function for the rescaling|none;linear;log2;
OutputRaster|-out|Output image|
ParameterNumber|-ram|Available memory for processing (in MB)|None|None|128
ParameterSelection|-type|Rescale type|none;linear;log2;
OutputRaster|-out|Output Image|
ParameterNumber|-ram|Available RAM (Mb)|None|None|128
22 changes: 11 additions & 11 deletions src/sextante/otb/description/ConvertCartoToGeoPoint.txt
@@ -1,14 +1,14 @@
otbcli_ConvertCartoToGeoPoint
ConvertCartoToGeoPoint
OTB
ParameterNumber|-carto.x|X cartographic coordinates in the specified projection.|None|None|None
ParameterNumber|-carto.y|Y cartographic coordinates in the specified projection.|None|None|None
ParameterSelection|-mapproj|Parameters of the ouptut map projection to be used.|utm;lambert2;lambert93;transmercator;wgs;epsg;
ParameterNumber|-mapproj.utm.zone|The zone number ranges from 1 to 60 and allows to define the transverse mercator projection (along with the hemisphere)|None|None|None
ParameterBoolean|-mapproj.utm.northhem|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.|
ParameterNumber|-mapproj.transmercator.falseeasting| Transmercator false easting value.|None|None|0.0
ParameterNumber|-mapproj.transmercator.falsenorthing| Transmercator false northing value.|None|None|0.0
ParameterNumber|-mapproj.transmercator.scale| Transmercator scale factor value.|None|None|1.0
ParameterNumber|-mapproj.epsg.code|See www.spatialreference.org to find which EPSG code is associated to your projection|None|None|32631
ParameterNumber|-long|Point longitude coordinates.|None|None|None
ParameterNumber|-lat|Point latitude coordinates.|None|None|None
ParameterNumber|-carto.x|X cartographic coordinates|None|None|None
ParameterNumber|-carto.y|Y cartographic coordinates|None|None|None
ParameterSelection|-mapproj|Output Cartographic Map Projection|utm;lambert2;lambert93;transmercator;wgs;epsg;
ParameterNumber|-mapproj.utm.zone|Zone number|None|None|None
ParameterBoolean|-mapproj.utm.northhem|Northern Hemisphere|
ParameterNumber|-mapproj.transmercator.falseeasting|False easting|None|None|0.0
ParameterNumber|-mapproj.transmercator.falsenorthing|False northing|None|None|0.0
ParameterNumber|-mapproj.transmercator.scale|Scale factor|None|None|1.0
ParameterNumber|-mapproj.epsg.code|EPSG Code|None|None|32631
ParameterNumber|-long|Output long|None|None|None
ParameterNumber|-lat|Output lat|None|None|None
14 changes: 7 additions & 7 deletions src/sextante/otb/description/ConvertSensorToGeoPoint.txt
@@ -1,10 +1,10 @@
otbcli_ConvertSensorToGeoPoint
ConvertSensorToGeoPoint
OTB
ParameterRaster|-in|Input sensor image.|False
ParameterNumber|-input.idx|X coordinate of the point to transform.|None|None|None
ParameterNumber|-input.idy|Y coordinate of the point to transform.|None|None|None
ParameterNumber|-output.idx|Output point longitude coordinate.|None|None|None
ParameterNumber|-output.idy|Output point latitude coordinate.|None|None|None
ParameterString|-output.town|Nearest main town of the computed geographic point.|
ParameterString|-output.country|Country of the input image|
ParameterRaster|-in|Sensor image|False
ParameterNumber|-input.idx|X value of desired point|None|None|None
ParameterNumber|-input.idy|Y value of desired point|None|None|None
ParameterNumber|-output.idx|Output Point Longitude|None|None|None
ParameterNumber|-output.idy|Output Point Latitude|None|None|None
ParameterString|-output.town|Main town near the coordinates computed|
ParameterString|-output.country|Country of the image|
16 changes: 8 additions & 8 deletions src/sextante/otb/description/DSFuzzyModelEstimation.txt
@@ -1,11 +1,11 @@
otbcli_DSFuzzyModelEstimation
DSFuzzyModelEstimation
OTB
ParameterVector|-psin|Ground truth vector data for positive samples|False
ParameterVector|-nsin|Ground truth vector data for negative samples|False
ParameterString|-cri|Dempster Shafer criterion (by default (belief+plausibility)/2)|((Belief + Plausibility)/2.)
ParameterNumber|-wgt|Coefficient between 0 and 1 to promote undetection or false detections (default 0.5)|None|None|0.5
ParameterString|-initmod|Initialization model (xml file) to be used. If the xml initialization model is set, the descriptor list is not used (specified using the option -desclist)|
ParameterNumber|-maxnbit|Maximum number of optimizer iteration (default 200)|None|None|200
ParameterBoolean|-optobs|Activate the optimizer observer|
ParameterString|-out|Output model file name (xml file) contains the optimal model to perform informations fusion.|
ParameterVector|-psin|Input Positive Vector Data|False
ParameterVector|-nsin|Input Negative Vector Data|False
ParameterString|-cri|Criterion|((Belief + Plausibility)/2.)
ParameterNumber|-wgt|Weighting|None|None|0.5
ParameterString|-initmod|initialization model|
ParameterNumber|-maxnbit|Maximum number of iterations|None|None|200
ParameterBoolean|-optobs|Optimizer Observer|
ParameterString|-out|Output filename|
14 changes: 7 additions & 7 deletions src/sextante/otb/description/ExtractROI.txt
@@ -1,10 +1,10 @@
otbcli_ExtractROI
ExtractROI
OTB
ParameterRaster|-in|Input image.|False
OutputRaster|-out|Output image.|
ParameterNumber|-ram|Available memory for processing (in MB)|None|None|128
ParameterNumber|-startx|ROI start x position.|None|None|0
ParameterNumber|-starty|ROI start y position.|None|None|0
ParameterNumber|-sizex|size along x in pixels.|None|None|0
ParameterNumber|-sizey|size along y in pixels.|None|None|0
ParameterRaster|-in|Input Image|False
OutputRaster|-out|Output Image|
ParameterNumber|-ram|Available RAM (Mb)|None|None|128
ParameterNumber|-startx|Start X|None|None|0
ParameterNumber|-starty|Start Y|None|None|0
ParameterNumber|-sizex|Size X|None|None|0
ParameterNumber|-sizey|Size Y|None|None|0
44 changes: 22 additions & 22 deletions src/sextante/otb/description/FineRegistration.txt
@@ -1,25 +1,25 @@
otbcli_FineRegistration
FineRegistration
OTB
ParameterRaster|-ref|The reference image.|False
ParameterRaster|-sec|The secondary image.|False
OutputRaster|-out|The output image.|
ParameterNumber|-erx|The exploration radius along x (in pixels)|None|None|None
ParameterNumber|-ery|The exploration radius along y (in pixels)|None|None|None
ParameterNumber|-mrx|Radius along x (in pixels) of the metric computation window|None|None|None
ParameterNumber|-mry|Radius along y (in pixels) of the metric computation window|None|None|None
ParameterRaster|-w|The image to warp after disparity estimation is completed|True
OutputRaster|-wo|The output warped image|
ParameterNumber|-cox|Coarse offset along x (in physical space) between the two images|None|None|0.0
ParameterNumber|-coy|Coarse offset along y (in physical space) between the two images|None|None|0.0
ParameterNumber|-ssrx|Generates a result at a coarser resolution with a given sub-sampling rate along X|None|None|1.0
ParameterNumber|-ssry|Generates a result at a coarser resolution with a given sub-sampling rate along Y|None|None|1.0
ParameterNumber|-rgsx|Performs a gaussian smoothing of the reference image. Parameter is gaussian sigma (in pixels) in X direction.|None|None|None
ParameterNumber|-rgsy|Performs a gaussian smoothing of the reference image. Parameter is gaussian sigma (in pixels) in Y direction.|None|None|None
ParameterNumber|-sgsx|Performs a gaussian smoothing of the secondary image. Parameter is gaussian sigma (in pixels) in X direction.|None|None|None
ParameterNumber|-sgsy|Performs a gaussian smoothing of the secondary image. Parameter is gaussian sigma (in pixels) in Y direction.|None|None|None
ParameterString|-m|Choose the metric used for block matching. Available metrics are cross-correlation (CC), cross-correlation with subtracted mean (CCSM), mean-square difference (MSD), mean reciprocal square difference (MRSD) and mutual information (MI). Default is cross-correlation|
ParameterNumber|-spa|Metric extrema location will be refined up to the given accuracy. Default is 0.01|None|None|0.00999999977648
ParameterNumber|-vmlt|Lower threshold to obtain a validity mask.|None|None|None
ParameterNumber|-vmut|Upper threshold to obtain a validity mask.|None|None|None
ParameterNumber|-ram|Available memory for processing (in MB)|None|None|128
ParameterRaster|-ref|Reference Image|False
ParameterRaster|-sec|Secondary Image|False
OutputRaster|-out|Output Image|
ParameterNumber|-erx|Exploration Radius X|None|None|None
ParameterNumber|-ery|Exploration Radius Y|None|None|None
ParameterNumber|-mrx|Metric Radius X|None|None|None
ParameterNumber|-mry|Metric Radius Y|None|None|None
ParameterRaster|-w|Image To Warp|True
OutputRaster|-wo|Output Warped Image|
ParameterNumber|-cox|Coarse Offset X|None|None|0.0
ParameterNumber|-coy|Coarse Offset Y|None|None|0.0
ParameterNumber|-ssrx|Sub-Sampling Rate X|None|None|1.0
ParameterNumber|-ssry|Sub-Sampling Rate Y|None|None|1.0
ParameterNumber|-rgsx|Reference Gaussian Smoothing X|None|None|None
ParameterNumber|-rgsy|Reference Gaussian Smoothing Y|None|None|None
ParameterNumber|-sgsx|Secondary Gaussian Smoothing X|None|None|None
ParameterNumber|-sgsy|Secondary Gaussian Smoothing Y|None|None|None
ParameterString|-m|Metric|
ParameterNumber|-spa|SubPixelAccuracy|None|None|0.00999999977648
ParameterNumber|-vmlt|Validity Mask Lower Threshold|None|None|None
ParameterNumber|-vmut|Validity Mask Upper Threshold|None|None|None
ParameterNumber|-ram|Available RAM (Mb)|None|None|128

0 comments on commit 8c83e7f

Please sign in to comment.