-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Several patches contributed by Rado Guzinski:
-New OTB descriptions an help -Update OTB descriptions -More responsive MultipleInputPanel.py -Minor bug fixes
- Loading branch information
Showing
82 changed files
with
11,720 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
r.series | ||
r.series - Makes each output cell value a function of the values assigned to the corresponding cells in the input raster map layers. | ||
Raster (r.*) | ||
ParameterMultipleInput|input|Name of input raster map(s)|3.0|False | ||
ParameterBoolean|-n|Propagate NULLs|True | ||
ParameterSelection|method|Aggregate operation|average;count;median;mode;minimum;min_raster;maximum;max_raster;stddev;range;sum;threshold;variance;diversity;slope;offset;detcoeff;quart1;quart3;perc90;quantile;skewness;kurtosis | ||
ParameterNumber|quantile|Quantile to calculate for method=quantile|0.0|1.0|0.0 | ||
ParameterNumber|threshold|Threshold to calculate for method=threshold|None|None|0.0 | ||
ParameterString|range|Ignore values outside this range (lo,hi)|-10000000000,10000000000 | ||
OutputRaster|output|Name for output raster map |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
BlockMatching | ||
otbcli_BlockMatching | ||
Pixel-wise Block-Matching | ||
Stereo | ||
ParameterRaster|-io.inleft|Left input image|False | ||
ParameterRaster|-io.inright|Right input image|False | ||
OutputRaster|-io.out|The output disparity map | ||
OutputRaster|-io.outmask|The output mask corresponding to all criterions | ||
ParameterBoolean|-io.outmetric|Output optimal metric values as well| | ||
ParameterRaster|-mask.inleft|Discard left pixels from mask image|True | ||
ParameterRaster|-mask.inright|Discard right pixels from mask image|True | ||
ParameterNumber|-mask.nodata|Discard pixels with no-data value|None|None|0.0 | ||
ParameterNumber|-mask.variancet|Discard pixels with low local variance|None|None|100.0 | ||
ParameterSelection|-bm.metric|Block-matching metric|ssd;ncc;lp|0 | ||
ParameterNumber|-bm.metric.lp.p|p value|None|None|1.0 | ||
ParameterNumber|-bm.radius|Radius of blocks|None|None|3 | ||
ParameterNumber|-bm.minhd|Minimum horizontal disparity|None|None|0 | ||
ParameterNumber|-bm.maxhd|Maximum horizontal disparity|None|None|0 | ||
ParameterNumber|-bm.minvd|Minimum vertical disparity|None|None|0 | ||
ParameterNumber|-bm.maxvd|Maximum vertical disparity|None|None|0 | ||
ParameterSelection|-bm.subpixel|Sub-pixel interpolation|none;parabolic;triangular;dichotomy|0 | ||
ParameterNumber|-bm.medianfilter.radius|Radius|None|None|0 | ||
ParameterNumber|-bm.medianfilter.incoherence|Incoherence threshold|None|None|0.0 | ||
ParameterSelection|-bm.initdisp|Initial disparities|none;uniform;maps|0 | ||
ParameterNumber|-bm.initdisp.uniform.hdisp|Horizontal initial disparity|None|None|0 | ||
ParameterNumber|-bm.initdisp.uniform.vdisp|Vertical initial disparity|None|None|0 | ||
ParameterNumber|-bm.initdisp.uniform.hrad|Horizontal exploration radius|None|None|0 | ||
ParameterNumber|-bm.initdisp.uniform.vrad|Vertical exploration radius|None|None|0 | ||
ParameterRaster|-bm.initdisp.maps.hmap|Horizontal initial disparity map|False | ||
ParameterRaster|-bm.initdisp.maps.vmap|Vertical initial disparity map|False | ||
ParameterNumber|-bm.initdisp.maps.hrad|Horizontal exploration radius|None|None|0 | ||
ParameterNumber|-bm.initdisp.maps.vrad|Vertical exploration radius|None|None|0 | ||
ParameterNumber|-ram|Available RAM (Mb)|None|None|128 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
python/plugins/sextante/otb/description/DimensionalityReduction.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
DimensionalityReduction | ||
otbcli_DimensionalityReduction | ||
Dimensionality reduction application | ||
Image Filtering | ||
ParameterRaster|-in|Input Image|False | ||
OutputRaster|-out|Output Image | ||
ParameterNumber|-rescale.outmin|Output min value|None|None|0.0 | ||
ParameterNumber|-rescale.outmax|Output max value|None|None|255.0 | ||
OutputRaster|-outinv| Inverse Output Image | ||
ParameterSelection|-method|Algorithm|pca;napca;maf;ica|0 | ||
ParameterNumber|-method.napca.radiusx|Set the x radius of the sliding window.|None|None|1 | ||
ParameterNumber|-method.napca.radiusy|Set the y radius of the sliding window.|None|None|1 | ||
ParameterNumber|-method.ica.iter|number of iterations |None|None|20 | ||
ParameterNumber|-method.ica.mu|Give the increment weight of W in [0, 1]|None|None|1.0 | ||
ParameterNumber|-nbcomp|Number of Components.|None|None|0 | ||
ParameterBoolean|-normalize|Normalize.| |
19 changes: 19 additions & 0 deletions
19
python/plugins/sextante/otb/description/DisparityMapToElevationMap.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
DisparityMapToElevationMap | ||
otbcli_DisparityMapToElevationMap | ||
Disparity map to elevation map | ||
Stereo | ||
ParameterRaster|-io.in|Input disparity map|False | ||
ParameterRaster|-io.left|Left sensor image|False | ||
ParameterRaster|-io.right|Right sensor image|False | ||
ParameterRaster|-io.lgrid|Left Grid|False | ||
ParameterRaster|-io.rgrid|Right Grid|False | ||
OutputRaster|-io.out|Output elevation map | ||
ParameterRaster|-io.mask|Disparity mask|True | ||
ParameterNumber|-step|DEM step|None|None|5.0 | ||
ParameterNumber|-hmin|Minimum elevation expected|None|None|0.0 | ||
ParameterNumber|-hmax|Maximum elevation expected|None|None|100.0 | ||
ParameterSelection|-elev|Elevation management|dem;average|1 | ||
ParameterFile|-elev.dem.path|DEM directory| | ||
ParameterFile|-elev.dem.geoid|Geoid File|| | ||
ParameterNumber|-elev.average.value|Average Elevation|None|None|0.0 | ||
ParameterNumber|-ram|Available RAM (Mb)|None|None|128 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
python/plugins/sextante/otb/description/MeanShiftSmoothing.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
MeanShiftSmoothing | ||
otbcli_MeanShiftSmoothing | ||
Mean Shift filtering | ||
Image Filtering | ||
ParameterRaster|-in|Input Image|False | ||
OutputRaster|-fout|Filtered output | ||
ParameterNumber|-spatialr|Spatial radius|None|None|5 | ||
ParameterNumber|-ranger|Range radius|None|None|15.0 | ||
ParameterNumber|-thres|Mode convergence threshold|None|None|0.10000000149 | ||
ParameterNumber|-maxiter|Maximum number of iterations|None|None|100 | ||
ParameterBoolean|-modesearch|Mode search.|True |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
c4c3fec
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Victor, wps module seems missing. Just compiled I get error:
ImportError: No module named wps.WPSAlgorithmProvider