Skip to content

Commit

Permalink
[otb] fix application descriptors
Browse files Browse the repository at this point in the history
git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@82 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
  • Loading branch information
julien.malik@gmail.com committed Apr 13, 2012
1 parent dcf6bfb commit fef55d0
Show file tree
Hide file tree
Showing 46 changed files with 73 additions and 73 deletions.
4 changes: 2 additions & 2 deletions src/sextante/otb/description/BundleToPerfectSensor.txt
@@ -1,8 +1,8 @@
otbcli_BundleToPerfectSensor
BundleToPerfectSensor
OTB
ParameterRaster|-inp| Input panchromatic image.|True
ParameterRaster|-inxs| Input XS image.|True
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|
Expand Down
4 changes: 2 additions & 2 deletions src/sextante/otb/description/ColorMapping.txt
@@ -1,7 +1,7 @@
otbcli_ColorMapping
ColorMapping
OTB
ParameterRaster|-in|Input image filename|True
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;
Expand All @@ -12,6 +12,6 @@ ParameterSelection|-method.continuous.lut|Available look-up tables.|red;green;bl
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|True
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
4 changes: 2 additions & 2 deletions src/sextante/otb/description/CompareImages.txt
@@ -1,9 +1,9 @@
otbcli_CompareImages
CompareImages
OTB
ParameterRaster|-ref.in|Image used as reference in the comparaison|True
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|True
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
Expand Down
@@ -1,8 +1,8 @@
otbcli_ComputePolylineFeatureFromImage
ComputePolylineFeatureFromImage
OTB
ParameterRaster|-in|An image to compute the descriptors on.|True
ParameterVector|-vd|Vector data containing the polylines where the features will be computed.|True
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|
Expand Down
@@ -1,7 +1,7 @@
otbcli_ConnectedComponentSegmentation
ConnectedComponentSegmentation
OTB
ParameterRaster|-in|The image to segment.|True
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|
Expand Down
2 changes: 1 addition & 1 deletion src/sextante/otb/description/Convert.txt
@@ -1,7 +1,7 @@
otbcli_Convert
Convert
OTB
ParameterRaster|-in|Input image|True
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
2 changes: 1 addition & 1 deletion src/sextante/otb/description/ConvertSensorToGeoPoint.txt
@@ -1,7 +1,7 @@
otbcli_ConvertSensorToGeoPoint
ConvertSensorToGeoPoint
OTB
ParameterRaster|-in|Input sensor image.|True
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
Expand Down
4 changes: 2 additions & 2 deletions src/sextante/otb/description/DSFuzzyModelEstimation.txt
@@ -1,8 +1,8 @@
otbcli_DSFuzzyModelEstimation
DSFuzzyModelEstimation
OTB
ParameterVector|-psin|Ground truth vector data for positive samples|True
ParameterVector|-nsin|Ground truth vector data for negative samples|True
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)|
Expand Down
2 changes: 1 addition & 1 deletion src/sextante/otb/description/ExtractROI.txt
@@ -1,7 +1,7 @@
otbcli_ExtractROI
ExtractROI
OTB
ParameterRaster|-in|Input image.|True
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
Expand Down
6 changes: 3 additions & 3 deletions src/sextante/otb/description/FineRegistration.txt
@@ -1,14 +1,14 @@
otbcli_FineRegistration
FineRegistration
OTB
ParameterRaster|-ref|The reference image.|True
ParameterRaster|-sec|The secondary image.|True
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|False
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
Expand Down
4 changes: 2 additions & 2 deletions src/sextante/otb/description/GridBasedImageResampling.txt
@@ -1,9 +1,9 @@
otbcli_GridBasedImageResampling
GridBasedImageResampling
OTB
ParameterRaster|-io.in|The input image to resample|True
ParameterRaster|-io.in|The input image to resample|False
OutputRaster|-io.out|The resampled output image|
ParameterRaster|-grid.in|The resampling grid|True
ParameterRaster|-grid.in|The resampling grid|False
ParameterSelection|-grid.type|Allows to choose between two grid types|def;loc;
ParameterNumber|-out.ulx|X Coordinate of the upper-left pixel of the output resampled image|None|None|0.0
ParameterNumber|-out.uly|Y Coordinate of the upper-left pixel of the output resampled image|None|None|0.0
Expand Down
4 changes: 2 additions & 2 deletions src/sextante/otb/description/HooverCompareSegmentation.txt
@@ -1,8 +1,8 @@
otbcli_HooverCompareSegmentation
HooverCompareSegmentation
OTB
ParameterRaster|-ingt|A partial ground truth segmentation image.|True
ParameterRaster|-inms|A machine segmentation image.|True
ParameterRaster|-ingt|A partial ground truth segmentation image.|False
ParameterRaster|-inms|A machine segmentation image.|False
ParameterNumber|-bg|Label value of the background in the input segmentations|None|None|0
ParameterNumber|-th|Overlapping threshold used to find Hoover instances.|None|None|0.75
OutputRaster|-outgt|The colored ground truth output image.|
Expand Down
4 changes: 2 additions & 2 deletions src/sextante/otb/description/HyperspectralUnmixing.txt
@@ -1,7 +1,7 @@
otbcli_HyperspectralUnmixing
HyperspectralUnmixing
OTB
ParameterRaster|-in|The hyperspectral data cube to unmix|True
ParameterRaster|-in|The hyperspectral data cube to unmix|False
OutputRaster|-out|The output abundance map|
ParameterRaster|-ie|The endmembers (estimated pure pixels) to use for unmixing. Must be stored as a multispectral image, where each pixel is interpreted as an endmember|True
ParameterRaster|-ie|The endmembers (estimated pure pixels) to use for unmixing. Must be stored as a multispectral image, where each pixel is interpreted as an endmember|False
ParameterSelection|-ua|The algorithm to use for unmixing|ucls;ncls;isra;mdmdnmf;
2 changes: 1 addition & 1 deletion src/sextante/otb/description/ImageEnvelope.txt
@@ -1,7 +1,7 @@
otbcli_ImageEnvelope
ImageEnvelope
OTB
ParameterRaster|-in|Input image.|True
ParameterRaster|-in|Input image.|False
OutputVector|-out|Vector data file containing the envelope|
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|
Expand Down
4 changes: 2 additions & 2 deletions src/sextante/otb/description/ImageSVMClassifier.txt
@@ -1,8 +1,8 @@
otbcli_ImageSVMClassifier
ImageSVMClassifier
OTB
ParameterRaster|-in|The input image to classify.|True
ParameterRaster|-mask|The mask allows to restrict classification of the input image to the area where mask pixel values are greater than 0.|False
ParameterRaster|-in|The input image to classify.|False
ParameterRaster|-mask|The mask allows to restrict classification of the input image to the area where mask pixel values are greater than 0.|True
ParameterString|-svm|A SVM model file (*.svm extension, produced by TrainSVMImagesClassifier application).|
ParameterString|-imstat|A XML file containing mean and standard deviation to center and reduce samples before classification (produced by ComputeImagesStatistics application).|
OutputRaster|-out|Output image containing class labels|
Expand Down
4 changes: 2 additions & 2 deletions src/sextante/otb/description/KMeansClassification.txt
@@ -1,10 +1,10 @@
otbcli_KMeansClassification
KMeansClassification
OTB
ParameterRaster|-in|Input image to classify.|True
ParameterRaster|-in|Input image to classify.|False
OutputRaster|-out|Output image containing the class indexes.|
ParameterNumber|-ram|Available memory for processing (in MB)|None|None|128
ParameterRaster|-vm|Validity mask. Only non-zero pixels will be used to estimate KMeans modes.|False
ParameterRaster|-vm|Validity mask. Only non-zero pixels will be used to estimate KMeans modes.|True
ParameterNumber|-ts|Size of the training set (in pixels).|None|None|100
ParameterNumber|-nc|Number of modes, which will be used to generate class membership.|None|None|5
ParameterNumber|-maxit|Maximum number of iterations for the learning step.|None|None|1000
Expand Down
6 changes: 3 additions & 3 deletions src/sextante/otb/description/KmzExport.txt
@@ -1,11 +1,11 @@
otbcli_KmzExport
KmzExport
OTB
ParameterRaster|-in|Input image|True
ParameterRaster|-in|Input image|False
ParameterString|-out|Output Kmz product directory (with .kmz extension)|
ParameterNumber|-tilesize|Size of the tiles in the kmz product, in number of pixels.|None|None|None
ParameterRaster|-logo|Path to the image logo to add to the KMZ product.|False
ParameterRaster|-legend|Path to the image legend to add to the KMZ product.|False
ParameterRaster|-logo|Path to the image logo to add to the KMZ product.|True
ParameterRaster|-legend|Path to the image legend to add to the KMZ product.|True
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|
Expand Down
2 changes: 1 addition & 1 deletion src/sextante/otb/description/LineSegmentDetection.txt
@@ -1,7 +1,7 @@
otbcli_LineSegmentDetection
LineSegmentDetection
OTB
ParameterRaster|-in| Input image on which lines while be detected.|True
ParameterRaster|-in| Input image on which lines while be detected.|False
OutputVector|-out| Output detected line segments (vector data).|
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|
Expand Down
@@ -1,5 +1,5 @@
otbcli_MaximumAutocorrelationFactor
MaximumAutocorrelationFactor
OTB
ParameterRaster|-in|The input image to apply MAF decomposition on.|True
ParameterRaster|-in|The input image to apply MAF decomposition on.|False
OutputRaster|-out|MAF decomposition of the input image. Components are ordered by decreasing eigenvalues.|
2 changes: 1 addition & 1 deletion src/sextante/otb/description/MeanShiftSegmentation.txt
@@ -1,7 +1,7 @@
otbcli_MeanShiftSegmentation
MeanShiftSegmentation
OTB
ParameterRaster|-in|The input image.|True
ParameterRaster|-in|The input image.|False
OutputRaster|-fout|The filtered output image.|
OutputRaster|-cout|The clustered output image.|
OutputRaster|-lout|The label output image.|
Expand Down
2 changes: 1 addition & 1 deletion src/sextante/otb/description/MultiResolutionPyramid.txt
@@ -1,7 +1,7 @@
otbcli_MultiResolutionPyramid
MultiResolutionPyramid
OTB
ParameterRaster|-in||True
ParameterRaster|-in||False
ParameterString|-out|will be used to get the prefix and the extension of the images to write|
ParameterNumber|-ram|Available memory for processing (in MB)|None|None|128
ParameterNumber|-level|Number of levels in the pyramid (default is 1).|None|None|1
Expand Down
@@ -1,7 +1,7 @@
otbcli_MultivariateAlterationDetector
MultivariateAlterationDetector
OTB
ParameterRaster|-in1|Image which describe initial state of the scene.|True
ParameterRaster|-in2|Image which describe scene after perturbations.|True
ParameterRaster|-in1|Image which describe initial state of the scene.|False
ParameterRaster|-in2|Image which describe scene after perturbations.|False
OutputRaster|-out|Image of detected changes.|
ParameterNumber|-ram|Available memory for processing (in MB)|None|None|128
2 changes: 1 addition & 1 deletion src/sextante/otb/description/OSMDownloader.txt
Expand Up @@ -2,7 +2,7 @@ otbcli_OSMDownloader
OSMDownloader
OTB
OutputVector|-out|Generated output vector data path|
ParameterRaster|-support|Image used as support to estimate the models|True
ParameterRaster|-support|Image used as support to estimate the models|False
ParameterString|-key|OSM tag key to extract (highway, building...)|
ParameterString|-value|OSM tag value to extract (motorway, footway...)|
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;
Expand Down
2 changes: 1 addition & 1 deletion src/sextante/otb/description/OpticalCalibration.txt
@@ -1,7 +1,7 @@
otbcli_OpticalCalibration
OpticalCalibration
OTB
ParameterRaster|-in|Input image filename (values in DN)|True
ParameterRaster|-in|Input image filename (values in DN)|False
OutputRaster|-out|Output calibrated image filename|
ParameterNumber|-ram|Available memory for processing (in MB)|None|None|128
ParameterSelection|-level||toa;toc;
Expand Down
2 changes: 1 addition & 1 deletion src/sextante/otb/description/OrthoRectification.txt
@@ -1,7 +1,7 @@
otbcli_OrthoRectification
OrthoRectification
OTB
ParameterRaster|-io.in|The input image to ortho-rectify|True
ParameterRaster|-io.in|The input image to ortho-rectify|False
OutputRaster|-io.out|The ortho-rectified output image|
ParameterSelection|-map|Parameters of the ouptut map projection to be used.|utm;lambert2;lambert93;transmercator;wgs;epsg;
ParameterNumber|-map.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
Expand Down
2 changes: 1 addition & 1 deletion src/sextante/otb/description/PixelValue.txt
@@ -1,7 +1,7 @@
otbcli_PixelValue
PixelValue
OTB
ParameterRaster|-in|Input image|True
ParameterRaster|-in|Input image|False
ParameterNumber|-coordx|Column index of the wanted pixel (starts at 0).|None|None|None
ParameterNumber|-coordy|Line index of the wanted pixel (starts at 0).|None|None|None
ParameterString|-value|Pixel radiometric value|
12 changes: 6 additions & 6 deletions src/sextante/otb/description/PixelWiseBlockMatching.txt
@@ -1,14 +1,14 @@
otbcli_PixelWiseBlockMatching
PixelWiseBlockMatching
OTB
ParameterRaster|-io.inleft|The left input image (reference)|True
ParameterRaster|-io.inright|The right input (secondary)|True
ParameterRaster|-io.inleft|The left input image (reference)|False
ParameterRaster|-io.inright|The right input (secondary)|False
OutputRaster|-io.out|An image containing the estimated disparities as well as the metric values if the option is used|
OutputRaster|-io.outmaskleft|A left mask image corresponding to all citerions (see masking parameters). Only required if variance threshold or nodata criterions are set.|
OutputRaster|-io.outmaskright|A right mask image corresponding to all citerions (see masking parameters). Only required if variance threshold or nodata criterions are set.|
ParameterBoolean|-io.outmetric|If used, the output image will have a second component with metric optimal values|
ParameterRaster|-mask.inleft|This parameter allows to provide a custom mask for the left image|False
ParameterRaster|-mask.inright|This parameter allows to provide a custom mask for the right image|False
ParameterRaster|-mask.inleft|This parameter allows to provide a custom mask for the left image|True
ParameterRaster|-mask.inright|This parameter allows to provide a custom mask for the right image|True
ParameterNumber|-mask.nodata|This parameter allows to discard pixels whose value is equal to the user-defined no-data value.|None|None|0.0
ParameterNumber|-mask.variancet|This parameter allows to discard pixels whose local variance is too small (the size of the neighborhood is given by the radius parameter)|None|None|100.0
ParameterSelection|-bm.metric||ssd;ncc;lp;
Expand All @@ -26,8 +26,8 @@ ParameterNumber|-bm.initdisp.uniform.hdisp|Value of the uniform horizontal dispa
ParameterNumber|-bm.initdisp.uniform.vdisp|Value of the uniform vertical disparity initial estimate (in pixels)|None|None|0
ParameterNumber|-bm.initdisp.uniform.hrad|Horizontal exploration radius around the initial disparity estimate (in pixels)|None|None|0
ParameterNumber|-bm.initdisp.uniform.vrad|Vertical exploration radius around the initial disparity estimate (in pixels)|None|None|0
ParameterRaster|-bm.initdisp.maps.hmap|Map of the initial horizontal disparities|True
ParameterRaster|-bm.initdisp.maps.vmap|Map of the initial vertical disparities|True
ParameterRaster|-bm.initdisp.maps.hmap|Map of the initial horizontal disparities|False
ParameterRaster|-bm.initdisp.maps.vmap|Map of the initial vertical disparities|False
ParameterNumber|-bm.initdisp.maps.hrad|Horizontal exploration radius around the initial disparity estimate (in pixels)|None|None|0
ParameterNumber|-bm.initdisp.maps.vrad|Vertical exploration radius around the initial disparity estimate (in pixels)|None|None|0
ParameterNumber|-ram|Available memory for processing (in MB)|None|None|128
2 changes: 1 addition & 1 deletion src/sextante/otb/description/Quicklook.txt
@@ -1,7 +1,7 @@
otbcli_Quicklook
Quicklook
OTB
ParameterRaster|-in|The image to read|True
ParameterRaster|-in|The image to read|False
OutputRaster|-out|The subsampled image|
ParameterNumber|-rox|first point of ROI in x-direction|None|None|0
ParameterNumber|-roy|first point of ROI in y-direction|None|None|0
Expand Down
@@ -1,7 +1,7 @@
otbcli_RadiometricVegetationIndices
RadiometricVegetationIndices
OTB
ParameterRaster|-in|Input image, with at least red and NIR channels|True
ParameterRaster|-in|Input image, with at least red and NIR channels|False
OutputRaster|-out|Radiometric indices output image|
ParameterNumber|-ram|Available memory for processing (in MB)|None|None|128
ParameterNumber|-channels.red|Red channel index|None|None|3
Expand Down
2 changes: 1 addition & 1 deletion src/sextante/otb/description/RadiometricWaterIndices.txt
@@ -1,7 +1,7 @@
otbcli_RadiometricWaterIndices
RadiometricWaterIndices
OTB
ParameterRaster|-in|Input image|True
ParameterRaster|-in|Input image|False
OutputRaster|-out|Radiometric indices output image|
ParameterNumber|-ram|Available memory for processing (in MB)|None|None|128
ParameterNumber|-channels.blue|Blue channel index|None|None|1
Expand Down

0 comments on commit fef55d0

Please sign in to comment.