-
-
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.
- Loading branch information
Showing
13 changed files
with
169 additions
and
0 deletions.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
python/plugins/sextante/otb/description/BinaryMorphologicalOperation.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 @@ | ||
Binary Morphological Operation | ||
otbcli_BinaryMorphologicalOperation | ||
Binary Morphological Operation | ||
Image Filtering | ||
ParameterRaster|-in|Input Image|False | ||
OutputRaster|-out|Output Image | ||
ParameterNumber|-ram|Available RAM (Mb)|None|None|128 | ||
ParameterNumber|-channel|Selected Channel|None|None|1 | ||
ParameterSelection|-structype|Structuring Element Type|ball;cross|0 | ||
ParameterNumber|-structype.ball.xradius|The Structuring Element X Radius|None|None|5 | ||
ParameterNumber|-structype.ball.yradius|The Structuring Element Y Radius|None|None|5 | ||
ParameterSelection|-filter|Morphological Operation|dilate;erode;opening;closing|0 | ||
ParameterNumber|-filter.dilate.foreval|Dilate Foreground Value|None|None|1 | ||
ParameterNumber|-filter.dilate.backval|Dilate Background Value Value|None|None|0 | ||
ParameterNumber|-filter.erode.foreval|Erode Foreground Value|None|None|1 | ||
ParameterNumber|-filter.erode.backval|Erode Background Value|None|None|0 | ||
ParameterNumber|-filter.opening.foreval|Opening Foreground Value|None|None|1 | ||
ParameterNumber|-filter.opening.backval|Opening Background Value|None|None|0 | ||
ParameterNumber|-filter.closing.foreval|Closing Foreground Value|None|None|1 |
11 changes: 11 additions & 0 deletions
11
python/plugins/sextante/otb/description/ClassificationRegularization.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 @@ | ||
Classification Regularization | ||
otbcli_ClassificationMapRegularization | ||
Classification Regularization | ||
Learning | ||
ParameterRaster|-io.in|Input Image|False | ||
OutputRaster|-io.out|Output Image | ||
ParameterNumber|-ram|Available RAM (Mb)|None|None|128 | ||
ParameterNumber|-ip.radius|Structuring Element Radius|None|None|1 | ||
ParameterBoolean|-ip.suvbool|Multiple majority|False | ||
ParameterNumber|-ip.nodatalabel|Label for the NoData class|None|None|0 | ||
ParameterNumber|-ip.undecidedlabel|Label for the Undecided class|None|None|0 |
14 changes: 14 additions & 0 deletions
14
python/plugins/sextante/otb/description/ComputeConfusionMatrix.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,14 @@ | ||
Compute Confusion Matrix | ||
otbcli_ComputeConfusionMatrix | ||
Compute Confusion Matrix | ||
Learning | ||
ParameterRaster|-in|Input Image|False | ||
OutputFile|-out|Matrix Output | ||
ParameterSelection|-ref|Ground Truth|raster;vector|1 | ||
ParameterRaster|-ref.raster.in|Input Reference Image|False | ||
ParameterFile|-ref.vector.in|Input Vector Data|False | ||
ParameterString|-ref.vector.field|Field name|None|None|dn | ||
ParameterNumber|-labels|Number of labels|None|None|2 | ||
ParameterNumber|-nodata|Value for nodata pixels|None|None|0 | ||
ParameterNumber|-ram|Available RAM (Mb)|None|None|128 | ||
|
12 changes: 12 additions & 0 deletions
12
python/plugins/sextante/otb/description/EdgeExtraction.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,12 @@ | ||
Edge Extraction | ||
otbcli_EdgeExtraction | ||
Edge Extraction | ||
Feature Extraction | ||
ParameterRaster|-in|Input Image|False | ||
OutputRaster|-out|Output Image | ||
ParameterNumber|-channel|Selected Channel|None|None|1 | ||
ParameterNumber|-ram|Available RAM (Mb)|None|None|128 | ||
ParameterSelection|-filter|Edge feature|gradient;sobel;touzi|0 | ||
ParameterNumber|-filter.touzi.xradius|The X Radius|None|None|1 | ||
ParameterNumber|-filter.touzi.yradius|The Y Radius|None|None|1 | ||
|
7 changes: 7 additions & 0 deletions
7
python/plugins/sextante/otb/description/FusionOfClassifications.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,7 @@ | ||
Fusion of Classifications | ||
otbcli_FusionOfClassifications | ||
Fusion of Classifications | ||
Learning | ||
ParameterMultipleInput|-il|Input classifications|-1|False | ||
ParameterNumber|-undecided|Label for the undecided class|None|None|0 | ||
OutputRaster|-out|Output Image |
11 changes: 11 additions & 0 deletions
11
python/plugins/sextante/otb/description/GrayScaleMorphologicalOperation.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 @@ | ||
Gray Scale Morphological Operation | ||
otbcli_GrayScaleMorphologicalOperation | ||
Gray Scale Morphological Operation | ||
Image Filtering | ||
ParameterRaster|-in|Input Image|False | ||
OutputRaster|-out|Output Image | ||
ParameterNumber|-channel|Selected Channel|None|None|1 | ||
ParameterSelection|-structype|Structuring Element Type|ball;cross|0 | ||
ParameterNumber|-structype.ball.xradius|The Structuring Element X Radius|None|None|5 | ||
ParameterNumber|-structype.ball.yradius|The Structuring Element Y Radius|None|None|5 | ||
ParameterSelection|-filter|Morphological Operation|dilate;erode;opening;closing|0 |
16 changes: 16 additions & 0 deletions
16
python/plugins/sextante/otb/description/HaralickTextureExtraction.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 @@ | ||
Haralick Texture Extraction | ||
otbcli_HaralickTextureExtraction | ||
Haralick Texture Extraction | ||
Feature Extraction | ||
ParameterRaster|-in|Input Image|False | ||
OutputRaster|-out|Output Image | ||
ParameterNumber|-ram|Available RAM (Mb)|None|None|128 | ||
ParameterNumber|-channel|Raster Band|None|None|1 | ||
ParameterNumber|-parameters.xrad|X Radius|None|None|1 | ||
ParameterNumber|-parameters.yrad|Y Radius|None|None|1 | ||
ParameterNumber|-parameters.xoff|X Offset|None|None|1 | ||
ParameterNumber|-parameters.yoff|Y Offset|None|None|1 | ||
ParameterNumber|-parameters.min|Image Minimum|None|None|1 | ||
ParameterNumber|-parameters.max|Image Maximum|None|None|255 | ||
ParameterNumber|-parameters.nbbin|Histogram number of bin|None|None|8 | ||
ParameterSelection|-texture|Texture Set Selection|simple;advanced;higher|0 |
9 changes: 9 additions & 0 deletions
9
python/plugins/sextante/otb/description/LocalStatisticExtraction.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,9 @@ | ||
Local Statistic Extraction | ||
otbcli_LocalStatisticExtraction | ||
Local Statistic Extraction | ||
Feature Extraction | ||
ParameterRaster|-in|Input Image|False | ||
OutputRaster|-out|Output Image | ||
ParameterNumber|-channel|Selected Channel|None|None|1 | ||
ParameterNumber|-ram|Available RAM (Mb)|None|None|128 | ||
ParameterNumber|-radius|Neighborhood radius|None|None|3 |
10 changes: 10 additions & 0 deletions
10
python/plugins/sextante/otb/description/MorphologicalProfilesSegmentation_raster.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,10 @@ | ||
MorphologicalProfilesSegmentationRaster | ||
otbcli_Segmentation | ||
Morphological Profiles Based Segmentation (labeled raster output) | ||
Segmentation | ||
ParameterRaster|-filter mprofiles -in|Input Image|False | ||
ParameterNumber|-filter.mprofiles.size|Profile Size|None|None|5 | ||
ParameterNumber|-filter.mprofiles.start|Initial Radius|None|None|1 | ||
ParameterNumber|-filter.mprofiles.step|Radius Step|None|None|1 | ||
ParameterNumber|-filter.mprofiles.sigma|Threshold of final decision rule|0|None|1 | ||
OutputRaster|-mode raster -mode.raster.out|Output labeled image |
21 changes: 21 additions & 0 deletions
21
python/plugins/sextante/otb/description/MorphologicalProfilesSegmentation_vector.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,21 @@ | ||
MorphologicalProfilesSegmentationVector | ||
otbcli_Segmentation | ||
Morphological Profiles Based Segmentation (large-scale, vector output) | ||
Segmentation | ||
ParameterRaster|-filter mprofiles -in|Input Image|False | ||
ParameterNumber|-filter.mprofiles.size|Profile Size|None|None|5 | ||
ParameterNumber|-filter.mprofiles.start|Initial Radius|None|None|1 | ||
ParameterNumber|-filter.mprofiles.step|Radius Step|None|None|1 | ||
ParameterNumber|-filter.mprofiles.sigma|Threshold of final decision rule|0|None|1 | ||
ParameterBoolean|-mode.vector.neighbor|8-neighbor connectivity|False | ||
ParameterBoolean|-mode.vector.stitch|Stitch polygons|True | ||
ParameterNumber|-mode.vector.minsize|Minimum object size|1|None|1 | ||
ParameterNumber|-mode.vector.simplify|Simplify polygons|None|None|0.0 | ||
ParameterString|-mode.vector.layername|Layer name|layer | ||
ParemeterString|-mode.vector.fieldname|Geometry index field name|DN | ||
ParameterNumber|-mode.vector.tilesize|Tile size|0|None|1024 | ||
ParameterNumber|-mode.vector.startlabel|Starting geometry index|1|None|1 | ||
ParameterSelection|-mode.vector.outmode|Writing mode (update file/overwrite file/overwrite layer/update layer)|ulco;ovw;ulovw;ulu|0 | ||
ParameterString|-mode.vector.ogroptions|OGR options for layer creation| | ||
ParameterVector|-mode.vector.inmask|Mask Image|-1|True | ||
OutputVector|-mode vector -mode.vector.out|Output vector file |
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,12 @@ | ||
Pansharpening | ||
otbcli_Pansharpening | ||
Pansharpening | ||
Image Manipulation | ||
ParameterRaster|-inp|Input PAN Image|False | ||
ParameterRaster|-inxs|Input XS Image|False | ||
OutputRaster|-out|Output Image | ||
ParameterSelection|-method|Algorithm|rcs;lmvm;bayes|0 | ||
ParameterNumber|-method.lmvm.radiusx|X radius|None|None|3 | ||
ParameterNumber|-method.lmvm.radiusy|Y radius|None|None|3 | ||
ParameterNumber|-method.bayes.s|S coefficient|None|None|1 | ||
ParameterNumber|-ram|Available RAM (Mb)|None|None|128 |
13 changes: 13 additions & 0 deletions
13
python/plugins/sextante/otb/description/RadiometricIndices.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,13 @@ | ||
Radiometric Indices | ||
otbcli_RadiometricIndices | ||
Radiometric Indices | ||
Feature Extraction | ||
ParameterRaster|-in|Input Image|False | ||
OutputRaster|-out|Output Image | ||
ParameterNumber|-ram|Available RAM (Mb)|None|None|128 | ||
ParameterNumber|-channels.blue|Blue Channel|None|None|1 | ||
ParameterNumber|-channels.green|Green Channel|None|None|2 | ||
ParameterNumber|-channels.red|Red Channel|None|None|3 | ||
ParameterNumber|-channels.nir|NIR Channel|None|None|4 | ||
ParameterNumber|-channels.mir|Mir Channel|None|None|5 | ||
ParameterSelection|-list|Available Radiometric Indices|Vegetation:NDVI;Vegetation:TNDVI;Vegetation:RVI;Vegetation:SAVI;Vegetation:TSAVI;Vegetation:MSAVI;Vegetation:MSAVI2;Vegetation:GEMI;Vegetation:IPVI;Vegetation:LAIFromNDVILog;Vegetation:LAIFromReflLinear;Vegetation:LAIFromNDVIFormo;Water:NDWI;Water:NDWI2;Water:MNDWI;Water:NDPI;Water:NDTI;Soil:RI;Soil:CI;Soil:BI;Soil:BI2 |
14 changes: 14 additions & 0 deletions
14
python/plugins/sextante/otb/description/SFSTextureExtraction.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,14 @@ | ||
SFS Texture Extraction | ||
otbcli_SFSTextureExtraction | ||
SFS Texture Extraction | ||
Feature Extraction | ||
ParameterRaster|-in|Input Image|False | ||
OutputRaster|-out|Output Image | ||
ParameterNumber|-channel|Selected Channel|None|None|1 | ||
ParameterNumber|-ram|Available RAM (Mb)|None|None|128 | ||
ParameterNumber|-parameters.spethre|Spectral Threshold|None|None|50 | ||
ParameterNumber|-parameters.spathre|Spatial Threshold|None|None|100 | ||
ParameterNumber|-parameters.nbdir|Number of Direction|None|None|20 | ||
ParameterNumber|-parameters.alpha|Alpha|None|None|1 | ||
ParameterNumber|-parameters.maxcons|Ratio Maximum Consideration Number |None|None|5 | ||
|