mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
[processing/otb]update xml and associated html docs
This commit is contained in:
parent
5e9647d3ff
commit
0cc92ffea6
55
python/plugins/processing/algs/otb/description/BandMathX.xml
Normal file
55
python/plugins/processing/algs/otb/description/BandMathX.xml
Normal file
@ -0,0 +1,55 @@
|
||||
<root>
|
||||
<key>BandMathX</key>
|
||||
<exec>otbcli_BandMathX</exec>
|
||||
<longname>Band Math X</longname>
|
||||
<group>Miscellaneous</group>
|
||||
<description>This application performs mathematical operations on multiband images.
|
||||
Mathematical formula interpretation is done via muParserX library : http://articles.beltoforion.de/article.php?a=muparserx</description>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_InputImageList">ParameterMultipleInput</parameter_type>
|
||||
<key>il</key>
|
||||
<name>Input image list</name>
|
||||
<description>Image list to perform computation on.</description>
|
||||
<datatype />
|
||||
<optional>False</optional>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_OutputImage">OutputRaster</parameter_type>
|
||||
<key>out</key>
|
||||
<name>Output Image</name>
|
||||
<description>Output image.</description>
|
||||
<hidden />
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_RAM">ParameterNumber</parameter_type>
|
||||
<key>ram</key>
|
||||
<name>Available RAM (Mb)</name>
|
||||
<description>Available memory for processing (in MB)</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>128</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_String">ParameterString</parameter_type>
|
||||
<key>exp</key>
|
||||
<name>Expressions</name>
|
||||
<description>Mathematical expression to apply.</description>
|
||||
<default />
|
||||
<multiline />
|
||||
<optional>True</optional>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_InputFilename">ParameterFile</parameter_type>
|
||||
<key>incontext</key>
|
||||
<name>Import context</name>
|
||||
<description>A txt file containing user's constants and expressions.</description>
|
||||
<isFolder />
|
||||
<optional>True</optional>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_OutputFilename">OutputFile</parameter_type>
|
||||
<key>outcontext</key>
|
||||
<name>Export context</name>
|
||||
<description>A txt file where to save user's constants and expressions.</description>
|
||||
</parameter>
|
||||
</root>
|
@ -16,7 +16,6 @@
|
||||
<key>out</key>
|
||||
<name>Matrix output</name>
|
||||
<description>Filename to store the output matrix (csv format)</description>
|
||||
<hidden />
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type>
|
||||
|
@ -16,7 +16,6 @@
|
||||
<key>out</key>
|
||||
<name>Matrix output</name>
|
||||
<description>Filename to store the output matrix (csv format)</description>
|
||||
<hidden />
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type>
|
||||
|
@ -26,6 +26,5 @@
|
||||
<key>out</key>
|
||||
<name>Output XML file</name>
|
||||
<description>XML filename where the statistics are saved for future reuse.</description>
|
||||
<hidden />
|
||||
</parameter>
|
||||
</root>
|
||||
|
@ -0,0 +1,31 @@
|
||||
<root>
|
||||
<key>ComputeOGRLayersFeaturesStatistics</key>
|
||||
<exec>otbcli_ComputeOGRLayersFeaturesStatistics</exec>
|
||||
<longname>ComputeOGRLayersFeaturesStatistics</longname>
|
||||
<group>Segmentation</group>
|
||||
<description>Compute statistics of the features in a set of OGR Layers</description>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_InputFilename">ParameterFile</parameter_type>
|
||||
<key>inshp</key>
|
||||
<name>Name of the input shapefile</name>
|
||||
<description>Name of the input shapefile</description>
|
||||
<isFolder />
|
||||
<optional>False</optional>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_InputFilename">ParameterFile</parameter_type>
|
||||
<key>outstats</key>
|
||||
<name>XML file containing mean and variance of each feature.</name>
|
||||
<description>XML file containing mean and variance of each feature.</description>
|
||||
<isFolder />
|
||||
<optional>False</optional>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_StringList">ParameterString</parameter_type>
|
||||
<key>feat</key>
|
||||
<name>List of features to consider for statistics.</name>
|
||||
<description>List of features to consider for statistics.</description>
|
||||
<options />
|
||||
<default />
|
||||
</parameter>
|
||||
</root>
|
@ -0,0 +1,56 @@
|
||||
<root>
|
||||
<key>ComputePolylineFeatureFromImage</key>
|
||||
<exec>otbcli_ComputePolylineFeatureFromImage</exec>
|
||||
<longname>Compute Polyline Feature From Image</longname>
|
||||
<group>Feature Extraction</group>
|
||||
<description>This application compute for each studied polyline, contained in the input VectorData, the choosen descriptors.</description>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type>
|
||||
<key>in</key>
|
||||
<name>Input Image</name>
|
||||
<description>An image to compute the descriptors on.</description>
|
||||
<optional>False</optional>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_InputVectorData">ParameterVector</parameter_type>
|
||||
<key>vd</key>
|
||||
<name>Vector Data</name>
|
||||
<description>Vector data containing the polylines where the features will be computed.</description>
|
||||
<shapetype />
|
||||
<optional>False</optional>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>elev.default</key>
|
||||
<name>Default elevation</name>
|
||||
<description>This parameter allows to set the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value.</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>0</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_String">ParameterString</parameter_type>
|
||||
<key>expr</key>
|
||||
<name>Feature expression</name>
|
||||
<description>The feature formula (b1 < 0.3) where b1 is the standard name of input image first band</description>
|
||||
<default />
|
||||
<multiline />
|
||||
<optional>False</optional>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_String">ParameterString</parameter_type>
|
||||
<key>field</key>
|
||||
<name>Feature name</name>
|
||||
<description>The field name corresponding to the feature codename (NONDVI, ROADSA...)</description>
|
||||
<default />
|
||||
<multiline />
|
||||
<optional>False</optional>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_OutputVectorData">OutputVector</parameter_type>
|
||||
<key>out</key>
|
||||
<name>Output Vector Data</name>
|
||||
<description>The output vector data containing polylines with a new field</description>
|
||||
<hidden />
|
||||
</parameter>
|
||||
</root>
|
@ -58,7 +58,7 @@
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>elev.default</key>
|
||||
<name>Default elevation</name>
|
||||
<description>This parameter allows setting the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value.</description>
|
||||
<description>This parameter allows to set the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value.</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>0</default>
|
||||
|
78
python/plugins/processing/algs/otb/description/Convert.xml
Normal file
78
python/plugins/processing/algs/otb/description/Convert.xml
Normal file
@ -0,0 +1,78 @@
|
||||
<root>
|
||||
<key>Convert</key>
|
||||
<exec>otbcli_Convert</exec>
|
||||
<longname>Image Conversion</longname>
|
||||
<group>Image Manipulation</group>
|
||||
<description>Convert an image to a different format, eventually rescaling the data and/or changing the pixel type.</description>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type>
|
||||
<key>in</key>
|
||||
<name>Input image</name>
|
||||
<description>Input image</description>
|
||||
<optional>False</optional>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type>
|
||||
<key>type</key>
|
||||
<name>Rescale type</name>
|
||||
<description>Transfer function for the rescaling</description>
|
||||
<options>
|
||||
<choices>
|
||||
<choice>none</choice>
|
||||
<choice>linear</choice>
|
||||
<choice>log2</choice>
|
||||
</choices>
|
||||
</options>
|
||||
<default>0</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>type.linear.gamma</key>
|
||||
<name>Gamma correction factor</name>
|
||||
<description>Gamma correction factor</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>1</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type>
|
||||
<key>mask</key>
|
||||
<name>Input mask</name>
|
||||
<description>The masked pixels won't be used to adapt the dynamic (the mask must have the same dimensions as the input image)</description>
|
||||
<optional>True</optional>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>hcp.high</key>
|
||||
<name>High Cut Quantile</name>
|
||||
<description>Quantiles to cut from histogram high values before computing min/max rescaling (in percent, 2 by default)</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>2</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>hcp.low</key>
|
||||
<name>Low Cut Quantile</name>
|
||||
<description>Quantiles to cut from histogram low values before computing min/max rescaling (in percent, 2 by default)</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>2</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_OutputImage">OutputRaster</parameter_type>
|
||||
<key>out</key>
|
||||
<name>Output Image</name>
|
||||
<description>Output image</description>
|
||||
<hidden />
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_RAM">ParameterNumber</parameter_type>
|
||||
<key>ram</key>
|
||||
<name>Available RAM (Mb)</name>
|
||||
<description>Available memory for processing (in MB)</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>128</default>
|
||||
</parameter>
|
||||
</root>
|
@ -0,0 +1,20 @@
|
||||
<root>
|
||||
<key>DEMConvert</key>
|
||||
<exec>otbcli_DEMConvert</exec>
|
||||
<longname>DEM Conversion</longname>
|
||||
<group>Image Manipulation</group>
|
||||
<description>Converts a geo-referenced DEM image into a general raster file compatible with OTB DEM handling.</description>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type>
|
||||
<key>in</key>
|
||||
<name>Input geo-referenced DEM</name>
|
||||
<description>Input geo-referenced DEM to convert to general raster format.</description>
|
||||
<optional>False</optional>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_OutputFilename">OutputFile</parameter_type>
|
||||
<key>out</key>
|
||||
<name>Prefix of the output files</name>
|
||||
<description>will be used to get the prefix (name withtout extensions) of the files to write. Three files - prefix.geom, prefix.omd and prefix.ras - will be generated.</description>
|
||||
</parameter>
|
||||
</root>
|
@ -0,0 +1,60 @@
|
||||
<root>
|
||||
<key>Despeckle-frost</key>
|
||||
<exec>otbcli_Despeckle</exec>
|
||||
<longname>Despeckle (frost)</longname>
|
||||
<group>Image Filtering</group>
|
||||
<description>Perform speckle noise reduction on SAR image.</description>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type>
|
||||
<key>in</key>
|
||||
<name>Input Image</name>
|
||||
<description>Input image.</description>
|
||||
<optional>False</optional>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_OutputImage">OutputRaster</parameter_type>
|
||||
<key>out</key>
|
||||
<name>Output Image</name>
|
||||
<description>Output image.</description>
|
||||
<hidden />
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_RAM">ParameterNumber</parameter_type>
|
||||
<key>ram</key>
|
||||
<name>Available RAM (Mb)</name>
|
||||
<description>Available memory for processing (in MB)</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>128</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type>
|
||||
<key>filter</key>
|
||||
<name>speckle filtering method</name>
|
||||
<description />
|
||||
<options>
|
||||
<choices>
|
||||
<choice>frost</choice>
|
||||
</choices>
|
||||
</options>
|
||||
<default>0</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
|
||||
<key>filter.frost.rad</key>
|
||||
<name>Radius</name>
|
||||
<description>Radius for frost filter</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>1</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>filter.frost.deramp</key>
|
||||
<name>deramp</name>
|
||||
<description>Decrease factor declaration</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>0.1</default>
|
||||
</parameter>
|
||||
</root>
|
@ -0,0 +1,60 @@
|
||||
<root>
|
||||
<key>Despeckle-lee</key>
|
||||
<exec>otbcli_Despeckle</exec>
|
||||
<longname>Despeckle (lee)</longname>
|
||||
<group>Image Filtering</group>
|
||||
<description>Perform speckle noise reduction on SAR image.</description>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type>
|
||||
<key>in</key>
|
||||
<name>Input Image</name>
|
||||
<description>Input image.</description>
|
||||
<optional>False</optional>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_OutputImage">OutputRaster</parameter_type>
|
||||
<key>out</key>
|
||||
<name>Output Image</name>
|
||||
<description>Output image.</description>
|
||||
<hidden />
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_RAM">ParameterNumber</parameter_type>
|
||||
<key>ram</key>
|
||||
<name>Available RAM (Mb)</name>
|
||||
<description>Available memory for processing (in MB)</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>128</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type>
|
||||
<key>filter</key>
|
||||
<name>speckle filtering method</name>
|
||||
<description />
|
||||
<options>
|
||||
<choices>
|
||||
<choice>lee</choice>
|
||||
</choices>
|
||||
</options>
|
||||
<default>0</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
|
||||
<key>filter.lee.rad</key>
|
||||
<name>Radius</name>
|
||||
<description>Radius for lee filter</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>1</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>filter.lee.nblooks</key>
|
||||
<name>nb looks</name>
|
||||
<description>Nb looks for lee filter</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>1</default>
|
||||
</parameter>
|
||||
</root>
|
@ -74,8 +74,7 @@
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_OutputFilename">OutputFile</parameter_type>
|
||||
<key>outmatrix</key>
|
||||
<name>Transformation matrix output</name>
|
||||
<name>Transformation matrix output (text format)</name>
|
||||
<description>Filename to store the transformation matrix (csv format)</description>
|
||||
<hidden />
|
||||
</parameter>
|
||||
</root>
|
||||
|
@ -49,8 +49,7 @@
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_OutputFilename">OutputFile</parameter_type>
|
||||
<key>outmatrix</key>
|
||||
<name>Transformation matrix output</name>
|
||||
<name>Transformation matrix output (text format)</name>
|
||||
<description>Filename to store the transformation matrix (csv format)</description>
|
||||
<hidden />
|
||||
</parameter>
|
||||
</root>
|
||||
|
@ -74,8 +74,7 @@
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_OutputFilename">OutputFile</parameter_type>
|
||||
<key>outmatrix</key>
|
||||
<name>Transformation matrix output</name>
|
||||
<name>Transformation matrix output (text format)</name>
|
||||
<description>Filename to store the transformation matrix (csv format)</description>
|
||||
<hidden />
|
||||
</parameter>
|
||||
</root>
|
||||
|
@ -56,8 +56,7 @@
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_OutputFilename">OutputFile</parameter_type>
|
||||
<key>outmatrix</key>
|
||||
<name>Transformation matrix output</name>
|
||||
<name>Transformation matrix output (text format)</name>
|
||||
<description>Filename to store the transformation matrix (csv format)</description>
|
||||
<hidden />
|
||||
</parameter>
|
||||
</root>
|
||||
|
@ -50,7 +50,7 @@
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>mode.fit.elev.default</key>
|
||||
<name>Default elevation</name>
|
||||
<description>This parameter allows setting the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value.</description>
|
||||
<description>This parameter allows to set the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value.</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>0</default>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type>
|
||||
<key>mask</key>
|
||||
<name>Input Mask</name>
|
||||
<description>The mask allows restricting classification of the input image to the area where mask pixel values are greater than 0.</description>
|
||||
<description>The mask allows to restrict classification of the input image to the area where mask pixel values are greater than 0.</description>
|
||||
<optional>True</optional>
|
||||
</parameter>
|
||||
<parameter>
|
||||
|
@ -75,6 +75,5 @@
|
||||
<key>outmeans</key>
|
||||
<name>Centroid filename</name>
|
||||
<description>Output text file containing centroid positions</description>
|
||||
<hidden />
|
||||
</parameter>
|
||||
</root>
|
||||
|
@ -16,7 +16,6 @@
|
||||
<key>out</key>
|
||||
<name>Output .kmz product</name>
|
||||
<description>Output Kmz product directory (with .kmz extension)</description>
|
||||
<hidden />
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
|
||||
@ -45,7 +44,7 @@
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>elev.default</key>
|
||||
<name>Default elevation</name>
|
||||
<description>This parameter allows setting the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value.</description>
|
||||
<description>This parameter allows to set the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value.</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>0</default>
|
||||
|
@ -23,7 +23,6 @@
|
||||
<key>out</key>
|
||||
<name>Output GIS vector file</name>
|
||||
<description>The output GIS vector file, representing the vectorized version of the segmented image where the features of the polygons are the radiometric means and variances.</description>
|
||||
<hidden />
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<root>
|
||||
<key>MeanShiftSmoothing</key>
|
||||
<exec>otbcli_MeanShiftSmoothing</exec>
|
||||
<longname>Mean Shift filtering (can be used as Exact Large-Scale Mean-Shift segmentation, step 1)</longname>
|
||||
<longname>Exact Large-Scale Mean-Shift segmentation, step 1 (smoothing)</longname>
|
||||
<group>Image Filtering</group>
|
||||
<description>Perform mean shift filtering</description>
|
||||
<parameter>
|
||||
@ -25,6 +25,15 @@
|
||||
<description> The spatial image output. Spatial image output is a displacement map (pixel position after convergence).</description>
|
||||
<hidden />
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_RAM">ParameterNumber</parameter_type>
|
||||
<key>ram</key>
|
||||
<name>Available RAM (Mb)</name>
|
||||
<description>Available memory for processing (in MB)</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>128</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
|
||||
<key>spatialr</key>
|
||||
|
@ -0,0 +1,46 @@
|
||||
<root>
|
||||
<key>OGRLayerClassifier</key>
|
||||
<exec>otbcli_OGRLayerClassifier</exec>
|
||||
<longname>OGRLayerClassifier</longname>
|
||||
<group>Segmentation</group>
|
||||
<description>Classify an OGR layer based on a machine learning model and a list of features to consider.</description>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_InputFilename">ParameterFile</parameter_type>
|
||||
<key>inshp</key>
|
||||
<name>Name of the input shapefile</name>
|
||||
<description>Name of the input shapefile</description>
|
||||
<isFolder />
|
||||
<optional>False</optional>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_InputFilename">ParameterFile</parameter_type>
|
||||
<key>instats</key>
|
||||
<name>XML file containing mean and variance of each feature.</name>
|
||||
<description>XML file containing mean and variance of each feature.</description>
|
||||
<isFolder />
|
||||
<optional>False</optional>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_OutputFilename">OutputFile</parameter_type>
|
||||
<key>insvm</key>
|
||||
<name>Input model filename.</name>
|
||||
<description>Input model filename.</description>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_StringList">ParameterString</parameter_type>
|
||||
<key>feat</key>
|
||||
<name>Features</name>
|
||||
<description>Features to be calculated</description>
|
||||
<options />
|
||||
<default />
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_String">ParameterString</parameter_type>
|
||||
<key>cfield</key>
|
||||
<name>Field containing the predicted class.</name>
|
||||
<description>Field containing the predicted class</description>
|
||||
<default>predicted</default>
|
||||
<multiline />
|
||||
<optional>False</optional>
|
||||
</parameter>
|
||||
</root>
|
@ -3,7 +3,7 @@
|
||||
<exec>otbcli_OpticalCalibration</exec>
|
||||
<longname>Optical calibration</longname>
|
||||
<group>Calibration</group>
|
||||
<description>Perform optical calibration TOA/TOC (Top Of Atmosphere/Top Of Canopy). Supported sensors: QuickBird, Ikonos, WorldView2, Formosat, Spot5, Pleiades</description>
|
||||
<description>Perform optical calibration TOA/TOC (Top Of Atmosphere/Top Of Canopy). Supported sensors: QuickBird, Ikonos, WorldView2, Formosat, Spot5, Pleiades, Spot6. For other sensors the application also allows to provide calibration parameters manually.</description>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type>
|
||||
<key>in</key>
|
||||
@ -35,32 +35,133 @@
|
||||
<options>
|
||||
<choices>
|
||||
<choice>toa</choice>
|
||||
<choice>toatoim</choice>
|
||||
</choices>
|
||||
</options>
|
||||
<default>0</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Empty">ParameterBoolean</parameter_type>
|
||||
<key>milli</key>
|
||||
<name>Convert to milli reflectance</name>
|
||||
<description>Flag to use milli-reflectance instead of reflectance.
|
||||
This allows saving the image with integer pixel type (in the range [0, 1000] instead of floating point in the range [0, 1]. In order to do that, use this option and set the output pixel type (-out filename uint16 for example)</description>
|
||||
<default>True</default>
|
||||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
|
||||
<key>acqui.minute</key>
|
||||
<name>Minute</name>
|
||||
<description>Minute (0-59)</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>0</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Empty">ParameterBoolean</parameter_type>
|
||||
<key>clamp</key>
|
||||
<name>Clamp of reflectivity values between [0, 100]</name>
|
||||
<description>Clamping in the range [0, 100]. It can be useful to preserve area with specular reflectance.</description>
|
||||
<default>True</default>
|
||||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
|
||||
<key>acqui.hour</key>
|
||||
<name>Hour</name>
|
||||
<description>Hour (0-23)</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>12</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
|
||||
<key>acqui.day</key>
|
||||
<name>Day</name>
|
||||
<description>Day (1-31)</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>1</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
|
||||
<key>acqui.month</key>
|
||||
<name>Month</name>
|
||||
<description>Month (1-12)</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>1</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
|
||||
<key>acqui.year</key>
|
||||
<name>Year</name>
|
||||
<description>Year</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>2000</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>acqui.sun.elev</key>
|
||||
<name>Sun elevation angle (deg)</name>
|
||||
<description>Sun elevation angle (in degrees)</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>90</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>acqui.sun.azim</key>
|
||||
<name>Sun azimuth angle (deg)</name>
|
||||
<description>Sun azimuth angle (in degrees)</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>0</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>acqui.view.elev</key>
|
||||
<name>Viewing elevation angle (deg)</name>
|
||||
<description>Viewing elevation angle (in degrees)</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>90</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>acqui.view.azim</key>
|
||||
<name>Viewing azimuth angle (deg)</name>
|
||||
<description>Viewing azimuth angle (in degrees)</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>0</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_InputFilename">ParameterFile</parameter_type>
|
||||
<key>rsr</key>
|
||||
<name>Relative Spectral Response File</name>
|
||||
<description>Sensor relative spectral response file
|
||||
By default the application gets these information in the metadata</description>
|
||||
<key>acqui.gainbias</key>
|
||||
<name>Gains | biases</name>
|
||||
<description>Gains | biases</description>
|
||||
<isFolder />
|
||||
<optional>True</optional>
|
||||
</parameter>
|
||||
</root>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_InputFilename">ParameterFile</parameter_type>
|
||||
<key>acqui.solarilluminations</key>
|
||||
<name>Solar illuminations</name>
|
||||
<description>Solar illuminations (one value per band)</description>
|
||||
<isFolder />
|
||||
<optional>True</optional>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_InputFilename">ParameterFile</parameter_type>
|
||||
<key>atmo.rsr</key>
|
||||
<name>Relative Spectral Response File</name>
|
||||
<description>Sensor relative spectral response file
|
||||
By default the application gets these informations in the metadata</description>
|
||||
<isFolder />
|
||||
<optional>True</optional>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
|
||||
<key>atmo.radius</key>
|
||||
<name>Window radius (adjacency effects)</name>
|
||||
<description>Window radius for adjacency effects correctionsSetting this parameters will enable the correction ofadjacency effects</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>2</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>atmo.pixsize</key>
|
||||
<name>Pixel size (in km)</name>
|
||||
<description>Pixel size (in km )used tocompute adjacency effects, it doesn't have tomatch the image spacing</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>1</default>
|
||||
</parameter>
|
||||
</root>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<exec>otbcli_OrthoRectification</exec>
|
||||
<longname>OrthoRectification (epsg)</longname>
|
||||
<group>Geometry</group>
|
||||
<description>This application allows ortho-rectifying optical images from supported sensors.
|
||||
<description>This application allows to ortho-rectify optical images from supported sensors.
|
||||
</description>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type>
|
||||
@ -66,7 +66,7 @@
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>elev.default</key>
|
||||
<name>Default elevation</name>
|
||||
<description>This parameter allows setting the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value.</description>
|
||||
<description>This parameter allows to set the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value.</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>0</default>
|
||||
@ -75,7 +75,7 @@
|
||||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type>
|
||||
<key>interpolator</key>
|
||||
<name>Interpolation</name>
|
||||
<description>This group of parameters allows defining how the input image will be interpolated during resampling.</description>
|
||||
<description>This group of parameters allows to define how the input image will be interpolated during resampling.</description>
|
||||
<options>
|
||||
<choices>
|
||||
<choice>bco</choice>
|
||||
@ -89,7 +89,7 @@
|
||||
<parameter_type source_parameter_type="ParameterType_Radius">ParameterNumber</parameter_type>
|
||||
<key>interpolator.bco.radius</key>
|
||||
<name>Radius for bicubic interpolation</name>
|
||||
<description>This parameter allows controlling the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.</description>
|
||||
<description>This parameter allows to control the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>2</default>
|
||||
@ -98,7 +98,7 @@
|
||||
<parameter_type source_parameter_type="ParameterType_RAM">ParameterNumber</parameter_type>
|
||||
<key>opt.ram</key>
|
||||
<name>Available RAM (Mb)</name>
|
||||
<description>This allows setting the maximum amount of RAM available for processing. As the writing task is time consuming, it is better to write large pieces of data, which can be achieved by increasing this parameter (pay attention to your system capabilities)</description>
|
||||
<description>This allows to set the maximum amount of RAM available for processing. As the writing task is time consuming, it is better to write large pieces of data, which can be achieved by increasing this parameter (pay attention to your system capabilities)</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>128</default>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<exec>otbcli_OrthoRectification</exec>
|
||||
<longname>OrthoRectification (fit-to-ortho)</longname>
|
||||
<group>Geometry</group>
|
||||
<description>This application allows ortho-rectifying optical images from supported sensors.
|
||||
<description>This application allows to ortho-rectify optical images from supported sensors.
|
||||
</description>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type>
|
||||
@ -51,7 +51,7 @@
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>elev.default</key>
|
||||
<name>Default elevation</name>
|
||||
<description>This parameter allows setting the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value.</description>
|
||||
<description>This parameter allows to set the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value.</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>0</default>
|
||||
@ -60,7 +60,7 @@
|
||||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type>
|
||||
<key>interpolator</key>
|
||||
<name>Interpolation</name>
|
||||
<description>This group of parameters allows defining how the input image will be interpolated during resampling.</description>
|
||||
<description>This group of parameters allows to define how the input image will be interpolated during resampling.</description>
|
||||
<options>
|
||||
<choices>
|
||||
<choice>bco</choice>
|
||||
@ -74,7 +74,7 @@
|
||||
<parameter_type source_parameter_type="ParameterType_Radius">ParameterNumber</parameter_type>
|
||||
<key>interpolator.bco.radius</key>
|
||||
<name>Radius for bicubic interpolation</name>
|
||||
<description>This parameter allows controlling the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.</description>
|
||||
<description>This parameter allows to control the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>2</default>
|
||||
@ -83,7 +83,7 @@
|
||||
<parameter_type source_parameter_type="ParameterType_RAM">ParameterNumber</parameter_type>
|
||||
<key>opt.ram</key>
|
||||
<name>Available RAM (Mb)</name>
|
||||
<description>This allows setting the maximum amount of RAM available for processing. As the writing task is time consuming, it is better to write large pieces of data, which can be achieved by increasing this parameter (pay attention to your system capabilities)</description>
|
||||
<description>This allows to set the maximum amount of RAM available for processing. As the writing task is time consuming, it is better to write large pieces of data, which can be achieved by increasing this parameter (pay attention to your system capabilities)</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>128</default>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<exec>otbcli_OrthoRectification</exec>
|
||||
<longname>OrthoRectification (lambert-WGS84)</longname>
|
||||
<group>Geometry</group>
|
||||
<description>This application allows ortho-rectifying optical images from supported sensors.
|
||||
<description>This application allows to ortho-rectify optical images from supported sensors.
|
||||
</description>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type>
|
||||
@ -59,7 +59,7 @@
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>elev.default</key>
|
||||
<name>Default elevation</name>
|
||||
<description>This parameter allows setting the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value.</description>
|
||||
<description>This parameter allows to set the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value.</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>0</default>
|
||||
@ -68,7 +68,7 @@
|
||||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type>
|
||||
<key>interpolator</key>
|
||||
<name>Interpolation</name>
|
||||
<description>This group of parameters allows defining how the input image will be interpolated during resampling.</description>
|
||||
<description>This group of parameters allows to define how the input image will be interpolated during resampling.</description>
|
||||
<options>
|
||||
<choices>
|
||||
<choice>bco</choice>
|
||||
@ -82,7 +82,7 @@
|
||||
<parameter_type source_parameter_type="ParameterType_Radius">ParameterNumber</parameter_type>
|
||||
<key>interpolator.bco.radius</key>
|
||||
<name>Radius for bicubic interpolation</name>
|
||||
<description>This parameter allows controlling the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.</description>
|
||||
<description>This parameter allows to control the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>2</default>
|
||||
@ -91,7 +91,7 @@
|
||||
<parameter_type source_parameter_type="ParameterType_RAM">ParameterNumber</parameter_type>
|
||||
<key>opt.ram</key>
|
||||
<name>Available RAM (Mb)</name>
|
||||
<description>This allows setting the maximum amount of RAM available for processing. As the writing task is time consuming, it is better to write large pieces of data, which can be achieved by increasing this parameter (pay attention to your system capabilities)</description>
|
||||
<description>This allows to set the maximum amount of RAM available for processing. As the writing task is time consuming, it is better to write large pieces of data, which can be achieved by increasing this parameter (pay attention to your system capabilities)</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>128</default>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<exec>otbcli_OrthoRectification</exec>
|
||||
<longname>OrthoRectification (utm)</longname>
|
||||
<group>Geometry</group>
|
||||
<description>This application allows ortho-rectifying optical images from supported sensors.
|
||||
<description>This application allows to ortho-rectify optical images from supported sensors.
|
||||
</description>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type>
|
||||
@ -35,7 +35,7 @@
|
||||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
|
||||
<key>map.utm.zone</key>
|
||||
<name>Zone number</name>
|
||||
<description>The zone number ranges from 1 to 60 and allows defining the transverse mercator projection (along with the hemisphere)</description>
|
||||
<description>The zone number ranges from 1 to 60 and allows to define the transverse mercator projection (along with the hemisphere)</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>31</default>
|
||||
@ -73,7 +73,7 @@
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>elev.default</key>
|
||||
<name>Default elevation</name>
|
||||
<description>This parameter allows setting the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value.</description>
|
||||
<description>This parameter allows to set the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value.</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>0</default>
|
||||
@ -82,7 +82,7 @@
|
||||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type>
|
||||
<key>interpolator</key>
|
||||
<name>Interpolation</name>
|
||||
<description>This group of parameters allows defining how the input image will be interpolated during resampling.</description>
|
||||
<description>This group of parameters allows to define how the input image will be interpolated during resampling.</description>
|
||||
<options>
|
||||
<choices>
|
||||
<choice>bco</choice>
|
||||
@ -96,7 +96,7 @@
|
||||
<parameter_type source_parameter_type="ParameterType_Radius">ParameterNumber</parameter_type>
|
||||
<key>interpolator.bco.radius</key>
|
||||
<name>Radius for bicubic interpolation</name>
|
||||
<description>This parameter allows controlling the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.</description>
|
||||
<description>This parameter allows to control the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>2</default>
|
||||
@ -105,7 +105,7 @@
|
||||
<parameter_type source_parameter_type="ParameterType_RAM">ParameterNumber</parameter_type>
|
||||
<key>opt.ram</key>
|
||||
<name>Available RAM (Mb)</name>
|
||||
<description>This allows setting the maximum amount of RAM available for processing. As the writing task is time consuming, it is better to write large pieces of data, which can be achieved by increasing this parameter (pay attention to your system capabilities)</description>
|
||||
<description>This allows to set the maximum amount of RAM available for processing. As the writing task is time consuming, it is better to write large pieces of data, which can be achieved by increasing this parameter (pay attention to your system capabilities)</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>128</default>
|
||||
|
@ -0,0 +1,78 @@
|
||||
<root>
|
||||
<key>Rasterization-image</key>
|
||||
<exec>otbcli_Rasterization</exec>
|
||||
<longname>Rasterization (image)</longname>
|
||||
<group>Vector Data Manipulation</group>
|
||||
<description>Rasterize a vector dataset.</description>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_InputFilename">ParameterFile</parameter_type>
|
||||
<key>in</key>
|
||||
<name>Input vector dataset</name>
|
||||
<description>The input vector dataset to be rasterized</description>
|
||||
<isFolder />
|
||||
<optional>False</optional>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_OutputImage">OutputRaster</parameter_type>
|
||||
<key>out</key>
|
||||
<name>Ouptut image</name>
|
||||
<description>An output image containing the rasterized vector dataset</description>
|
||||
<hidden />
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type>
|
||||
<key>im</key>
|
||||
<name>Input reference image</name>
|
||||
<description>A reference image from which to import output grid and projection reference system information.</description>
|
||||
<optional>True</optional>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>background</key>
|
||||
<name>Background value</name>
|
||||
<description>Default value for pixels not belonging to any geometry</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>0</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type>
|
||||
<key>mode</key>
|
||||
<name>Rasterization mode</name>
|
||||
<description>Choice of rasterization modes</description>
|
||||
<options>
|
||||
<choices>
|
||||
<choice>binary</choice>
|
||||
<choice>attribute</choice>
|
||||
</choices>
|
||||
</options>
|
||||
<default>0</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>mode.binary.foreground</key>
|
||||
<name>Foreground value</name>
|
||||
<description>Value for pixels inside a geometry</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>255</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_String">ParameterString</parameter_type>
|
||||
<key>mode.attribute.field</key>
|
||||
<name>The attribute field to burn</name>
|
||||
<description>Name of the attribute field to burn</description>
|
||||
<default>DN</default>
|
||||
<multiline />
|
||||
<optional>False</optional>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_RAM">ParameterNumber</parameter_type>
|
||||
<key>ram</key>
|
||||
<name>Available RAM (Mb)</name>
|
||||
<description>Available memory for processing (in MB)</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>128</default>
|
||||
</parameter>
|
||||
</root>
|
@ -0,0 +1,134 @@
|
||||
<root>
|
||||
<key>Rasterization-manual</key>
|
||||
<exec>otbcli_Rasterization</exec>
|
||||
<longname>Rasterization (manual)</longname>
|
||||
<group>Vector Data Manipulation</group>
|
||||
<description>Rasterize a vector dataset.</description>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_InputFilename">ParameterFile</parameter_type>
|
||||
<key>in</key>
|
||||
<name>Input vector dataset</name>
|
||||
<description>The input vector dataset to be rasterized</description>
|
||||
<isFolder />
|
||||
<optional>False</optional>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_OutputImage">OutputRaster</parameter_type>
|
||||
<key>out</key>
|
||||
<name>Ouptut image</name>
|
||||
<description>An output image containing the rasterized vector dataset</description>
|
||||
<hidden />
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
|
||||
<key>szx</key>
|
||||
<name>Output size x</name>
|
||||
<description>Output size along x axis (useless if support image is given)</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>0</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
|
||||
<key>szy</key>
|
||||
<name>Output size y</name>
|
||||
<description>Output size along y axis (useless if support image is given)</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>0</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
|
||||
<key>epsg</key>
|
||||
<name>Output EPSG code</name>
|
||||
<description>EPSG code for the output projection reference system (EPSG 4326 for WGS84, 32631 for UTM31N...,useless if support image is given)</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>0</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>orx</key>
|
||||
<name>Output Upper-left x</name>
|
||||
<description>Output upper-left corner x coordinate (useless if support image is given)</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>0.0</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>ory</key>
|
||||
<name>Output Upper-left y</name>
|
||||
<description>Output upper-left corner y coordinate (useless if support image is given)</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>0.0</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>spx</key>
|
||||
<name>Spacing (GSD) x</name>
|
||||
<description>Spacing (ground sampling distance) along x axis (useless if support image is given)</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>0.0</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>spy</key>
|
||||
<name>Spacing (GSD) y</name>
|
||||
<description>Spacing (ground sampling distance) along y axis (useless if support image is given)</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>0.0</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>background</key>
|
||||
<name>Background value</name>
|
||||
<description>Default value for pixels not belonging to any geometry</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>0</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type>
|
||||
<key>mode</key>
|
||||
<name>Rasterization mode</name>
|
||||
<description>Choice of rasterization modes</description>
|
||||
<options>
|
||||
<choices>
|
||||
<choice>binary</choice>
|
||||
<choice>attribute</choice>
|
||||
</choices>
|
||||
</options>
|
||||
<default>0</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>mode.binary.foreground</key>
|
||||
<name>Foreground value</name>
|
||||
<description>Value for pixels inside a geometry</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>255</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_String">ParameterString</parameter_type>
|
||||
<key>mode.attribute.field</key>
|
||||
<name>The attribute field to burn</name>
|
||||
<description>Name of the attribute field to burn</description>
|
||||
<default>DN</default>
|
||||
<multiline />
|
||||
<optional>False</optional>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_RAM">ParameterNumber</parameter_type>
|
||||
<key>ram</key>
|
||||
<name>Available RAM (Mb)</name>
|
||||
<description>Available memory for processing (in MB)</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>128</default>
|
||||
</parameter>
|
||||
</root>
|
@ -15,7 +15,7 @@
|
||||
<parameter_type source_parameter_type="ParameterType_Empty">ParameterBoolean</parameter_type>
|
||||
<key>keywordlist</key>
|
||||
<name>Display the OSSIM keywordlist</name>
|
||||
<description>Output the OSSIM keyword list. It contains metadata information (sensor model, geometry ). Information are stored in keyword list (pairs of key/value)</description>
|
||||
<description>Output the OSSIM keyword list. It contains metadata information (sensor model, geometry ). Informations are stored in keyword list (pairs of key/value)</description>
|
||||
<default>True</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
|
@ -52,7 +52,7 @@
|
||||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type>
|
||||
<key>interpolator</key>
|
||||
<name>Interpolation</name>
|
||||
<description>This group of parameters allows defining how the input image will be interpolated during resampling.</description>
|
||||
<description>This group of parameters allows to define how the input image will be interpolated during resampling.</description>
|
||||
<options>
|
||||
<choices>
|
||||
<choice>nn</choice>
|
||||
@ -66,7 +66,7 @@
|
||||
<parameter_type source_parameter_type="ParameterType_Radius">ParameterNumber</parameter_type>
|
||||
<key>interpolator.bco.radius</key>
|
||||
<name>Radius for bicubic interpolation</name>
|
||||
<description>This parameter allows controlling the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.</description>
|
||||
<description>This parameter allows to control the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>2</default>
|
||||
@ -75,7 +75,7 @@
|
||||
<parameter_type source_parameter_type="ParameterType_RAM">ParameterNumber</parameter_type>
|
||||
<key>ram</key>
|
||||
<name>Available RAM (Mb)</name>
|
||||
<description>This allows setting the maximum amount of RAM available for processing. As the writing task is time consuming, it is better to write large pieces of data, which can be achieved by increasing this parameter (pay attention to your system capabilities)</description>
|
||||
<description>This allows to set the maximum amount of RAM available for processing. As the writing task is time consuming, it is better to write large pieces of data, which can be achieved by increasing this parameter (pay attention to your system capabilities)</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>128</default>
|
||||
|
@ -61,7 +61,7 @@
|
||||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type>
|
||||
<key>interpolator</key>
|
||||
<name>Interpolation</name>
|
||||
<description>This group of parameters allows defining how the input image will be interpolated during resampling.</description>
|
||||
<description>This group of parameters allows to define how the input image will be interpolated during resampling.</description>
|
||||
<options>
|
||||
<choices>
|
||||
<choice>nn</choice>
|
||||
@ -75,7 +75,7 @@
|
||||
<parameter_type source_parameter_type="ParameterType_Radius">ParameterNumber</parameter_type>
|
||||
<key>interpolator.bco.radius</key>
|
||||
<name>Radius for bicubic interpolation</name>
|
||||
<description>This parameter allows controlling the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.</description>
|
||||
<description>This parameter allows to control the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>2</default>
|
||||
@ -84,7 +84,7 @@
|
||||
<parameter_type source_parameter_type="ParameterType_RAM">ParameterNumber</parameter_type>
|
||||
<key>ram</key>
|
||||
<name>Available RAM (Mb)</name>
|
||||
<description>This allows setting the maximum amount of RAM available for processing. As the writing task is time consuming, it is better to write large pieces of data, which can be achieved by increasing this parameter (pay attention to your system capabilities)</description>
|
||||
<description>This allows to set the maximum amount of RAM available for processing. As the writing task is time consuming, it is better to write large pieces of data, which can be achieved by increasing this parameter (pay attention to your system capabilities)</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>128</default>
|
||||
|
@ -70,7 +70,7 @@
|
||||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type>
|
||||
<key>interpolator</key>
|
||||
<name>Interpolation</name>
|
||||
<description>This group of parameters allows defining how the input image will be interpolated during resampling.</description>
|
||||
<description>This group of parameters allows to define how the input image will be interpolated during resampling.</description>
|
||||
<options>
|
||||
<choices>
|
||||
<choice>nn</choice>
|
||||
@ -84,7 +84,7 @@
|
||||
<parameter_type source_parameter_type="ParameterType_Radius">ParameterNumber</parameter_type>
|
||||
<key>interpolator.bco.radius</key>
|
||||
<name>Radius for bicubic interpolation</name>
|
||||
<description>This parameter allows controlling the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.</description>
|
||||
<description>This parameter allows to control the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>2</default>
|
||||
@ -93,7 +93,7 @@
|
||||
<parameter_type source_parameter_type="ParameterType_RAM">ParameterNumber</parameter_type>
|
||||
<key>ram</key>
|
||||
<name>Available RAM (Mb)</name>
|
||||
<description>This allows setting the maximum amount of RAM available for processing. As the writing task is time consuming, it is better to write large pieces of data, which can be achieved by increasing this parameter (pay attention to your system capabilities)</description>
|
||||
<description>This allows to set the maximum amount of RAM available for processing. As the writing task is time consuming, it is better to write large pieces of data, which can be achieved by increasing this parameter (pay attention to your system capabilities)</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>128</default>
|
||||
|
@ -0,0 +1,84 @@
|
||||
<root>
|
||||
<key>SFSTextureExtraction</key>
|
||||
<exec>otbcli_SFSTextureExtraction</exec>
|
||||
<longname>SFS Texture Extraction</longname>
|
||||
<group>Feature Extraction</group>
|
||||
<description>Computes Structural Feature Set textures on every pixel of the input image selected channel</description>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type>
|
||||
<key>in</key>
|
||||
<name>Input Image</name>
|
||||
<description>The input image to compute the features on.</description>
|
||||
<optional>False</optional>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
|
||||
<key>channel</key>
|
||||
<name>Selected Channel</name>
|
||||
<description>The selected channel index</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>1</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_RAM">ParameterNumber</parameter_type>
|
||||
<key>ram</key>
|
||||
<name>Available RAM (Mb)</name>
|
||||
<description>Available memory for processing (in MB)</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>128</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>parameters.spethre</key>
|
||||
<name>Spectral Threshold</name>
|
||||
<description>Spectral Threshold</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>50</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
|
||||
<key>parameters.spathre</key>
|
||||
<name>Spatial Threshold</name>
|
||||
<description>Spatial Threshold</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>100</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
|
||||
<key>parameters.nbdir</key>
|
||||
<name>Number of Direction</name>
|
||||
<description>Number of Direction</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>20</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>parameters.alpha</key>
|
||||
<name>Alpha</name>
|
||||
<description>Alpha</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>1</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
|
||||
<key>parameters.maxcons</key>
|
||||
<name>Ratio Maximum Consideration Number</name>
|
||||
<description>Ratio Maximum Consideration Number</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>5</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_OutputImage">OutputRaster</parameter_type>
|
||||
<key>out</key>
|
||||
<name>Feature Output Image</name>
|
||||
<description>Output image containing the SFS texture features.</description>
|
||||
<hidden />
|
||||
</parameter>
|
||||
</root>
|
@ -43,15 +43,6 @@
|
||||
<maxValue />
|
||||
<default>0</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
|
||||
<key>sl</key>
|
||||
<name>StreamingLines</name>
|
||||
<description>Number of lines in each streaming block (used during data sampling)</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>0</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_OutputImage">OutputRaster</parameter_type>
|
||||
<key>som</key>
|
||||
|
@ -49,13 +49,12 @@
|
||||
<key>mode.vector.out</key>
|
||||
<name>Output vector file</name>
|
||||
<description>The output vector file or database (name can be anything understood by OGR)</description>
|
||||
<hidden />
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type>
|
||||
<key>mode.vector.outmode</key>
|
||||
<name>Writing mode for the output vector file</name>
|
||||
<description>This allows setting the writing behaviour for the output vector file. Please note that the actual behaviour depends on the file format.</description>
|
||||
<description>This allows to set the writing behaviour for the output vector file. Please note that the actual behaviour depends on the file format.</description>
|
||||
<options>
|
||||
<choices>
|
||||
<choice>ulco</choice>
|
||||
@ -100,7 +99,7 @@
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>mode.vector.simplify</key>
|
||||
<name>Simplify polygons</name>
|
||||
<description>Simplify polygons according to a given tolerance (in pixel). This option allows reducing the size of the output file or database.</description>
|
||||
<description>Simplify polygons according to a given tolerance (in pixel). This option allows to reduce the size of the output file or database.</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>0.1</default>
|
||||
|
@ -85,13 +85,12 @@
|
||||
<key>mode.vector.out</key>
|
||||
<name>Output vector file</name>
|
||||
<description>The output vector file or database (name can be anything understood by OGR)</description>
|
||||
<hidden />
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type>
|
||||
<key>mode.vector.outmode</key>
|
||||
<name>Writing mode for the output vector file</name>
|
||||
<description>This allows setting the writing behaviour for the output vector file. Please note that the actual behaviour depends on the file format.</description>
|
||||
<description>This allows to set the writing behaviour for the output vector file. Please note that the actual behaviour depends on the file format.</description>
|
||||
<options>
|
||||
<choices>
|
||||
<choice>ulco</choice>
|
||||
@ -136,7 +135,7 @@
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>mode.vector.simplify</key>
|
||||
<name>Simplify polygons</name>
|
||||
<description>Simplify polygons according to a given tolerance (in pixel). This option allows reducing the size of the output file or database.</description>
|
||||
<description>Simplify polygons according to a given tolerance (in pixel). This option allows to reduce the size of the output file or database.</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>0.1</default>
|
||||
|
@ -76,13 +76,12 @@
|
||||
<key>mode.vector.out</key>
|
||||
<name>Output vector file</name>
|
||||
<description>The output vector file or database (name can be anything understood by OGR)</description>
|
||||
<hidden />
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type>
|
||||
<key>mode.vector.outmode</key>
|
||||
<name>Writing mode for the output vector file</name>
|
||||
<description>This allows setting the writing behaviour for the output vector file. Please note that the actual behaviour depends on the file format.</description>
|
||||
<description>This allows to set the writing behaviour for the output vector file. Please note that the actual behaviour depends on the file format.</description>
|
||||
<options>
|
||||
<choices>
|
||||
<choice>ulco</choice>
|
||||
@ -127,7 +126,7 @@
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>mode.vector.simplify</key>
|
||||
<name>Simplify polygons</name>
|
||||
<description>Simplify polygons according to a given tolerance (in pixel). This option allows reducing the size of the output file or database.</description>
|
||||
<description>Simplify polygons according to a given tolerance (in pixel). This option allows to reduce the size of the output file or database.</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>0.1</default>
|
||||
|
@ -58,13 +58,12 @@
|
||||
<key>mode.vector.out</key>
|
||||
<name>Output vector file</name>
|
||||
<description>The output vector file or database (name can be anything understood by OGR)</description>
|
||||
<hidden />
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type>
|
||||
<key>mode.vector.outmode</key>
|
||||
<name>Writing mode for the output vector file</name>
|
||||
<description>This allows setting the writing behaviour for the output vector file. Please note that the actual behaviour depends on the file format.</description>
|
||||
<description>This allows to set the writing behaviour for the output vector file. Please note that the actual behaviour depends on the file format.</description>
|
||||
<options>
|
||||
<choices>
|
||||
<choice>ulco</choice>
|
||||
@ -109,7 +108,7 @@
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>mode.vector.simplify</key>
|
||||
<name>Simplify polygons</name>
|
||||
<description>Simplify polygons according to a given tolerance (in pixel). This option allows reducing the size of the output file or database.</description>
|
||||
<description>Simplify polygons according to a given tolerance (in pixel). This option allows to reduce the size of the output file or database.</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>0.1</default>
|
||||
|
@ -52,9 +52,18 @@
|
||||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
|
||||
<key>type.anidif.nbiter</key>
|
||||
<name>Nb Iterations</name>
|
||||
<description>Number of iterations</description>
|
||||
<description>Controls the sensitivity of the conductance term</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>10</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>type.anidif.conductance</key>
|
||||
<name>Conductance</name>
|
||||
<description />
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>1</default>
|
||||
</parameter>
|
||||
</root>
|
||||
|
@ -35,7 +35,7 @@
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>elev.default</key>
|
||||
<name>Default elevation</name>
|
||||
<description>This parameter allows setting the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value.</description>
|
||||
<description>This parameter allows to set the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value.</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>0</default>
|
||||
@ -62,7 +62,7 @@
|
||||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type>
|
||||
<key>output.fusionmethod</key>
|
||||
<name>Method to fuse measures in each DSM cell</name>
|
||||
<description>This parameter allows choosing the method used to fuse elevation measurements in each output DSM cell</description>
|
||||
<description>This parameter allows to choose the method used to fuse elevation measurements in each output DSM cell</description>
|
||||
<options>
|
||||
<choices>
|
||||
<choice>max</choice>
|
||||
@ -167,7 +167,7 @@
|
||||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
|
||||
<key>map.utm.zone</key>
|
||||
<name>Zone number</name>
|
||||
<description>The zone number ranges from 1 to 60 and allows defining the transverse mercator projection (along with the hemisphere)</description>
|
||||
<description>The zone number ranges from 1 to 60 and allows to define the transverse mercator projection (along with the hemisphere)</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>31</default>
|
||||
@ -191,8 +191,8 @@
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
|
||||
<key>stereorect.fwdgridstep</key>
|
||||
<name>Step of the deformation grid (in pixels)</name>
|
||||
<description>Stereo-rectification deformation grid only varies slowly. Therefore, it is recommended to use a coarser grid (higher step value) in case of large images</description>
|
||||
<name>Step of the displacement grid (in pixels)</name>
|
||||
<description>Stereo-rectification displacement grid only varies slowly. Therefore, it is recommended to use a coarser grid (higher step value) in case of large images</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>16</default>
|
||||
@ -201,7 +201,7 @@
|
||||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
|
||||
<key>stereorect.invgridssrate</key>
|
||||
<name>Sub-sampling rate for epipolar grid inversion</name>
|
||||
<description>Grid inversion is an heavy process that implies spline regression on control points. To avoid eating to much memory, this parameter allows sub-sampling first the field to invert.</description>
|
||||
<description>Grid inversion is an heavy process that implies spline regression on control points. To avoid eating to much memory, this parameter allows to first sub-sample the field to invert.</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>10</default>
|
||||
@ -298,7 +298,7 @@
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>mask.variancet</key>
|
||||
<name>Discard pixels with low local variance</name>
|
||||
<description>This parameter allows discarding pixels whose local variance is too small (the size of the neighborhood is given by the radius parameter)</description>
|
||||
<description>This parameter allows to discard pixels whose local variance is too small (the size of the neighborhood is given by the radius parameter)</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>50</default>
|
||||
|
@ -22,7 +22,7 @@
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>elev.default</key>
|
||||
<name>Default elevation</name>
|
||||
<description>This parameter allows setting the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value.</description>
|
||||
<description>This parameter allows to set the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value.</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>0</default>
|
||||
@ -43,11 +43,24 @@
|
||||
<description>Output reprojected image.</description>
|
||||
<hidden />
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type>
|
||||
<key>mode</key>
|
||||
<name>Mode</name>
|
||||
<description>Superimposition mode</description>
|
||||
<options>
|
||||
<choices>
|
||||
<choice>default</choice>
|
||||
<choice>phr</choice>
|
||||
</choices>
|
||||
</options>
|
||||
<default>0</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type>
|
||||
<key>interpolator</key>
|
||||
<name>Interpolation</name>
|
||||
<description>This group of parameters allows defining how the input image will be interpolated during resampling.</description>
|
||||
<description>This group of parameters allows to define how the input image will be interpolated during resampling.</description>
|
||||
<options>
|
||||
<choices>
|
||||
<choice>bco</choice>
|
||||
@ -61,7 +74,7 @@
|
||||
<parameter_type source_parameter_type="ParameterType_Radius">ParameterNumber</parameter_type>
|
||||
<key>interpolator.bco.radius</key>
|
||||
<name>Radius for bicubic interpolation</name>
|
||||
<description>This parameter allows controlling the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.</description>
|
||||
<description>This parameter allows to control the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>2</default>
|
||||
|
@ -33,20 +33,18 @@
|
||||
<key>io.confmatout</key>
|
||||
<name>Output confusion matrix</name>
|
||||
<description>Output file containing the confusion matrix (.csv format).</description>
|
||||
<hidden />
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_OutputFilename">OutputFile</parameter_type>
|
||||
<key>io.out</key>
|
||||
<name>Output model</name>
|
||||
<description>Output file containing the model estimated (.txt format).</description>
|
||||
<hidden />
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>elev.default</key>
|
||||
<name>Default elevation</name>
|
||||
<description>This parameter allows setting the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value.</description>
|
||||
<description>This parameter allows to set the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value.</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>0</default>
|
||||
@ -69,6 +67,15 @@
|
||||
<maxValue />
|
||||
<default>1000</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
|
||||
<key>sample.bm</key>
|
||||
<name>Bound sample number by minimum</name>
|
||||
<description>Bound the number of samples for each class by the number of available samples by the smaller class. Proportions between training and validation are respected. Default is true (=1).</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>1</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Empty">ParameterBoolean</parameter_type>
|
||||
<key>sample.edg</key>
|
||||
|
@ -33,20 +33,18 @@
|
||||
<key>io.confmatout</key>
|
||||
<name>Output confusion matrix</name>
|
||||
<description>Output file containing the confusion matrix (.csv format).</description>
|
||||
<hidden />
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_OutputFilename">OutputFile</parameter_type>
|
||||
<key>io.out</key>
|
||||
<name>Output model</name>
|
||||
<description>Output file containing the model estimated (.txt format).</description>
|
||||
<hidden />
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>elev.default</key>
|
||||
<name>Default elevation</name>
|
||||
<description>This parameter allows setting the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value.</description>
|
||||
<description>This parameter allows to set the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value.</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>0</default>
|
||||
@ -69,6 +67,15 @@
|
||||
<maxValue />
|
||||
<default>1000</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
|
||||
<key>sample.bm</key>
|
||||
<name>Bound sample number by minimum</name>
|
||||
<description>Bound the number of samples for each class by the number of available samples by the smaller class. Proportions between training and validation are respected. Default is true (=1).</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>1</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Empty">ParameterBoolean</parameter_type>
|
||||
<key>sample.edg</key>
|
||||
|
@ -33,20 +33,18 @@
|
||||
<key>io.confmatout</key>
|
||||
<name>Output confusion matrix</name>
|
||||
<description>Output file containing the confusion matrix (.csv format).</description>
|
||||
<hidden />
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_OutputFilename">OutputFile</parameter_type>
|
||||
<key>io.out</key>
|
||||
<name>Output model</name>
|
||||
<description>Output file containing the model estimated (.txt format).</description>
|
||||
<hidden />
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>elev.default</key>
|
||||
<name>Default elevation</name>
|
||||
<description>This parameter allows setting the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value.</description>
|
||||
<description>This parameter allows to set the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value.</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>0</default>
|
||||
@ -69,6 +67,15 @@
|
||||
<maxValue />
|
||||
<default>1000</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
|
||||
<key>sample.bm</key>
|
||||
<name>Bound sample number by minimum</name>
|
||||
<description>Bound the number of samples for each class by the number of available samples by the smaller class. Proportions between training and validation are respected. Default is true (=1).</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>1</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Empty">ParameterBoolean</parameter_type>
|
||||
<key>sample.edg</key>
|
||||
|
@ -33,20 +33,18 @@
|
||||
<key>io.confmatout</key>
|
||||
<name>Output confusion matrix</name>
|
||||
<description>Output file containing the confusion matrix (.csv format).</description>
|
||||
<hidden />
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_OutputFilename">OutputFile</parameter_type>
|
||||
<key>io.out</key>
|
||||
<name>Output model</name>
|
||||
<description>Output file containing the model estimated (.txt format).</description>
|
||||
<hidden />
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>elev.default</key>
|
||||
<name>Default elevation</name>
|
||||
<description>This parameter allows setting the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value.</description>
|
||||
<description>This parameter allows to set the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value.</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>0</default>
|
||||
@ -69,6 +67,15 @@
|
||||
<maxValue />
|
||||
<default>1000</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
|
||||
<key>sample.bm</key>
|
||||
<name>Bound sample number by minimum</name>
|
||||
<description>Bound the number of samples for each class by the number of available samples by the smaller class. Proportions between training and validation are respected. Default is true (=1).</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>1</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Empty">ParameterBoolean</parameter_type>
|
||||
<key>sample.edg</key>
|
||||
|
@ -33,20 +33,18 @@
|
||||
<key>io.confmatout</key>
|
||||
<name>Output confusion matrix</name>
|
||||
<description>Output file containing the confusion matrix (.csv format).</description>
|
||||
<hidden />
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_OutputFilename">OutputFile</parameter_type>
|
||||
<key>io.out</key>
|
||||
<name>Output model</name>
|
||||
<description>Output file containing the model estimated (.txt format).</description>
|
||||
<hidden />
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>elev.default</key>
|
||||
<name>Default elevation</name>
|
||||
<description>This parameter allows setting the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value.</description>
|
||||
<description>This parameter allows to set the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value.</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>0</default>
|
||||
@ -69,6 +67,15 @@
|
||||
<maxValue />
|
||||
<default>1000</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
|
||||
<key>sample.bm</key>
|
||||
<name>Bound sample number by minimum</name>
|
||||
<description>Bound the number of samples for each class by the number of available samples by the smaller class. Proportions between training and validation are respected. Default is true (=1).</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>1</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Empty">ParameterBoolean</parameter_type>
|
||||
<key>sample.edg</key>
|
||||
|
@ -33,20 +33,18 @@
|
||||
<key>io.confmatout</key>
|
||||
<name>Output confusion matrix</name>
|
||||
<description>Output file containing the confusion matrix (.csv format).</description>
|
||||
<hidden />
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_OutputFilename">OutputFile</parameter_type>
|
||||
<key>io.out</key>
|
||||
<name>Output model</name>
|
||||
<description>Output file containing the model estimated (.txt format).</description>
|
||||
<hidden />
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>elev.default</key>
|
||||
<name>Default elevation</name>
|
||||
<description>This parameter allows setting the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value.</description>
|
||||
<description>This parameter allows to set the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value.</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>0</default>
|
||||
@ -69,6 +67,15 @@
|
||||
<maxValue />
|
||||
<default>1000</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
|
||||
<key>sample.bm</key>
|
||||
<name>Bound sample number by minimum</name>
|
||||
<description>Bound the number of samples for each class by the number of available samples by the smaller class. Proportions between training and validation are respected. Default is true (=1).</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>1</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Empty">ParameterBoolean</parameter_type>
|
||||
<key>sample.edg</key>
|
||||
|
@ -33,20 +33,18 @@
|
||||
<key>io.confmatout</key>
|
||||
<name>Output confusion matrix</name>
|
||||
<description>Output file containing the confusion matrix (.csv format).</description>
|
||||
<hidden />
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_OutputFilename">OutputFile</parameter_type>
|
||||
<key>io.out</key>
|
||||
<name>Output model</name>
|
||||
<description>Output file containing the model estimated (.txt format).</description>
|
||||
<hidden />
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>elev.default</key>
|
||||
<name>Default elevation</name>
|
||||
<description>This parameter allows setting the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value.</description>
|
||||
<description>This parameter allows to set the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value.</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>0</default>
|
||||
@ -69,6 +67,15 @@
|
||||
<maxValue />
|
||||
<default>1000</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
|
||||
<key>sample.bm</key>
|
||||
<name>Bound sample number by minimum</name>
|
||||
<description>Bound the number of samples for each class by the number of available samples by the smaller class. Proportions between training and validation are respected. Default is true (=1).</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>1</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Empty">ParameterBoolean</parameter_type>
|
||||
<key>sample.edg</key>
|
||||
|
@ -33,20 +33,18 @@
|
||||
<key>io.confmatout</key>
|
||||
<name>Output confusion matrix</name>
|
||||
<description>Output file containing the confusion matrix (.csv format).</description>
|
||||
<hidden />
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_OutputFilename">OutputFile</parameter_type>
|
||||
<key>io.out</key>
|
||||
<name>Output model</name>
|
||||
<description>Output file containing the model estimated (.txt format).</description>
|
||||
<hidden />
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>elev.default</key>
|
||||
<name>Default elevation</name>
|
||||
<description>This parameter allows setting the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value.</description>
|
||||
<description>This parameter allows to set the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value.</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>0</default>
|
||||
@ -69,6 +67,15 @@
|
||||
<maxValue />
|
||||
<default>1000</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
|
||||
<key>sample.bm</key>
|
||||
<name>Bound sample number by minimum</name>
|
||||
<description>Bound the number of samples for each class by the number of available samples by the smaller class. Proportions between training and validation are respected. Default is true (=1).</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>1</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Empty">ParameterBoolean</parameter_type>
|
||||
<key>sample.edg</key>
|
||||
|
@ -33,26 +33,24 @@
|
||||
<key>io.confmatout</key>
|
||||
<name>Output confusion matrix</name>
|
||||
<description>Output file containing the confusion matrix (.csv format).</description>
|
||||
<hidden />
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_OutputFilename">OutputFile</parameter_type>
|
||||
<key>io.out</key>
|
||||
<name>Output model</name>
|
||||
<description>Output file containing the model estimated (.txt format).</description>
|
||||
<hidden />
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Float">*ParameterNumber</parameter_type>
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>elev.default</key>
|
||||
<name>Default elevation</name>
|
||||
<description>This parameter allows setting the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value.</description>
|
||||
<description>This parameter allows to set the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value.</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>0</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Int">*ParameterNumber</parameter_type>
|
||||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
|
||||
<key>sample.mt</key>
|
||||
<name>Maximum training sample size per class</name>
|
||||
<description>Maximum size per class (in pixels) of the training sample list (default = 1000) (no limit = -1). If equal to -1, then the maximal size of the available training sample list per class will be equal to the surface area of the smallest class multiplied by the training sample ratio.</description>
|
||||
@ -61,7 +59,7 @@
|
||||
<default>1000</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Int">*ParameterNumber</parameter_type>
|
||||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
|
||||
<key>sample.mv</key>
|
||||
<name>Maximum validation sample size per class</name>
|
||||
<description>Maximum size per class (in pixels) of the validation sample list (default = 1000) (no limit = -1). If equal to -1, then the maximal size of the available validation sample list per class will be equal to the surface area of the smallest class multiplied by the validation sample ratio.</description>
|
||||
@ -70,7 +68,16 @@
|
||||
<default>1000</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Empty">*ParameterBoolean</parameter_type>
|
||||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
|
||||
<key>sample.bm</key>
|
||||
<name>Bound sample number by minimum</name>
|
||||
<description>Bound the number of samples for each class by the number of available samples by the smaller class. Proportions between training and validation are respected. Default is true (=1).</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>1</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Empty">ParameterBoolean</parameter_type>
|
||||
<key>sample.edg</key>
|
||||
<name>On edge pixel inclusion</name>
|
||||
<description>Takes pixels on polygon edge into consideration when building training and validation samples.</description>
|
||||
@ -107,7 +114,7 @@
|
||||
<default>0</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Choice">*ParameterSelection</parameter_type>
|
||||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type>
|
||||
<key>classifier.svm.m</key>
|
||||
<name>SVM Model Type</name>
|
||||
<description>Type of SVM formulation.</description>
|
||||
@ -145,7 +152,7 @@
|
||||
<default>1</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Float">*ParameterNumber</parameter_type>
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>classifier.svm.nu</key>
|
||||
<name>Parameter nu of a SVM optimization problem (NU_SVC / ONE_CLASS)</name>
|
||||
<description>Parameter nu of a SVM optimization problem.</description>
|
||||
@ -154,7 +161,7 @@
|
||||
<default>0</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Float">*ParameterNumber</parameter_type>
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>classifier.svm.coef0</key>
|
||||
<name>Parameter coef0 of a kernel function (POLY / SIGMOID)</name>
|
||||
<description>Parameter coef0 of a kernel function (POLY / SIGMOID).</description>
|
||||
@ -163,7 +170,7 @@
|
||||
<default>0</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Float">*ParameterNumber</parameter_type>
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>classifier.svm.gamma</key>
|
||||
<name>Parameter gamma of a kernel function (POLY / RBF / SIGMOID)</name>
|
||||
<description>Parameter gamma of a kernel function (POLY / RBF / SIGMOID).</description>
|
||||
@ -172,7 +179,7 @@
|
||||
<default>1</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Float">*ParameterNumber</parameter_type>
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>classifier.svm.degree</key>
|
||||
<name>Parameter degree of a kernel function (POLY)</name>
|
||||
<description>Parameter degree of a kernel function (POLY).</description>
|
||||
@ -191,7 +198,7 @@
|
||||
<default>True</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Int">*ParameterNumber</parameter_type>
|
||||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
|
||||
<key>rand</key>
|
||||
<name>set user defined seed</name>
|
||||
<description>Set specific seed. with integer value.</description>
|
||||
|
@ -0,0 +1,46 @@
|
||||
<root>
|
||||
<key>TrainOGRLayersClassifier</key>
|
||||
<exec>otbcli_TrainOGRLayersClassifier</exec>
|
||||
<longname>TrainOGRLayersClassifier</longname>
|
||||
<group>Segmentation</group>
|
||||
<description>Train a SVM classifier based on labeled geometries and a list of features to consider.</description>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_InputFilename">ParameterFile</parameter_type>
|
||||
<key>inshp</key>
|
||||
<name>Name of the input shapefile</name>
|
||||
<description>Name of the input shapefile</description>
|
||||
<isFolder />
|
||||
<optional>False</optional>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_InputFilename">ParameterFile</parameter_type>
|
||||
<key>instats</key>
|
||||
<name>XML file containing mean and variance of each feature.</name>
|
||||
<description>XML file containing mean and variance of each feature.</description>
|
||||
<isFolder />
|
||||
<optional>False</optional>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_OutputFilename">OutputFile</parameter_type>
|
||||
<key>outsvm</key>
|
||||
<name>Output model filename.</name>
|
||||
<description>Output model filename.</description>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_StringList">ParameterString</parameter_type>
|
||||
<key>feat</key>
|
||||
<name>List of features to consider for classification.</name>
|
||||
<description>List of features to consider for classification.</description>
|
||||
<options />
|
||||
<default />
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_String">ParameterString</parameter_type>
|
||||
<key>cfield</key>
|
||||
<name>Field containing the class id for supervision</name>
|
||||
<description>Field containing the class id for supervision. Only geometries with this field available will be taken into account.</description>
|
||||
<default>class</default>
|
||||
<multiline />
|
||||
<optional>False</optional>
|
||||
</parameter>
|
||||
</root>
|
@ -0,0 +1,38 @@
|
||||
<root>
|
||||
<key>VectorDataExtractROI</key>
|
||||
<exec>otbcli_VectorDataExtractROI</exec>
|
||||
<longname>VectorData Extract ROI</longname>
|
||||
<group>Vector Data Manipulation</group>
|
||||
<description>Perform an extract ROI on the input vector data according to the input image extent</description>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_InputVectorData">ParameterVector</parameter_type>
|
||||
<key>io.vd</key>
|
||||
<name>Input Vector data</name>
|
||||
<description>Input vector data</description>
|
||||
<shapetype />
|
||||
<optional>False</optional>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type>
|
||||
<key>io.in</key>
|
||||
<name>Support image</name>
|
||||
<description>Support image that specifies the extracted region</description>
|
||||
<optional>False</optional>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_OutputVectorData">OutputVector</parameter_type>
|
||||
<key>io.out</key>
|
||||
<name>Output Vector data</name>
|
||||
<description>Output extracted vector data</description>
|
||||
<hidden />
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>elev.default</key>
|
||||
<name>Default elevation</name>
|
||||
<description>This parameter allows to set the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value.</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>0</default>
|
||||
</parameter>
|
||||
</root>
|
@ -0,0 +1,57 @@
|
||||
<root>
|
||||
<key>VectorDataReprojection-image</key>
|
||||
<exec>otbcli_VectorDataReprojection</exec>
|
||||
<longname>VectorDataReprojection (image)</longname>
|
||||
<group>Vector Data Manipulation</group>
|
||||
<description>This application allows to reproject a vector data using support image projection reference, or a user specified map projection
|
||||
</description>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_InputFilename">ParameterFile</parameter_type>
|
||||
<key>in.vd</key>
|
||||
<name>Input vector data</name>
|
||||
<description>The input vector data to reproject</description>
|
||||
<isFolder />
|
||||
<optional>False</optional>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type>
|
||||
<key>in.kwl</key>
|
||||
<name>Use image keywords list</name>
|
||||
<description>Optional input image to fill vector data with image kwl.</description>
|
||||
<optional>True</optional>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_OutputFilename">OutputFile</parameter_type>
|
||||
<key>out.vd</key>
|
||||
<name>Output vector data</name>
|
||||
<description>The reprojected vector data</description>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type>
|
||||
<key>out.proj</key>
|
||||
<name>Output Projection choice</name>
|
||||
<description />
|
||||
<options>
|
||||
<choices>
|
||||
<choice>image</choice>
|
||||
</choices>
|
||||
</options>
|
||||
<default>0</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type>
|
||||
<key>out.proj.image.in</key>
|
||||
<name>Image used to get projection map</name>
|
||||
<description>Projection map will be found using image metadata</description>
|
||||
<optional>False</optional>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>elev.default</key>
|
||||
<name>Default elevation</name>
|
||||
<description>This parameter allows to set the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value.</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>0</default>
|
||||
</parameter>
|
||||
</root>
|
@ -0,0 +1,91 @@
|
||||
<root>
|
||||
<key>VectorDataReprojection-user</key>
|
||||
<exec>otbcli_VectorDataReprojection</exec>
|
||||
<longname>VectorDataReprojection (user)</longname>
|
||||
<group>Vector Data Manipulation</group>
|
||||
<description>This application allows to reproject a vector data using support image projection reference, or a user specified map projection
|
||||
</description>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_InputFilename">ParameterFile</parameter_type>
|
||||
<key>in.vd</key>
|
||||
<name>Input vector data</name>
|
||||
<description>The input vector data to reproject</description>
|
||||
<isFolder />
|
||||
<optional>False</optional>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type>
|
||||
<key>in.kwl</key>
|
||||
<name>Use image keywords list</name>
|
||||
<description>Optional input image to fill vector data with image kwl.</description>
|
||||
<optional>True</optional>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_OutputFilename">OutputFile</parameter_type>
|
||||
<key>out.vd</key>
|
||||
<name>Output vector data</name>
|
||||
<description>The reprojected vector data</description>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type>
|
||||
<key>out.proj</key>
|
||||
<name>Output Projection choice</name>
|
||||
<description />
|
||||
<options>
|
||||
<choices>
|
||||
<choice>user</choice>
|
||||
</choices>
|
||||
</options>
|
||||
<default>0</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Choice">ParameterSelection</parameter_type>
|
||||
<key>out.proj.user.map</key>
|
||||
<name>Output Cartographic Map Projection</name>
|
||||
<description>Parameters of the output map projection to be used.</description>
|
||||
<options>
|
||||
<choices>
|
||||
<choice>utm</choice>
|
||||
<choice>lambert2</choice>
|
||||
<choice>lambert93</choice>
|
||||
<choice>wgs</choice>
|
||||
<choice>epsg</choice>
|
||||
</choices>
|
||||
</options>
|
||||
<default>0</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
|
||||
<key>out.proj.user.map.utm.zone</key>
|
||||
<name>Zone number</name>
|
||||
<description>The zone number ranges from 1 to 60 and allows to define the transverse mercator projection (along with the hemisphere)</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>31</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Empty">ParameterBoolean</parameter_type>
|
||||
<key>out.proj.user.map.utm.northhem</key>
|
||||
<name>Northern Hemisphere</name>
|
||||
<description>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.</description>
|
||||
<default>True</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Int">ParameterNumber</parameter_type>
|
||||
<key>out.proj.user.map.epsg.code</key>
|
||||
<name>EPSG Code</name>
|
||||
<description>See www.spatialreference.org to find which EPSG code is associated to your projection</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>4326</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>elev.default</key>
|
||||
<name>Default elevation</name>
|
||||
<description>This parameter allows to set the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value.</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>0</default>
|
||||
</parameter>
|
||||
</root>
|
@ -0,0 +1,83 @@
|
||||
<root>
|
||||
<key>VectorDataTransform</key>
|
||||
<exec>otbcli_VectorDataTransform</exec>
|
||||
<longname>Vector Data Transformation</longname>
|
||||
<group>Vector Data Manipulation</group>
|
||||
<description>Apply a transform to each vertex of the input VectorData</description>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_InputVectorData">ParameterVector</parameter_type>
|
||||
<key>vd</key>
|
||||
<name>Input Vector data</name>
|
||||
<description>Input vector data to transform</description>
|
||||
<shapetype />
|
||||
<optional>False</optional>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_OutputVectorData">OutputVector</parameter_type>
|
||||
<key>out</key>
|
||||
<name>Output Vector data</name>
|
||||
<description>Output transformed vector data</description>
|
||||
<hidden />
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_InputImage">ParameterRaster</parameter_type>
|
||||
<key>in</key>
|
||||
<name>Support image</name>
|
||||
<description>Image needed as a support to the vector data</description>
|
||||
<optional>False</optional>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>transform.tx</key>
|
||||
<name>Translation X</name>
|
||||
<description>Translation in the X direction (in pixels)</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>0</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>transform.ty</key>
|
||||
<name>Translation Y</name>
|
||||
<description>Translation in the Y direction (in pixels)</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>0</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>transform.ro</key>
|
||||
<name>Rotation Angle</name>
|
||||
<description>Angle of the rotation to apply in degrees</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>0</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>transform.centerx</key>
|
||||
<name>Center X</name>
|
||||
<description>X coordinate of the rotation center (in physical units)</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>0</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>transform.centery</key>
|
||||
<name>Center Y</name>
|
||||
<description>Y coordinate of the rotation center (in physical units)</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>0</default>
|
||||
</parameter>
|
||||
<parameter>
|
||||
<parameter_type source_parameter_type="ParameterType_Float">ParameterNumber</parameter_type>
|
||||
<key>transform.scale</key>
|
||||
<name>Scale</name>
|
||||
<description>The scale to apply</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>1</default>
|
||||
</parameter>
|
||||
</root>
|
@ -2,5 +2,5 @@
|
||||
<style type="text/css">
|
||||
dl { border: 3px double #ccc; padding: 0.5em; } dt { float: left; clear: left; text-align: left; font-weight: bold; color: green; } dt:after { content: ":"; } dd { margin: 0 0 0 220px; padding: 0 0 0.5em 0; }
|
||||
</style>
|
||||
</head><body><h1>BandMath</h1><h2>Brief Description</h2>Perform a mathematical operation on monoband images<h2>Tags</h2>Util<h2>Long Description</h2>This application performs a mathematical operation on monoband images. Mathematical formula interpretation is done via MuParser libraries http://muparser.sourceforge.net/<h2>Parameters</h2><ul><li><b>[param] -il</b> <string> Image list to perform computation on.. Mandatory: True. Default Value: "0"</li><li><b>[param] -out</b> <string> Output image.. Mandatory: True. Default Value: ""</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</li><li><b>[param] -exp</b> <string> The mathematical expression to apply.
|
||||
Use im1b1 for the first band, im1b2 for the second one.... Mandatory: True. Default Value: ""</li></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2> <h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">il: verySmallFSATSW_r.tif verySmallFSATSW_nir.tif verySmallFSATSW.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: apTvUtBandMathOutput.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">exp: "cos(im1b1)+im2b1*im3b1-im3b2+ndvi(im3b3, im3b4)"</p></li></ul></body></html>
|
||||
</head><body><h1>BandMath</h1><h2>Brief Description</h2>Perform a mathematical operation on monoband images<h2>Tags</h2>Util<h2>Long Description</h2>This application performs a mathematical operation on monoband images. Mathematical formula interpretation is done via MuParser libraries http://muparser.sourceforge.net/.For MuParser version prior to v2 use 'and' and 'or' logical operators, and ternary operator 'if(; ; )'.For MuParser version superior to 2.0 uses '&&' and '||' logical operators, and C++ like ternary if-then-else operator.<h2>Parameters</h2><ul><li><b>[param] -il</b> <string> Image list to perform computation on.. Mandatory: True. Default Value: "0"</li><li><b>[param] -out</b> <string> Output image.. Mandatory: True. Default Value: ""</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</li><li><b>[param] -exp</b> <string> The mathematical expression to apply.
|
||||
Use im1b1 for the first band, im1b2 for the second one.... Mandatory: True. Default Value: ""</li><li><b>[param] -inxml</b> <string> Load otb application from xml file. Mandatory: False. Default Value: ""</li><li><b>[param] -outxml</b> <string> Save otb application to xml file. Mandatory: False. Default Value: ""</li></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2> <h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">il: verySmallFSATSW_r.tif verySmallFSATSW_nir.tif verySmallFSATSW.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: apTvUtBandMathOutput.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">exp: "cos(im1b1)+im2b1*im3b1-im3b2+ndvi(im3b3, im3b4)"</p></li></ul></body></html>
|
@ -0,0 +1,98 @@
|
||||
<html><head>
|
||||
<style type="text/css">
|
||||
dl { border: 3px double #ccc; padding: 0.5em; } dt { float: left; clear: left; text-align: left; font-weight: bold; color: green; } dt:after { content: ":"; } dd { margin: 0 0 0 220px; padding: 0 0 0.5em 0; }
|
||||
</style>
|
||||
</head><body><h1>BandMathX</h1><h2>Brief Description</h2>This application performs mathematical operations on multiband images.
|
||||
Mathematical formula interpretation is done via muParserX library : http://articles.beltoforion.de/article.php?a=muparserx<h2>Tags</h2>Util<h2>Long Description</h2>The goal of this documentation is to give the user some hints about the syntax used in this application.
|
||||
The syntax is mainly constrained by the muparserx library, which can be considered as the core of the application.
|
||||
|
||||
|
||||
- Fundamentals:
|
||||
|
||||
The default prefix name for variables related to the ith input is 'im(i+1)'(note the indexing from 1 to N, for N inputs).
|
||||
The following list summaries the available variables for input #0 (and so on for every input):
|
||||
|
||||
im1 --> a pixel from first input, made of n components (n bands)
|
||||
im1bj --> jth component of a pixel from first input (first band is indexed by 1)
|
||||
im1bjNkxp --> a neighbourhood ('N') of pixels of the jth component from first input, of size kxp
|
||||
im1PhyX and im1PhyY --> spacing of first input in X and Y directions (horizontal and vertical)
|
||||
im1bjMean im1bjMin im1bjMax im1bjSum im1bjVar --> mean, min, max, sum, variance of jth band from first input (global statistics)
|
||||
|
||||
Moreover, we also have the following generic variables:
|
||||
idxX and idxY --> indices of the current pixel
|
||||
|
||||
Always keep in mind that this application only addresses mathematically well-defined formulas.
|
||||
For instance, it is not possible to add vectors of different dimensions (this implies the addition of a row vector with a column vector),
|
||||
or add a scalar to a vector or a matrix, or divide two vectors, and so on...
|
||||
Thus, it is important to remember that a pixel of n components is always represented as a row vector.
|
||||
|
||||
Example :
|
||||
|
||||
im1 + im2 (1)
|
||||
|
||||
represents the addition of pixels from first and second inputs. This expression is consistent only if
|
||||
both inputs have the same number of bands.
|
||||
Note that it is also possible to use the following expressions to obtain the same result:
|
||||
|
||||
im1b1 + im2b1
|
||||
im1b2 + im2b2 (2)
|
||||
....
|
||||
|
||||
Nevertheless, the first expression is by far much pleaseant. We call this new functionnality the 'batch mode'
|
||||
(performing the same operation in a band-to-band fashion).
|
||||
|
||||
|
||||
- Operations involving neighborhoods of pixels:
|
||||
|
||||
Another new fonctionnality is the possibility to perform operations that involve neighborhoods of pixels.
|
||||
Variable related to such neighborhoods are always defined following the pattern imIbJNKxP, where:
|
||||
- I is an number identifying the image input (remember, input #0 = im1, and so on)
|
||||
- J is an number identifying the band (remember, first band is indexed by 1)
|
||||
- KxP are two numbers that represent the size of the neighborhood (first one is related to the horizontal direction)
|
||||
All neighborhood are centred, thus K and P must be odd numbers.
|
||||
Many operators come with this new functionnality: dotpr, mean var median min max...
|
||||
For instance, if im1 represents the pixel of 3 bands image:
|
||||
|
||||
im1 - mean(im1b1N5x5,im1b2N5x5,im1b3N5x5) (3)
|
||||
|
||||
could represent a high pass filter (Note that by implying three neighborhoods, the operator mean returns a row vector of three components.
|
||||
It is a typical behaviour for many operators of this application).
|
||||
|
||||
|
||||
- Operators:
|
||||
|
||||
In addition to the previous operators, other operators are available:
|
||||
- existing operators/functions from muParserX, that were not originally defined for vectors and
|
||||
matrices (for instance cos, sin, ...). These new operators/ functions keep the original names to which we added the prefix 'v' for vector (vcos, vsin, ...).
|
||||
- mult, div and pow operators, that perform element-wise multiplication, division or exponentiation of vector/matrices (for instance im1 div im2)
|
||||
- mlt, dv and pw operators, that perform multiplication, division or exponentiation of vector/matrices by a scalar (for instance im1 dv 2.0)
|
||||
- bands, which is a very usefull operator. It allows to select specific bands from an image, and/or to rearrange them in a new vector;
|
||||
for instance bands(im1,{1,2,1,1}) produces a vector of 4 components made of band 1, band 2, band 1 and band 1 values from the first input.
|
||||
Note that curly brackets must be used in order to select the desired band indices.
|
||||
... and so on.
|
||||
|
||||
|
||||
- Application itself:
|
||||
|
||||
The application takes the following parameters :
|
||||
- Setting the list of inputs can be done with the 'il' parameter.
|
||||
- Setting expressions can be done with the 'exp' parameter (see also limitations section below).
|
||||
- Setting constants can be done with the 'incontext' parameter. User must provide a txt file with a specific syntax: #type name value
|
||||
An example of such a file is given below:
|
||||
|
||||
#F expo 1.1
|
||||
#M kernel1 { 0.1 , 0.2 , 0.3; 0.4 , 0.5 , 0.6; 0.7 , 0.8 , 0.9; 1 , 1.1 , 1.2; 1.3 , 1.4 , 1.5 }
|
||||
|
||||
As we can see, #I/#F allows the definition of an integer/float constant, whereas #M allows the definition of a vector/matrix.
|
||||
In the latter case, elements of a row must be separated by commas, and rows must be separated by semicolons.
|
||||
It is also possible to define expressions within the same txt file, with the pattern #E expr. For instance (two expressions; see also limitations section below):
|
||||
|
||||
#E $dotpr(kernel1,im1b1N3x5); im2b1^expo$
|
||||
|
||||
- The 'outcontext' parameter allows to save user's constants and expressions (context).
|
||||
- Setting the output image can be done with the 'out' parameter (multi-outputs is not implemented yet).
|
||||
|
||||
|
||||
Finally, we strongly recommend that the reader takes a look at the cookbook, where additional information can be found (http://www.orfeo-toolbox.org/packages/OTBCookBook.pdf).
|
||||
<h2>Parameters</h2><ul><li><b>[param] -il</b> <string> Image list to perform computation on.. Mandatory: True. Default Value: "0"</li><li><b>[param] -out</b> <string> Output image.. Mandatory: True. Default Value: ""</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</li><li><b>[param] -exp</b> <string> Mathematical expression to apply.. Mandatory: False. Default Value: ""</li><li><b>[param] -incontext</b> <string> A txt file containing user's constants and expressions.. Mandatory: False. Default Value: ""</li><li><b>[param] -outcontext</b> <string> A txt file where to save user's constants and expressions.. Mandatory: False. Default Value: ""</li><li><b>[param] -inxml</b> <string> Load otb application from xml file. Mandatory: False. Default Value: ""</li><li><b>[param] -outxml</b> <string> Save otb application to xml file. Mandatory: False. Default Value: ""</li></ul><h2>Limitations</h2>The application is currently unable to produce one output image per expression, contrary to otbBandMathXImageFilter.
|
||||
Separating expressions by semi-colons (; ) will concatenate their results into a unique multiband output image. <h2>Authors</h2>OTB-Team<h2>See Also</h2> <h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">il: verySmallFSATSW_r.tif verySmallFSATSW_nir.tif verySmallFSATSW.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: apTvUtBandMathOutput.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">exp: "cos(im1b1)+im2b1*im3b1-im3b2+ndvi(im3b3, im3b4)"</p></li></ul></body></html>
|
@ -2,4 +2,4 @@
|
||||
<style type="text/css">
|
||||
dl { border: 3px double #ccc; padding: 0.5em; } dt { float: left; clear: left; text-align: left; font-weight: bold; color: green; } dt:after { content: ":"; } dd { margin: 0 0 0 220px; padding: 0 0 0.5em 0; }
|
||||
</style>
|
||||
</head><body><h1>BinaryMorphologicalOperation</h1><h2>Brief Description</h2>Performs morphological operations on an input image channel<h2>Tags</h2>MorphologicalOperations,Feature Extraction<h2>Long Description</h2>This application performs binary morphological operations on a mono band image<h2>Parameters</h2><ul><li><b>[param] -in</b> <string> The input image to be filtered.. Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> Output image containing the filtered output image.. Mandatory: True. Default Value: ""</li><li><b>[param] -channel</b> <int32> The selected channel index. Mandatory: True. Default Value: "1"</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</li><b>[choice] -structype</b> Choice of the structuring element type ball,cross. Mandatory: True. Default Value: "ball"<ul><li><b>[group] -ball</b></li><ul><li><b>[param] -structype.ball.xradius</b> <int32> The Structuring Element X Radius. Mandatory: True. Default Value: "5"</li><li><b>[param] -structype.ball.yradius</b> <int32> The Structuring Element Y Radius. Mandatory: True. Default Value: "5"</li></ul><li><b>[group] -cross</b></li><ul></ul></ul><b>[choice] -filter</b> Choice of the morphological operation dilate,erode,opening,closing. Mandatory: True. Default Value: "dilate"<ul><li><b>[group] -dilate</b></li><ul><li><b>[param] -filter.dilate.foreval</b> <float> The Foreground Value. Mandatory: True. Default Value: "1"</li><li><b>[param] -filter.dilate.backval</b> <float> The Background Value. Mandatory: True. Default Value: "0"</li></ul><li><b>[group] -erode</b></li><ul><li><b>[param] -filter.erode.foreval</b> <float> The Foreground Value. Mandatory: True. Default Value: "1"</li><li><b>[param] -filter.erode.backval</b> <float> The Background Value. Mandatory: True. Default Value: "0"</li></ul><li><b>[group] -opening</b></li><ul><li><b>[param] -filter.opening.foreval</b> <float> The Foreground Value. Mandatory: True. Default Value: "1"</li><li><b>[param] -filter.opening.backval</b> <float> The Background Value. Mandatory: True. Default Value: "0"</li></ul><li><b>[group] -closing</b></li><ul><li><b>[param] -filter.closing.foreval</b> <float> The Foreground Value. Mandatory: True. Default Value: "1"</li></ul></ul></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2>itkBinaryDilateImageFilter, itkBinaryErodeImageFilter, itkBinaryMorphologicalOpeningImageFilter and itkBinaryMorphologicalClosingImageFilter classes<h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in: qb_RoadExtract.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: opened.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">channel: 1</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">structype.ball.xradius: 5</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">structype.ball.yradius: 5</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">filter: erode</p></li></ul></body></html>
|
||||
</head><body><h1>BinaryMorphologicalOperation</h1><h2>Brief Description</h2>Performs morphological operations on an input image channel<h2>Tags</h2>MorphologicalOperations,Feature Extraction<h2>Long Description</h2>This application performs binary morphological operations on a mono band image<h2>Parameters</h2><ul><li><b>[param] -in</b> <string> The input image to be filtered.. Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> Output image containing the filtered output image.. Mandatory: True. Default Value: ""</li><li><b>[param] -channel</b> <int32> The selected channel index. Mandatory: True. Default Value: "1"</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</li><li><b>[param] -inxml</b> <string> Load otb application from xml file. Mandatory: False. Default Value: ""</li><li><b>[param] -outxml</b> <string> Save otb application to xml file. Mandatory: False. Default Value: ""</li><b>[choice] -structype</b> Choice of the structuring element type ball,cross. Mandatory: True. Default Value: "ball"<ul><li><b>[group] -ball</b></li><ul><li><b>[param] -structype.ball.xradius</b> <int32> The Structuring Element X Radius. Mandatory: True. Default Value: "5"</li><li><b>[param] -structype.ball.yradius</b> <int32> The Structuring Element Y Radius. Mandatory: True. Default Value: "5"</li></ul><li><b>[group] -cross</b></li><ul></ul></ul><b>[choice] -filter</b> Choice of the morphological operation dilate,erode,opening,closing. Mandatory: True. Default Value: "dilate"<ul><li><b>[group] -dilate</b></li><ul><li><b>[param] -filter.dilate.foreval</b> <float> The Foreground Value. Mandatory: True. Default Value: "1"</li><li><b>[param] -filter.dilate.backval</b> <float> The Background Value. Mandatory: True. Default Value: "0"</li></ul><li><b>[group] -erode</b></li><ul><li><b>[param] -filter.erode.foreval</b> <float> The Foreground Value. Mandatory: True. Default Value: "1"</li><li><b>[param] -filter.erode.backval</b> <float> The Background Value. Mandatory: True. Default Value: "0"</li></ul><li><b>[group] -opening</b></li><ul><li><b>[param] -filter.opening.foreval</b> <float> The Foreground Value. Mandatory: True. Default Value: "1"</li><li><b>[param] -filter.opening.backval</b> <float> The Background Value. Mandatory: True. Default Value: "0"</li></ul><li><b>[group] -closing</b></li><ul><li><b>[param] -filter.closing.foreval</b> <float> The Foreground Value. Mandatory: True. Default Value: "1"</li></ul></ul></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2>itkBinaryDilateImageFilter, itkBinaryErodeImageFilter, itkBinaryMorphologicalOpeningImageFilter and itkBinaryMorphologicalClosingImageFilter classes<h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in: qb_RoadExtract.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: opened.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">channel: 1</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">structype.ball.xradius: 5</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">structype.ball.yradius: 5</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">filter: erode</p></li></ul></body></html>
|
@ -2,4 +2,4 @@
|
||||
<style type="text/css">
|
||||
dl { border: 3px double #ccc; padding: 0.5em; } dt { float: left; clear: left; text-align: left; font-weight: bold; color: green; } dt:after { content: ":"; } dd { margin: 0 0 0 220px; padding: 0 0 0.5em 0; }
|
||||
</style>
|
||||
</head><body><h1>BinaryMorphologicalOperation</h1><h2>Brief Description</h2>Performs morphological operations on an input image channel<h2>Tags</h2>MorphologicalOperations,Feature Extraction<h2>Long Description</h2>This application performs binary morphological operations on a mono band image<h2>Parameters</h2><ul><li><b>[param] -in</b> <string> The input image to be filtered.. Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> Output image containing the filtered output image.. Mandatory: True. Default Value: ""</li><li><b>[param] -channel</b> <int32> The selected channel index. Mandatory: True. Default Value: "1"</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</li><b>[choice] -structype</b> Choice of the structuring element type ball,cross. Mandatory: True. Default Value: "ball"<ul><li><b>[group] -ball</b></li><ul><li><b>[param] -structype.ball.xradius</b> <int32> The Structuring Element X Radius. Mandatory: True. Default Value: "5"</li><li><b>[param] -structype.ball.yradius</b> <int32> The Structuring Element Y Radius. Mandatory: True. Default Value: "5"</li></ul><li><b>[group] -cross</b></li><ul></ul></ul><b>[choice] -filter</b> Choice of the morphological operation dilate,erode,opening,closing. Mandatory: True. Default Value: "dilate"<ul><li><b>[group] -dilate</b></li><ul><li><b>[param] -filter.dilate.foreval</b> <float> The Foreground Value. Mandatory: True. Default Value: "1"</li><li><b>[param] -filter.dilate.backval</b> <float> The Background Value. Mandatory: True. Default Value: "0"</li></ul><li><b>[group] -erode</b></li><ul><li><b>[param] -filter.erode.foreval</b> <float> The Foreground Value. Mandatory: True. Default Value: "1"</li><li><b>[param] -filter.erode.backval</b> <float> The Background Value. Mandatory: True. Default Value: "0"</li></ul><li><b>[group] -opening</b></li><ul><li><b>[param] -filter.opening.foreval</b> <float> The Foreground Value. Mandatory: True. Default Value: "1"</li><li><b>[param] -filter.opening.backval</b> <float> The Background Value. Mandatory: True. Default Value: "0"</li></ul><li><b>[group] -closing</b></li><ul><li><b>[param] -filter.closing.foreval</b> <float> The Foreground Value. Mandatory: True. Default Value: "1"</li></ul></ul></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2>itkBinaryDilateImageFilter, itkBinaryErodeImageFilter, itkBinaryMorphologicalOpeningImageFilter and itkBinaryMorphologicalClosingImageFilter classes<h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in: qb_RoadExtract.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: opened.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">channel: 1</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">structype.ball.xradius: 5</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">structype.ball.yradius: 5</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">filter: erode</p></li></ul></body></html>
|
||||
</head><body><h1>BinaryMorphologicalOperation</h1><h2>Brief Description</h2>Performs morphological operations on an input image channel<h2>Tags</h2>MorphologicalOperations,Feature Extraction<h2>Long Description</h2>This application performs binary morphological operations on a mono band image<h2>Parameters</h2><ul><li><b>[param] -in</b> <string> The input image to be filtered.. Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> Output image containing the filtered output image.. Mandatory: True. Default Value: ""</li><li><b>[param] -channel</b> <int32> The selected channel index. Mandatory: True. Default Value: "1"</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</li><li><b>[param] -inxml</b> <string> Load otb application from xml file. Mandatory: False. Default Value: ""</li><li><b>[param] -outxml</b> <string> Save otb application to xml file. Mandatory: False. Default Value: ""</li><b>[choice] -structype</b> Choice of the structuring element type ball,cross. Mandatory: True. Default Value: "ball"<ul><li><b>[group] -ball</b></li><ul><li><b>[param] -structype.ball.xradius</b> <int32> The Structuring Element X Radius. Mandatory: True. Default Value: "5"</li><li><b>[param] -structype.ball.yradius</b> <int32> The Structuring Element Y Radius. Mandatory: True. Default Value: "5"</li></ul><li><b>[group] -cross</b></li><ul></ul></ul><b>[choice] -filter</b> Choice of the morphological operation dilate,erode,opening,closing. Mandatory: True. Default Value: "dilate"<ul><li><b>[group] -dilate</b></li><ul><li><b>[param] -filter.dilate.foreval</b> <float> The Foreground Value. Mandatory: True. Default Value: "1"</li><li><b>[param] -filter.dilate.backval</b> <float> The Background Value. Mandatory: True. Default Value: "0"</li></ul><li><b>[group] -erode</b></li><ul><li><b>[param] -filter.erode.foreval</b> <float> The Foreground Value. Mandatory: True. Default Value: "1"</li><li><b>[param] -filter.erode.backval</b> <float> The Background Value. Mandatory: True. Default Value: "0"</li></ul><li><b>[group] -opening</b></li><ul><li><b>[param] -filter.opening.foreval</b> <float> The Foreground Value. Mandatory: True. Default Value: "1"</li><li><b>[param] -filter.opening.backval</b> <float> The Background Value. Mandatory: True. Default Value: "0"</li></ul><li><b>[group] -closing</b></li><ul><li><b>[param] -filter.closing.foreval</b> <float> The Foreground Value. Mandatory: True. Default Value: "1"</li></ul></ul></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2>itkBinaryDilateImageFilter, itkBinaryErodeImageFilter, itkBinaryMorphologicalOpeningImageFilter and itkBinaryMorphologicalClosingImageFilter classes<h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in: qb_RoadExtract.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: opened.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">channel: 1</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">structype.ball.xradius: 5</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">structype.ball.yradius: 5</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">filter: erode</p></li></ul></body></html>
|
@ -2,4 +2,4 @@
|
||||
<style type="text/css">
|
||||
dl { border: 3px double #ccc; padding: 0.5em; } dt { float: left; clear: left; text-align: left; font-weight: bold; color: green; } dt:after { content: ":"; } dd { margin: 0 0 0 220px; padding: 0 0 0.5em 0; }
|
||||
</style>
|
||||
</head><body><h1>BinaryMorphologicalOperation</h1><h2>Brief Description</h2>Performs morphological operations on an input image channel<h2>Tags</h2>MorphologicalOperations,Feature Extraction<h2>Long Description</h2>This application performs binary morphological operations on a mono band image<h2>Parameters</h2><ul><li><b>[param] -in</b> <string> The input image to be filtered.. Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> Output image containing the filtered output image.. Mandatory: True. Default Value: ""</li><li><b>[param] -channel</b> <int32> The selected channel index. Mandatory: True. Default Value: "1"</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</li><b>[choice] -structype</b> Choice of the structuring element type ball,cross. Mandatory: True. Default Value: "ball"<ul><li><b>[group] -ball</b></li><ul><li><b>[param] -structype.ball.xradius</b> <int32> The Structuring Element X Radius. Mandatory: True. Default Value: "5"</li><li><b>[param] -structype.ball.yradius</b> <int32> The Structuring Element Y Radius. Mandatory: True. Default Value: "5"</li></ul><li><b>[group] -cross</b></li><ul></ul></ul><b>[choice] -filter</b> Choice of the morphological operation dilate,erode,opening,closing. Mandatory: True. Default Value: "dilate"<ul><li><b>[group] -dilate</b></li><ul><li><b>[param] -filter.dilate.foreval</b> <float> The Foreground Value. Mandatory: True. Default Value: "1"</li><li><b>[param] -filter.dilate.backval</b> <float> The Background Value. Mandatory: True. Default Value: "0"</li></ul><li><b>[group] -erode</b></li><ul><li><b>[param] -filter.erode.foreval</b> <float> The Foreground Value. Mandatory: True. Default Value: "1"</li><li><b>[param] -filter.erode.backval</b> <float> The Background Value. Mandatory: True. Default Value: "0"</li></ul><li><b>[group] -opening</b></li><ul><li><b>[param] -filter.opening.foreval</b> <float> The Foreground Value. Mandatory: True. Default Value: "1"</li><li><b>[param] -filter.opening.backval</b> <float> The Background Value. Mandatory: True. Default Value: "0"</li></ul><li><b>[group] -closing</b></li><ul><li><b>[param] -filter.closing.foreval</b> <float> The Foreground Value. Mandatory: True. Default Value: "1"</li></ul></ul></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2>itkBinaryDilateImageFilter, itkBinaryErodeImageFilter, itkBinaryMorphologicalOpeningImageFilter and itkBinaryMorphologicalClosingImageFilter classes<h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in: qb_RoadExtract.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: opened.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">channel: 1</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">structype.ball.xradius: 5</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">structype.ball.yradius: 5</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">filter: erode</p></li></ul></body></html>
|
||||
</head><body><h1>BinaryMorphologicalOperation</h1><h2>Brief Description</h2>Performs morphological operations on an input image channel<h2>Tags</h2>MorphologicalOperations,Feature Extraction<h2>Long Description</h2>This application performs binary morphological operations on a mono band image<h2>Parameters</h2><ul><li><b>[param] -in</b> <string> The input image to be filtered.. Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> Output image containing the filtered output image.. Mandatory: True. Default Value: ""</li><li><b>[param] -channel</b> <int32> The selected channel index. Mandatory: True. Default Value: "1"</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</li><li><b>[param] -inxml</b> <string> Load otb application from xml file. Mandatory: False. Default Value: ""</li><li><b>[param] -outxml</b> <string> Save otb application to xml file. Mandatory: False. Default Value: ""</li><b>[choice] -structype</b> Choice of the structuring element type ball,cross. Mandatory: True. Default Value: "ball"<ul><li><b>[group] -ball</b></li><ul><li><b>[param] -structype.ball.xradius</b> <int32> The Structuring Element X Radius. Mandatory: True. Default Value: "5"</li><li><b>[param] -structype.ball.yradius</b> <int32> The Structuring Element Y Radius. Mandatory: True. Default Value: "5"</li></ul><li><b>[group] -cross</b></li><ul></ul></ul><b>[choice] -filter</b> Choice of the morphological operation dilate,erode,opening,closing. Mandatory: True. Default Value: "dilate"<ul><li><b>[group] -dilate</b></li><ul><li><b>[param] -filter.dilate.foreval</b> <float> The Foreground Value. Mandatory: True. Default Value: "1"</li><li><b>[param] -filter.dilate.backval</b> <float> The Background Value. Mandatory: True. Default Value: "0"</li></ul><li><b>[group] -erode</b></li><ul><li><b>[param] -filter.erode.foreval</b> <float> The Foreground Value. Mandatory: True. Default Value: "1"</li><li><b>[param] -filter.erode.backval</b> <float> The Background Value. Mandatory: True. Default Value: "0"</li></ul><li><b>[group] -opening</b></li><ul><li><b>[param] -filter.opening.foreval</b> <float> The Foreground Value. Mandatory: True. Default Value: "1"</li><li><b>[param] -filter.opening.backval</b> <float> The Background Value. Mandatory: True. Default Value: "0"</li></ul><li><b>[group] -closing</b></li><ul><li><b>[param] -filter.closing.foreval</b> <float> The Foreground Value. Mandatory: True. Default Value: "1"</li></ul></ul></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2>itkBinaryDilateImageFilter, itkBinaryErodeImageFilter, itkBinaryMorphologicalOpeningImageFilter and itkBinaryMorphologicalClosingImageFilter classes<h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in: qb_RoadExtract.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: opened.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">channel: 1</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">structype.ball.xradius: 5</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">structype.ball.yradius: 5</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">filter: erode</p></li></ul></body></html>
|
@ -2,4 +2,4 @@
|
||||
<style type="text/css">
|
||||
dl { border: 3px double #ccc; padding: 0.5em; } dt { float: left; clear: left; text-align: left; font-weight: bold; color: green; } dt:after { content: ":"; } dd { margin: 0 0 0 220px; padding: 0 0 0.5em 0; }
|
||||
</style>
|
||||
</head><body><h1>BinaryMorphologicalOperation</h1><h2>Brief Description</h2>Performs morphological operations on an input image channel<h2>Tags</h2>MorphologicalOperations,Feature Extraction<h2>Long Description</h2>This application performs binary morphological operations on a mono band image<h2>Parameters</h2><ul><li><b>[param] -in</b> <string> The input image to be filtered.. Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> Output image containing the filtered output image.. Mandatory: True. Default Value: ""</li><li><b>[param] -channel</b> <int32> The selected channel index. Mandatory: True. Default Value: "1"</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</li><b>[choice] -structype</b> Choice of the structuring element type ball,cross. Mandatory: True. Default Value: "ball"<ul><li><b>[group] -ball</b></li><ul><li><b>[param] -structype.ball.xradius</b> <int32> The Structuring Element X Radius. Mandatory: True. Default Value: "5"</li><li><b>[param] -structype.ball.yradius</b> <int32> The Structuring Element Y Radius. Mandatory: True. Default Value: "5"</li></ul><li><b>[group] -cross</b></li><ul></ul></ul><b>[choice] -filter</b> Choice of the morphological operation dilate,erode,opening,closing. Mandatory: True. Default Value: "dilate"<ul><li><b>[group] -dilate</b></li><ul><li><b>[param] -filter.dilate.foreval</b> <float> The Foreground Value. Mandatory: True. Default Value: "1"</li><li><b>[param] -filter.dilate.backval</b> <float> The Background Value. Mandatory: True. Default Value: "0"</li></ul><li><b>[group] -erode</b></li><ul><li><b>[param] -filter.erode.foreval</b> <float> The Foreground Value. Mandatory: True. Default Value: "1"</li><li><b>[param] -filter.erode.backval</b> <float> The Background Value. Mandatory: True. Default Value: "0"</li></ul><li><b>[group] -opening</b></li><ul><li><b>[param] -filter.opening.foreval</b> <float> The Foreground Value. Mandatory: True. Default Value: "1"</li><li><b>[param] -filter.opening.backval</b> <float> The Background Value. Mandatory: True. Default Value: "0"</li></ul><li><b>[group] -closing</b></li><ul><li><b>[param] -filter.closing.foreval</b> <float> The Foreground Value. Mandatory: True. Default Value: "1"</li></ul></ul></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2>itkBinaryDilateImageFilter, itkBinaryErodeImageFilter, itkBinaryMorphologicalOpeningImageFilter and itkBinaryMorphologicalClosingImageFilter classes<h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in: qb_RoadExtract.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: opened.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">channel: 1</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">structype.ball.xradius: 5</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">structype.ball.yradius: 5</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">filter: erode</p></li></ul></body></html>
|
||||
</head><body><h1>BinaryMorphologicalOperation</h1><h2>Brief Description</h2>Performs morphological operations on an input image channel<h2>Tags</h2>MorphologicalOperations,Feature Extraction<h2>Long Description</h2>This application performs binary morphological operations on a mono band image<h2>Parameters</h2><ul><li><b>[param] -in</b> <string> The input image to be filtered.. Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> Output image containing the filtered output image.. Mandatory: True. Default Value: ""</li><li><b>[param] -channel</b> <int32> The selected channel index. Mandatory: True. Default Value: "1"</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</li><li><b>[param] -inxml</b> <string> Load otb application from xml file. Mandatory: False. Default Value: ""</li><li><b>[param] -outxml</b> <string> Save otb application to xml file. Mandatory: False. Default Value: ""</li><b>[choice] -structype</b> Choice of the structuring element type ball,cross. Mandatory: True. Default Value: "ball"<ul><li><b>[group] -ball</b></li><ul><li><b>[param] -structype.ball.xradius</b> <int32> The Structuring Element X Radius. Mandatory: True. Default Value: "5"</li><li><b>[param] -structype.ball.yradius</b> <int32> The Structuring Element Y Radius. Mandatory: True. Default Value: "5"</li></ul><li><b>[group] -cross</b></li><ul></ul></ul><b>[choice] -filter</b> Choice of the morphological operation dilate,erode,opening,closing. Mandatory: True. Default Value: "dilate"<ul><li><b>[group] -dilate</b></li><ul><li><b>[param] -filter.dilate.foreval</b> <float> The Foreground Value. Mandatory: True. Default Value: "1"</li><li><b>[param] -filter.dilate.backval</b> <float> The Background Value. Mandatory: True. Default Value: "0"</li></ul><li><b>[group] -erode</b></li><ul><li><b>[param] -filter.erode.foreval</b> <float> The Foreground Value. Mandatory: True. Default Value: "1"</li><li><b>[param] -filter.erode.backval</b> <float> The Background Value. Mandatory: True. Default Value: "0"</li></ul><li><b>[group] -opening</b></li><ul><li><b>[param] -filter.opening.foreval</b> <float> The Foreground Value. Mandatory: True. Default Value: "1"</li><li><b>[param] -filter.opening.backval</b> <float> The Background Value. Mandatory: True. Default Value: "0"</li></ul><li><b>[group] -closing</b></li><ul><li><b>[param] -filter.closing.foreval</b> <float> The Foreground Value. Mandatory: True. Default Value: "1"</li></ul></ul></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2>itkBinaryDilateImageFilter, itkBinaryErodeImageFilter, itkBinaryMorphologicalOpeningImageFilter and itkBinaryMorphologicalClosingImageFilter classes<h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in: qb_RoadExtract.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: opened.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">channel: 1</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">structype.ball.xradius: 5</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">structype.ball.yradius: 5</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">filter: erode</p></li></ul></body></html>
|
@ -2,4 +2,4 @@
|
||||
<style type="text/css">
|
||||
dl { border: 3px double #ccc; padding: 0.5em; } dt { float: left; clear: left; text-align: left; font-weight: bold; color: green; } dt:after { content: ":"; } dd { margin: 0 0 0 220px; padding: 0 0 0.5em 0; }
|
||||
</style>
|
||||
</head><body><h1>BinaryMorphologicalOperation</h1><h2>Brief Description</h2>Performs morphological operations on an input image channel<h2>Tags</h2>MorphologicalOperations,Feature Extraction<h2>Long Description</h2>This application performs binary morphological operations on a mono band image<h2>Parameters</h2><ul><li><b>[param] -in</b> <string> The input image to be filtered.. Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> Output image containing the filtered output image.. Mandatory: True. Default Value: ""</li><li><b>[param] -channel</b> <int32> The selected channel index. Mandatory: True. Default Value: "1"</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</li><b>[choice] -structype</b> Choice of the structuring element type ball,cross. Mandatory: True. Default Value: "ball"<ul><li><b>[group] -ball</b></li><ul><li><b>[param] -structype.ball.xradius</b> <int32> The Structuring Element X Radius. Mandatory: True. Default Value: "5"</li><li><b>[param] -structype.ball.yradius</b> <int32> The Structuring Element Y Radius. Mandatory: True. Default Value: "5"</li></ul><li><b>[group] -cross</b></li><ul></ul></ul><b>[choice] -filter</b> Choice of the morphological operation dilate,erode,opening,closing. Mandatory: True. Default Value: "dilate"<ul><li><b>[group] -dilate</b></li><ul><li><b>[param] -filter.dilate.foreval</b> <float> The Foreground Value. Mandatory: True. Default Value: "1"</li><li><b>[param] -filter.dilate.backval</b> <float> The Background Value. Mandatory: True. Default Value: "0"</li></ul><li><b>[group] -erode</b></li><ul><li><b>[param] -filter.erode.foreval</b> <float> The Foreground Value. Mandatory: True. Default Value: "1"</li><li><b>[param] -filter.erode.backval</b> <float> The Background Value. Mandatory: True. Default Value: "0"</li></ul><li><b>[group] -opening</b></li><ul><li><b>[param] -filter.opening.foreval</b> <float> The Foreground Value. Mandatory: True. Default Value: "1"</li><li><b>[param] -filter.opening.backval</b> <float> The Background Value. Mandatory: True. Default Value: "0"</li></ul><li><b>[group] -closing</b></li><ul><li><b>[param] -filter.closing.foreval</b> <float> The Foreground Value. Mandatory: True. Default Value: "1"</li></ul></ul></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2>itkBinaryDilateImageFilter, itkBinaryErodeImageFilter, itkBinaryMorphologicalOpeningImageFilter and itkBinaryMorphologicalClosingImageFilter classes<h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in: qb_RoadExtract.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: opened.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">channel: 1</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">structype.ball.xradius: 5</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">structype.ball.yradius: 5</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">filter: erode</p></li></ul></body></html>
|
||||
</head><body><h1>BinaryMorphologicalOperation</h1><h2>Brief Description</h2>Performs morphological operations on an input image channel<h2>Tags</h2>MorphologicalOperations,Feature Extraction<h2>Long Description</h2>This application performs binary morphological operations on a mono band image<h2>Parameters</h2><ul><li><b>[param] -in</b> <string> The input image to be filtered.. Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> Output image containing the filtered output image.. Mandatory: True. Default Value: ""</li><li><b>[param] -channel</b> <int32> The selected channel index. Mandatory: True. Default Value: "1"</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</li><li><b>[param] -inxml</b> <string> Load otb application from xml file. Mandatory: False. Default Value: ""</li><li><b>[param] -outxml</b> <string> Save otb application to xml file. Mandatory: False. Default Value: ""</li><b>[choice] -structype</b> Choice of the structuring element type ball,cross. Mandatory: True. Default Value: "ball"<ul><li><b>[group] -ball</b></li><ul><li><b>[param] -structype.ball.xradius</b> <int32> The Structuring Element X Radius. Mandatory: True. Default Value: "5"</li><li><b>[param] -structype.ball.yradius</b> <int32> The Structuring Element Y Radius. Mandatory: True. Default Value: "5"</li></ul><li><b>[group] -cross</b></li><ul></ul></ul><b>[choice] -filter</b> Choice of the morphological operation dilate,erode,opening,closing. Mandatory: True. Default Value: "dilate"<ul><li><b>[group] -dilate</b></li><ul><li><b>[param] -filter.dilate.foreval</b> <float> The Foreground Value. Mandatory: True. Default Value: "1"</li><li><b>[param] -filter.dilate.backval</b> <float> The Background Value. Mandatory: True. Default Value: "0"</li></ul><li><b>[group] -erode</b></li><ul><li><b>[param] -filter.erode.foreval</b> <float> The Foreground Value. Mandatory: True. Default Value: "1"</li><li><b>[param] -filter.erode.backval</b> <float> The Background Value. Mandatory: True. Default Value: "0"</li></ul><li><b>[group] -opening</b></li><ul><li><b>[param] -filter.opening.foreval</b> <float> The Foreground Value. Mandatory: True. Default Value: "1"</li><li><b>[param] -filter.opening.backval</b> <float> The Background Value. Mandatory: True. Default Value: "0"</li></ul><li><b>[group] -closing</b></li><ul><li><b>[param] -filter.closing.foreval</b> <float> The Foreground Value. Mandatory: True. Default Value: "1"</li></ul></ul></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2>itkBinaryDilateImageFilter, itkBinaryErodeImageFilter, itkBinaryMorphologicalOpeningImageFilter and itkBinaryMorphologicalClosingImageFilter classes<h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in: qb_RoadExtract.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: opened.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">channel: 1</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">structype.ball.xradius: 5</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">structype.ball.yradius: 5</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">filter: erode</p></li></ul></body></html>
|
@ -2,4 +2,4 @@
|
||||
<style type="text/css">
|
||||
dl { border: 3px double #ccc; padding: 0.5em; } dt { float: left; clear: left; text-align: left; font-weight: bold; color: green; } dt:after { content: ":"; } dd { margin: 0 0 0 220px; padding: 0 0 0.5em 0; }
|
||||
</style>
|
||||
</head><body><h1>BlockMatching</h1><h2>Brief Description</h2>Performs block-matching to estimate pixel-wise disparities between two images<h2>Tags</h2>Stereo<h2>Long Description</h2>This application allows performing block-matching to estimate pixel-wise disparities between two images. The application allows choosing the block-matching method to use. It also allows inputting masks (related to the left and right input image) of pixels for which the disparity should be investigated. Additionally, two criteria can be optionally used to disable disparity investigation for some pixel: a no-data value, and a threshold on the local variance. This allows speeding up computation by avoiding to investigate disparities that will not be reliable anyway. For efficiency reasons, if the optimal metric values image is desired, it will be concatenated to the output image (which will then have three bands : horizontal disparity, vertical disparity and metric value). One can split these images afterward.<h2>Parameters</h2><ul><li><b>[param] -io</b> <string> This group of parameters allows setting the input and output images.. Mandatory: True. Default Value: "0"</li><li><b>[param] -mask</b> <string> This group of parameters allows determining the masking parameters to prevent disparities estimation for some pixels of the left image. Mandatory: True. Default Value: "0"</li><li><b>[param] -bm</b> <string> This group of parameters allow to tune the block-matching behaviour. Mandatory: True. Default Value: "0"</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</li></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2>otbStereoRectificationGridGenerator<h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">io.inleft: StereoFixed.png</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">io.inright: StereoMoving.png</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">bm.minhd: -10</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">bm.maxhd: 10</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">mask.variancet: 10</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">io.out: MyDisparity.tif</p></li></ul></body></html>
|
||||
</head><body><h1>BlockMatching</h1><h2>Brief Description</h2>Performs block-matching to estimate pixel-wise disparities between two images<h2>Tags</h2>Stereo<h2>Long Description</h2>This application allows to performs block-matching to estimate pixel-wise disparities between two images. The application allows to choose the block-matching method to use. It also allows to input masks (related to the left and right input image) of pixels for which the disparity should be investigated. Additionally, two criteria can be optionally used to disable disparity investigation for some pixel: a no-data value, and a threshold on the local variance. This allows to speed-up computation by avoiding to investigate disparities that will not be reliable anyway. For efficiency reasons, if the optimal metric values image is desired, it will be concatenated to the output image (which will then have three bands : horizontal disparity, vertical disparity and metric value). One can split these images afterward.<h2>Parameters</h2><ul><li><b>[param] -io</b> <string> This group of parameters allows to set the input and output images.. Mandatory: True. Default Value: "0"</li><li><b>[param] -mask</b> <string> This group of parameters allows to determine the masking parameters to prevent disparities estimation for some pixels of the left image. Mandatory: True. Default Value: "0"</li><li><b>[param] -bm</b> <string> This group of parameters allow to tune the block-matching behaviour. Mandatory: True. Default Value: "0"</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</li><li><b>[param] -inxml</b> <string> Load otb application from xml file. Mandatory: False. Default Value: ""</li><li><b>[param] -outxml</b> <string> Save otb application to xml file. Mandatory: False. Default Value: ""</li></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2>otbStereoRectificationGridGenerator<h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">io.inleft: StereoFixed.png</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">io.inright: StereoMoving.png</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">bm.minhd: -10</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">bm.maxhd: 10</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">mask.variancet: 10</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">io.out: MyDisparity.tif</p></li></ul></body></html>
|
@ -2,4 +2,4 @@
|
||||
<style type="text/css">
|
||||
dl { border: 3px double #ccc; padding: 0.5em; } dt { float: left; clear: left; text-align: left; font-weight: bold; color: green; } dt:after { content: ":"; } dd { margin: 0 0 0 220px; padding: 0 0 0.5em 0; }
|
||||
</style>
|
||||
</head><body><h1>BundleToPerfectSensor</h1><h2>Brief Description</h2>Perform P+XS pansharpening<h2>Tags</h2>Geometry,Pansharpening<h2>Long Description</h2>This application performs P+XS pansharpening.<h2>Parameters</h2><ul><li><b>[param] -inp</b> <string> Input panchromatic image.. Mandatory: True. Default Value: ""</li><li><b>[param] -inxs</b> <string> Input XS image.. Mandatory: True. Default Value: ""</li><li><b>[param] -elev</b> <string> This group of parameters allows managing elevation values. Supported formats are SRTM, DTED or any geotiff processed by the DEM import application. Mandatory: True. Default Value: "0"</li><li><b>[param] -lms</b> <float> Spacing of the deformation field. Default is 10 times the PAN image spacing.. Mandatory: False. Default Value: "0.0"</li><li><b>[param] -out</b> <string> Output image.. Mandatory: True. Default Value: ""</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</li></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2> <h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">inp: QB_Toulouse_Ortho_PAN.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">inxs: QB_Toulouse_Ortho_XS.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: BundleToPerfectSensor.png uchar</p></li></ul></body></html>
|
||||
</head><body><h1>BundleToPerfectSensor</h1><h2>Brief Description</h2>Perform P+XS pansharpening<h2>Tags</h2>Geometry,Pansharpening<h2>Long Description</h2>This application performs P+XS pansharpening. The default mode use Pan and XS sensor models to estimate the transformation to superimpose XS over Pan before the fusion ("default mode"). The application provides also a PHR mode for Pleiades images which does not use sensor models as Pan and XS products are already coregistered but only estimate an affine transformation to superimpose XS over the Pan.Note that this option is automatically activated in case Pleiades images are detected as input.<h2>Parameters</h2><ul><li><b>[param] -inp</b> <string> Input panchromatic image.. Mandatory: True. Default Value: ""</li><li><b>[param] -inxs</b> <string> Input XS image.. Mandatory: True. Default Value: ""</li><li><b>[param] -elev</b> <string> This group of parameters allows to manage elevation values. Supported formats are SRTM, DTED or any geotiff. DownloadSRTMTiles application could be a useful tool to list/download tiles related to a product.. Mandatory: True. Default Value: "0"</li><li><b>[param] -lms</b> <float> Spacing of the deformation field. Default is 10 times the PAN image spacing.. Mandatory: False. Default Value: "0.0"</li><li><b>[param] -out</b> <string> Output image.. Mandatory: True. Default Value: ""</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</li><li><b>[param] -inxml</b> <string> Load otb application from xml file. Mandatory: False. Default Value: ""</li><li><b>[param] -outxml</b> <string> Save otb application to xml file. Mandatory: False. Default Value: ""</li><b>[choice] -mode</b> Superimposition mode default,phr. Mandatory: True. Default Value: "default"<ul><li><b>[group] -default</b></li><ul><li><b>[param] -elev.default</b> <float> This parameter allows to set the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value.. Mandatory: True. Default Value: "0"</li></ul><li><b>[group] -phr</b></li><ul></ul></ul></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2> <h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">inp: QB_Toulouse_Ortho_PAN.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">inxs: QB_Toulouse_Ortho_XS.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: BundleToPerfectSensor.png uchar</p></li></ul></body></html>
|
@ -2,6 +2,6 @@
|
||||
<style type="text/css">
|
||||
dl { border: 3px double #ccc; padding: 0.5em; } dt { float: left; clear: left; text-align: left; font-weight: bold; color: green; } dt:after { content: ":"; } dd { margin: 0 0 0 220px; padding: 0 0 0.5em 0; }
|
||||
</style>
|
||||
</head><body><h1>ClassificationMapRegularization</h1><h2>Brief Description</h2>Filters the input labeled image using Majority Voting in a ball shaped neighborhood.<h2>Tags</h2>Learning,Image Analysis<h2>Long Description</h2>This application filters the input labeled image using Majority Voting in a ball shaped neighborhood. Majority Voting takes the more representative value of all the pixels identified by the ball shaped structuring element and then sets the center pixel to this majority label value.
|
||||
</head><body><h1>ClassificationMapRegularization</h1><h2>Brief Description</h2>Filters the input labeled image using Majority Voting in a ball shaped neighbordhood.<h2>Tags</h2>Learning,Image Analysis<h2>Long Description</h2>This application filters the input labeled image (with a maximal class label = 65535) using Majority Voting in a ball shaped neighbordhood. Majority Voting takes the more representative value of all the pixels identified by the ball shaped structuring element and then sets the center pixel to this majority label value.
|
||||
-NoData is the label of the NOT classified pixels in the input image. These input pixels keep their NoData label in the output image.
|
||||
-Pixels with more than 1 majority class are marked as Undecided if the parameter 'ip.suvbool == true', or keep their Original labels otherwise.<h2>Parameters</h2><ul><li><b>[param] -io</b> <string> This group of parameters allows setting input and output images for classification map regularization by Majority Voting.. Mandatory: True. Default Value: "0"</li><li><b>[param] -ip</b> <string> This group allows setting parameters for classification map regularization by Majority Voting.. Mandatory: True. Default Value: "0"</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</li></ul><h2>Limitations</h2>The input image must be a single band labeled image. The structuring element radius must have a minimum value equal to 1 pixel. Please note that the Undecided value must be different from existing labels in the input labeled image.<h2>Authors</h2>OTB-Team<h2>See Also</h2>Documentation of the ClassificationMapRegularization application.<h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">io.in: clLabeledImageQB123_1.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">io.out: clLabeledImageQB123_1_CMR_r2_nodl_10_undl_7.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ip.radius: 2</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ip.suvbool: true</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ip.nodatalabel: 10</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ip.undecidedlabel: 7</p></li></ul></body></html>
|
||||
-Pixels with more than 1 majority class are marked as Undecided if the parameter 'ip.suvbool == true', or keep their Original labels otherwise.<h2>Parameters</h2><ul><li><b>[param] -io</b> <string> This group of parameters allows to set input and output images for classification map regularization by Majority Voting.. Mandatory: True. Default Value: "0"</li><li><b>[param] -ip</b> <string> This group allows to set parameters for classification map regularization by Majority Voting.. Mandatory: True. Default Value: "0"</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</li><li><b>[param] -inxml</b> <string> Load otb application from xml file. Mandatory: False. Default Value: ""</li><li><b>[param] -outxml</b> <string> Save otb application to xml file. Mandatory: False. Default Value: ""</li></ul><h2>Limitations</h2>The input image must be a single band labeled image (with a maximal class label = 65535). The structuring element radius must have a minimum value equal to 1 pixel. Please note that the Undecided value must be different from existing labels in the input labeled image.<h2>Authors</h2>OTB-Team<h2>See Also</h2>Documentation of the ClassificationMapRegularization application.<h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">io.in: clLabeledImageQB123_1.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">io.out: clLabeledImageQB123_1_CMR_r2_nodl_10_undl_7.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ip.radius: 2</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ip.suvbool: true</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ip.nodatalabel: 10</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ip.undecidedlabel: 7</p></li></ul></body></html>
|
@ -2,12 +2,12 @@
|
||||
<style type="text/css">
|
||||
dl { border: 3px double #ccc; padding: 0.5em; } dt { float: left; clear: left; text-align: left; font-weight: bold; color: green; } dt:after { content: ":"; } dd { margin: 0 0 0 220px; padding: 0 0 0.5em 0; }
|
||||
</style>
|
||||
</head><body><h1>ColorMapping</h1><h2>Brief Description</h2>Maps an input label image to 8-bits RGB using look-up tables.<h2>Tags</h2>Utilities,Image Manipulation,Image MetaData,Learning<h2>Long Description</h2>This application allows mapping a label image to a 8-bits RGB image (in both ways) using different methods.
|
||||
-The custom method allows using a custom look-up table. The look-up table is loaded from a text file where each line describes an entry. The typical use of this method is to colorise a classification map.
|
||||
-The continuous method allows mapping a range of values in a scalar input image to a colored image using continuous look-up table, in order to enhance image interpretation. Several look-up tables can been chosen with different color ranges.
|
||||
</head><body><h1>ColorMapping</h1><h2>Brief Description</h2>Maps an input label image to 8-bits RGB using look-up tables.<h2>Tags</h2>Utilities,Image Manipulation,Image MetaData,Learning<h2>Long Description</h2>This application allows to map a label image to a 8-bits RGB image (in both ways) using different methods.
|
||||
-The custom method allows to use a custom look-up table. The look-up table is loaded from a text file where each line describes an entry. The typical use of this method is to colorise a classification map.
|
||||
-The continuous method allows to map a range of values in a scalar input image to a colored image using continuous look-up table, in order to enhance image interpretation. Several look-up tables can been chosen with different color ranges.
|
||||
-The optimal method computes an optimal look-up table. When processing a segmentation label image (label to color), the color difference between adjacent segmented regions is maximized. When processing an unknown color image (color to label), all the present colors are mapped to a continuous label list.
|
||||
- The support image method uses a color support image to associate an average color to each region.<h2>Parameters</h2><ul><li><b>[param] -in</b> <string> Input image filename. Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> Output image filename. Mandatory: True. Default Value: ""</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</li><b>[choice] -op</b> Selection of the operation to execute (default is : label to color). labeltocolor,colortolabel. Mandatory: True. Default Value: "labeltocolor"<ul><li><b>[group] -labeltocolor</b></li><ul></ul><li><b>[group] -colortolabel</b></li><ul><li><b>[param] -op.colortolabel.notfound</b> <int32> Label to use for unknown colors.. Mandatory: False. Default Value: "404"</li></ul></ul><b>[choice] -method</b> Selection of color mapping methods and their parameters. custom,continuous,optimal,image. Mandatory: True. Default Value: "custom"<ul><li><b>[group] -custom</b></li><ul><li><b>[param] -method.custom.lut</b> <string> An ASCII file containing the look-up table
|
||||
- The support image method uses a color support image to associate an average color to each region.<h2>Parameters</h2><ul><li><b>[param] -in</b> <string> Input image filename. Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> Output image filename. Mandatory: True. Default Value: ""</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</li><li><b>[param] -inxml</b> <string> Load otb application from xml file. Mandatory: False. Default Value: ""</li><li><b>[param] -outxml</b> <string> Save otb application to xml file. Mandatory: False. Default Value: ""</li><b>[choice] -op</b> Selection of the operation to execute (default is : label to color). labeltocolor,colortolabel. Mandatory: True. Default Value: "labeltocolor"<ul><li><b>[group] -labeltocolor</b></li><ul></ul><li><b>[group] -colortolabel</b></li><ul><li><b>[param] -op.colortolabel.notfound</b> <int32> Label to use for unknown colors.. Mandatory: False. Default Value: "404"</li></ul></ul><b>[choice] -method</b> Selection of color mapping methods and their parameters. custom,continuous,optimal,image. Mandatory: True. Default Value: "custom"<ul><li><b>[group] -custom</b></li><ul><li><b>[param] -method.custom.lut</b> <string> An ASCII file containing the look-up table
|
||||
with one color per line
|
||||
(for instance the line '1 255 0 0' means that all pixels with label 1 will be replaced by RGB color 255 0 0)
|
||||
Lines beginning with a # are ignored. Mandatory: True. Default Value: ""</li></ul><li><b>[group] -continuous</b></li><ul><li><b>[param] -method.continuous.lut</b> <string> Available look-up tables.. Mandatory: True. Default Value: "red"</li><li><b>[param] -method.continuous.min</b> <float> Set the lower input value of the mapping range.. Mandatory: True. Default Value: "0"</li><li><b>[param] -method.continuous.max</b> <float> Set the higher input value of the mapping range.. Mandatory: True. Default Value: "255"</li></ul><li><b>[group] -optimal</b></li><ul><li><b>[param] -method.optimal.background</b> <int32> Value of the background label. Mandatory: True. Default Value: "0"</li></ul><li><b>[group] -image</b></li><ul><li><b>[param] -method.image.in</b> <string> Support image filename. LUT is calculated using the mean af pixel value on the area. First of all image is normalized with extrema rejection. Mandatory: True. Default Value: ""</li><li><b>[param] -method.image.low</b> <int32> lower quantile for image normalization. Mandatory: False. Default Value: "2"</li><li><b>[param] -method.image.up</b> <int32> upper quantile for image normalization. Mandatory: False. Default Value: "2"</li></ul></ul></ul><h2>Limitations</h2>The segmentation optimal method does not support streaming, and thus large images. The operation color to label is not implemented for the methods continuous LUT and support image LUT.
|
||||
Lines beginning with a # are ignored. Mandatory: True. Default Value: ""</li></ul><li><b>[group] -continuous</b></li><ul><li><b>[param] -method.continuous.lut</b> <string> Available look-up tables.. Mandatory: True. Default Value: "red"</li><li><b>[param] -method.continuous.min</b> <float> Set the lower input value of the mapping range.. Mandatory: True. Default Value: "0"</li><li><b>[param] -method.continuous.max</b> <float> Set the higher input value of the mapping range.. Mandatory: True. Default Value: "255"</li></ul><li><b>[group] -optimal</b></li><ul><li><b>[param] -method.optimal.background</b> <int32> Value of the background label. Mandatory: True. Default Value: "0"</li></ul><li><b>[group] -image</b></li><ul><li><b>[param] -method.image.in</b> <string> Support image filename. For each label, the LUT is calculated from the mean pixel value in the support image, over the corresponding labeled areas. First of all, the support image is normalized with extrema rejection. Mandatory: True. Default Value: ""</li><li><b>[param] -method.image.nodatavalue</b> <float> NoData value for each channel of the support image, which will not be handled in the LUT estimation. If NOT checked, ALL the pixel values of the support image will be handled in the LUT estimation.. Mandatory: False. Default Value: "0"</li><li><b>[param] -method.image.low</b> <int32> lower quantile for image normalization. Mandatory: False. Default Value: "2"</li><li><b>[param] -method.image.up</b> <int32> upper quantile for image normalization. Mandatory: False. Default Value: "2"</li></ul></ul></ul><h2>Limitations</h2>The segmentation optimal method does not support streaming, and thus large images. The operation color to label is not implemented for the methods continuous LUT and support image LUT.
|
||||
ColorMapping using support image is not threaded.<h2>Authors</h2>OTB-Team<h2>See Also</h2>ImageSVMClassifier<h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in: ROI_QB_MUL_1_SVN_CLASS_MULTI.png</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">method: custom</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">method.custom.lut: ROI_QB_MUL_1_SVN_CLASS_MULTI_PNG_ColorTable.txt</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: Colorized_ROI_QB_MUL_1_SVN_CLASS_MULTI.tif</p></li></ul></body></html>
|
@ -2,12 +2,12 @@
|
||||
<style type="text/css">
|
||||
dl { border: 3px double #ccc; padding: 0.5em; } dt { float: left; clear: left; text-align: left; font-weight: bold; color: green; } dt:after { content: ":"; } dd { margin: 0 0 0 220px; padding: 0 0 0.5em 0; }
|
||||
</style>
|
||||
</head><body><h1>ColorMapping</h1><h2>Brief Description</h2>Maps an input label image to 8-bits RGB using look-up tables.<h2>Tags</h2>Utilities,Image Manipulation,Image MetaData,Learning<h2>Long Description</h2>This application allows mapping a label image to a 8-bits RGB image (in both ways) using different methods.
|
||||
-The custom method allows using a custom look-up table. The look-up table is loaded from a text file where each line describes an entry. The typical use of this method is to colorise a classification map.
|
||||
-The continuous method allows mapping a range of values in a scalar input image to a colored image using continuous look-up table, in order to enhance image interpretation. Several look-up tables can been chosen with different color ranges.
|
||||
</head><body><h1>ColorMapping</h1><h2>Brief Description</h2>Maps an input label image to 8-bits RGB using look-up tables.<h2>Tags</h2>Utilities,Image Manipulation,Image MetaData,Learning<h2>Long Description</h2>This application allows to map a label image to a 8-bits RGB image (in both ways) using different methods.
|
||||
-The custom method allows to use a custom look-up table. The look-up table is loaded from a text file where each line describes an entry. The typical use of this method is to colorise a classification map.
|
||||
-The continuous method allows to map a range of values in a scalar input image to a colored image using continuous look-up table, in order to enhance image interpretation. Several look-up tables can been chosen with different color ranges.
|
||||
-The optimal method computes an optimal look-up table. When processing a segmentation label image (label to color), the color difference between adjacent segmented regions is maximized. When processing an unknown color image (color to label), all the present colors are mapped to a continuous label list.
|
||||
- The support image method uses a color support image to associate an average color to each region.<h2>Parameters</h2><ul><li><b>[param] -in</b> <string> Input image filename. Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> Output image filename. Mandatory: True. Default Value: ""</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</li><b>[choice] -op</b> Selection of the operation to execute (default is : label to color). labeltocolor,colortolabel. Mandatory: True. Default Value: "labeltocolor"<ul><li><b>[group] -labeltocolor</b></li><ul></ul><li><b>[group] -colortolabel</b></li><ul><li><b>[param] -op.colortolabel.notfound</b> <int32> Label to use for unknown colors.. Mandatory: False. Default Value: "404"</li></ul></ul><b>[choice] -method</b> Selection of color mapping methods and their parameters. custom,continuous,optimal,image. Mandatory: True. Default Value: "custom"<ul><li><b>[group] -custom</b></li><ul><li><b>[param] -method.custom.lut</b> <string> An ASCII file containing the look-up table
|
||||
- The support image method uses a color support image to associate an average color to each region.<h2>Parameters</h2><ul><li><b>[param] -in</b> <string> Input image filename. Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> Output image filename. Mandatory: True. Default Value: ""</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</li><li><b>[param] -inxml</b> <string> Load otb application from xml file. Mandatory: False. Default Value: ""</li><li><b>[param] -outxml</b> <string> Save otb application to xml file. Mandatory: False. Default Value: ""</li><b>[choice] -op</b> Selection of the operation to execute (default is : label to color). labeltocolor,colortolabel. Mandatory: True. Default Value: "labeltocolor"<ul><li><b>[group] -labeltocolor</b></li><ul></ul><li><b>[group] -colortolabel</b></li><ul><li><b>[param] -op.colortolabel.notfound</b> <int32> Label to use for unknown colors.. Mandatory: False. Default Value: "404"</li></ul></ul><b>[choice] -method</b> Selection of color mapping methods and their parameters. custom,continuous,optimal,image. Mandatory: True. Default Value: "custom"<ul><li><b>[group] -custom</b></li><ul><li><b>[param] -method.custom.lut</b> <string> An ASCII file containing the look-up table
|
||||
with one color per line
|
||||
(for instance the line '1 255 0 0' means that all pixels with label 1 will be replaced by RGB color 255 0 0)
|
||||
Lines beginning with a # are ignored. Mandatory: True. Default Value: ""</li></ul><li><b>[group] -continuous</b></li><ul><li><b>[param] -method.continuous.lut</b> <string> Available look-up tables.. Mandatory: True. Default Value: "red"</li><li><b>[param] -method.continuous.min</b> <float> Set the lower input value of the mapping range.. Mandatory: True. Default Value: "0"</li><li><b>[param] -method.continuous.max</b> <float> Set the higher input value of the mapping range.. Mandatory: True. Default Value: "255"</li></ul><li><b>[group] -optimal</b></li><ul><li><b>[param] -method.optimal.background</b> <int32> Value of the background label. Mandatory: True. Default Value: "0"</li></ul><li><b>[group] -image</b></li><ul><li><b>[param] -method.image.in</b> <string> Support image filename. LUT is calculated using the mean af pixel value on the area. First of all image is normalized with extrema rejection. Mandatory: True. Default Value: ""</li><li><b>[param] -method.image.low</b> <int32> lower quantile for image normalization. Mandatory: False. Default Value: "2"</li><li><b>[param] -method.image.up</b> <int32> upper quantile for image normalization. Mandatory: False. Default Value: "2"</li></ul></ul></ul><h2>Limitations</h2>The segmentation optimal method does not support streaming, and thus large images. The operation color to label is not implemented for the methods continuous LUT and support image LUT.
|
||||
Lines beginning with a # are ignored. Mandatory: True. Default Value: ""</li></ul><li><b>[group] -continuous</b></li><ul><li><b>[param] -method.continuous.lut</b> <string> Available look-up tables.. Mandatory: True. Default Value: "red"</li><li><b>[param] -method.continuous.min</b> <float> Set the lower input value of the mapping range.. Mandatory: True. Default Value: "0"</li><li><b>[param] -method.continuous.max</b> <float> Set the higher input value of the mapping range.. Mandatory: True. Default Value: "255"</li></ul><li><b>[group] -optimal</b></li><ul><li><b>[param] -method.optimal.background</b> <int32> Value of the background label. Mandatory: True. Default Value: "0"</li></ul><li><b>[group] -image</b></li><ul><li><b>[param] -method.image.in</b> <string> Support image filename. For each label, the LUT is calculated from the mean pixel value in the support image, over the corresponding labeled areas. First of all, the support image is normalized with extrema rejection. Mandatory: True. Default Value: ""</li><li><b>[param] -method.image.nodatavalue</b> <float> NoData value for each channel of the support image, which will not be handled in the LUT estimation. If NOT checked, ALL the pixel values of the support image will be handled in the LUT estimation.. Mandatory: False. Default Value: "0"</li><li><b>[param] -method.image.low</b> <int32> lower quantile for image normalization. Mandatory: False. Default Value: "2"</li><li><b>[param] -method.image.up</b> <int32> upper quantile for image normalization. Mandatory: False. Default Value: "2"</li></ul></ul></ul><h2>Limitations</h2>The segmentation optimal method does not support streaming, and thus large images. The operation color to label is not implemented for the methods continuous LUT and support image LUT.
|
||||
ColorMapping using support image is not threaded.<h2>Authors</h2>OTB-Team<h2>See Also</h2>ImageSVMClassifier<h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in: ROI_QB_MUL_1_SVN_CLASS_MULTI.png</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">method: custom</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">method.custom.lut: ROI_QB_MUL_1_SVN_CLASS_MULTI_PNG_ColorTable.txt</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: Colorized_ROI_QB_MUL_1_SVN_CLASS_MULTI.tif</p></li></ul></body></html>
|
@ -2,12 +2,12 @@
|
||||
<style type="text/css">
|
||||
dl { border: 3px double #ccc; padding: 0.5em; } dt { float: left; clear: left; text-align: left; font-weight: bold; color: green; } dt:after { content: ":"; } dd { margin: 0 0 0 220px; padding: 0 0 0.5em 0; }
|
||||
</style>
|
||||
</head><body><h1>ColorMapping</h1><h2>Brief Description</h2>Maps an input label image to 8-bits RGB using look-up tables.<h2>Tags</h2>Utilities,Image Manipulation,Image MetaData,Learning<h2>Long Description</h2>This application allows mapping a label image to a 8-bits RGB image (in both ways) using different methods.
|
||||
-The custom method allows using a custom look-up table. The look-up table is loaded from a text file where each line describes an entry. The typical use of this method is to colorise a classification map.
|
||||
-The continuous method allows mapping a range of values in a scalar input image to a colored image using continuous look-up table, in order to enhance image interpretation. Several look-up tables can been chosen with different color ranges.
|
||||
</head><body><h1>ColorMapping</h1><h2>Brief Description</h2>Maps an input label image to 8-bits RGB using look-up tables.<h2>Tags</h2>Utilities,Image Manipulation,Image MetaData,Learning<h2>Long Description</h2>This application allows to map a label image to a 8-bits RGB image (in both ways) using different methods.
|
||||
-The custom method allows to use a custom look-up table. The look-up table is loaded from a text file where each line describes an entry. The typical use of this method is to colorise a classification map.
|
||||
-The continuous method allows to map a range of values in a scalar input image to a colored image using continuous look-up table, in order to enhance image interpretation. Several look-up tables can been chosen with different color ranges.
|
||||
-The optimal method computes an optimal look-up table. When processing a segmentation label image (label to color), the color difference between adjacent segmented regions is maximized. When processing an unknown color image (color to label), all the present colors are mapped to a continuous label list.
|
||||
- The support image method uses a color support image to associate an average color to each region.<h2>Parameters</h2><ul><li><b>[param] -in</b> <string> Input image filename. Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> Output image filename. Mandatory: True. Default Value: ""</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</li><b>[choice] -op</b> Selection of the operation to execute (default is : label to color). labeltocolor,colortolabel. Mandatory: True. Default Value: "labeltocolor"<ul><li><b>[group] -labeltocolor</b></li><ul></ul><li><b>[group] -colortolabel</b></li><ul><li><b>[param] -op.colortolabel.notfound</b> <int32> Label to use for unknown colors.. Mandatory: False. Default Value: "404"</li></ul></ul><b>[choice] -method</b> Selection of color mapping methods and their parameters. custom,continuous,optimal,image. Mandatory: True. Default Value: "custom"<ul><li><b>[group] -custom</b></li><ul><li><b>[param] -method.custom.lut</b> <string> An ASCII file containing the look-up table
|
||||
- The support image method uses a color support image to associate an average color to each region.<h2>Parameters</h2><ul><li><b>[param] -in</b> <string> Input image filename. Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> Output image filename. Mandatory: True. Default Value: ""</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</li><li><b>[param] -inxml</b> <string> Load otb application from xml file. Mandatory: False. Default Value: ""</li><li><b>[param] -outxml</b> <string> Save otb application to xml file. Mandatory: False. Default Value: ""</li><b>[choice] -op</b> Selection of the operation to execute (default is : label to color). labeltocolor,colortolabel. Mandatory: True. Default Value: "labeltocolor"<ul><li><b>[group] -labeltocolor</b></li><ul></ul><li><b>[group] -colortolabel</b></li><ul><li><b>[param] -op.colortolabel.notfound</b> <int32> Label to use for unknown colors.. Mandatory: False. Default Value: "404"</li></ul></ul><b>[choice] -method</b> Selection of color mapping methods and their parameters. custom,continuous,optimal,image. Mandatory: True. Default Value: "custom"<ul><li><b>[group] -custom</b></li><ul><li><b>[param] -method.custom.lut</b> <string> An ASCII file containing the look-up table
|
||||
with one color per line
|
||||
(for instance the line '1 255 0 0' means that all pixels with label 1 will be replaced by RGB color 255 0 0)
|
||||
Lines beginning with a # are ignored. Mandatory: True. Default Value: ""</li></ul><li><b>[group] -continuous</b></li><ul><li><b>[param] -method.continuous.lut</b> <string> Available look-up tables.. Mandatory: True. Default Value: "red"</li><li><b>[param] -method.continuous.min</b> <float> Set the lower input value of the mapping range.. Mandatory: True. Default Value: "0"</li><li><b>[param] -method.continuous.max</b> <float> Set the higher input value of the mapping range.. Mandatory: True. Default Value: "255"</li></ul><li><b>[group] -optimal</b></li><ul><li><b>[param] -method.optimal.background</b> <int32> Value of the background label. Mandatory: True. Default Value: "0"</li></ul><li><b>[group] -image</b></li><ul><li><b>[param] -method.image.in</b> <string> Support image filename. LUT is calculated using the mean af pixel value on the area. First of all image is normalized with extrema rejection. Mandatory: True. Default Value: ""</li><li><b>[param] -method.image.low</b> <int32> lower quantile for image normalization. Mandatory: False. Default Value: "2"</li><li><b>[param] -method.image.up</b> <int32> upper quantile for image normalization. Mandatory: False. Default Value: "2"</li></ul></ul></ul><h2>Limitations</h2>The segmentation optimal method does not support streaming, and thus large images. The operation color to label is not implemented for the methods continuous LUT and support image LUT.
|
||||
Lines beginning with a # are ignored. Mandatory: True. Default Value: ""</li></ul><li><b>[group] -continuous</b></li><ul><li><b>[param] -method.continuous.lut</b> <string> Available look-up tables.. Mandatory: True. Default Value: "red"</li><li><b>[param] -method.continuous.min</b> <float> Set the lower input value of the mapping range.. Mandatory: True. Default Value: "0"</li><li><b>[param] -method.continuous.max</b> <float> Set the higher input value of the mapping range.. Mandatory: True. Default Value: "255"</li></ul><li><b>[group] -optimal</b></li><ul><li><b>[param] -method.optimal.background</b> <int32> Value of the background label. Mandatory: True. Default Value: "0"</li></ul><li><b>[group] -image</b></li><ul><li><b>[param] -method.image.in</b> <string> Support image filename. For each label, the LUT is calculated from the mean pixel value in the support image, over the corresponding labeled areas. First of all, the support image is normalized with extrema rejection. Mandatory: True. Default Value: ""</li><li><b>[param] -method.image.nodatavalue</b> <float> NoData value for each channel of the support image, which will not be handled in the LUT estimation. If NOT checked, ALL the pixel values of the support image will be handled in the LUT estimation.. Mandatory: False. Default Value: "0"</li><li><b>[param] -method.image.low</b> <int32> lower quantile for image normalization. Mandatory: False. Default Value: "2"</li><li><b>[param] -method.image.up</b> <int32> upper quantile for image normalization. Mandatory: False. Default Value: "2"</li></ul></ul></ul><h2>Limitations</h2>The segmentation optimal method does not support streaming, and thus large images. The operation color to label is not implemented for the methods continuous LUT and support image LUT.
|
||||
ColorMapping using support image is not threaded.<h2>Authors</h2>OTB-Team<h2>See Also</h2>ImageSVMClassifier<h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in: ROI_QB_MUL_1_SVN_CLASS_MULTI.png</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">method: custom</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">method.custom.lut: ROI_QB_MUL_1_SVN_CLASS_MULTI_PNG_ColorTable.txt</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: Colorized_ROI_QB_MUL_1_SVN_CLASS_MULTI.tif</p></li></ul></body></html>
|
@ -2,12 +2,12 @@
|
||||
<style type="text/css">
|
||||
dl { border: 3px double #ccc; padding: 0.5em; } dt { float: left; clear: left; text-align: left; font-weight: bold; color: green; } dt:after { content: ":"; } dd { margin: 0 0 0 220px; padding: 0 0 0.5em 0; }
|
||||
</style>
|
||||
</head><body><h1>ColorMapping</h1><h2>Brief Description</h2>Maps an input label image to 8-bits RGB using look-up tables.<h2>Tags</h2>Utilities,Image Manipulation,Image MetaData,Learning<h2>Long Description</h2>This application allows mapping a label image to a 8-bits RGB image (in both ways) using different methods.
|
||||
-The custom method allows using a custom look-up table. The look-up table is loaded from a text file where each line describes an entry. The typical use of this method is to colorise a classification map.
|
||||
-The continuous method allows mapping a range of values in a scalar input image to a colored image using continuous look-up table, in order to enhance image interpretation. Several look-up tables can been chosen with different color ranges.
|
||||
</head><body><h1>ColorMapping</h1><h2>Brief Description</h2>Maps an input label image to 8-bits RGB using look-up tables.<h2>Tags</h2>Utilities,Image Manipulation,Image MetaData,Learning<h2>Long Description</h2>This application allows to map a label image to a 8-bits RGB image (in both ways) using different methods.
|
||||
-The custom method allows to use a custom look-up table. The look-up table is loaded from a text file where each line describes an entry. The typical use of this method is to colorise a classification map.
|
||||
-The continuous method allows to map a range of values in a scalar input image to a colored image using continuous look-up table, in order to enhance image interpretation. Several look-up tables can been chosen with different color ranges.
|
||||
-The optimal method computes an optimal look-up table. When processing a segmentation label image (label to color), the color difference between adjacent segmented regions is maximized. When processing an unknown color image (color to label), all the present colors are mapped to a continuous label list.
|
||||
- The support image method uses a color support image to associate an average color to each region.<h2>Parameters</h2><ul><li><b>[param] -in</b> <string> Input image filename. Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> Output image filename. Mandatory: True. Default Value: ""</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</li><b>[choice] -op</b> Selection of the operation to execute (default is : label to color). labeltocolor,colortolabel. Mandatory: True. Default Value: "labeltocolor"<ul><li><b>[group] -labeltocolor</b></li><ul></ul><li><b>[group] -colortolabel</b></li><ul><li><b>[param] -op.colortolabel.notfound</b> <int32> Label to use for unknown colors.. Mandatory: False. Default Value: "404"</li></ul></ul><b>[choice] -method</b> Selection of color mapping methods and their parameters. custom,continuous,optimal,image. Mandatory: True. Default Value: "custom"<ul><li><b>[group] -custom</b></li><ul><li><b>[param] -method.custom.lut</b> <string> An ASCII file containing the look-up table
|
||||
- The support image method uses a color support image to associate an average color to each region.<h2>Parameters</h2><ul><li><b>[param] -in</b> <string> Input image filename. Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> Output image filename. Mandatory: True. Default Value: ""</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</li><li><b>[param] -inxml</b> <string> Load otb application from xml file. Mandatory: False. Default Value: ""</li><li><b>[param] -outxml</b> <string> Save otb application to xml file. Mandatory: False. Default Value: ""</li><b>[choice] -op</b> Selection of the operation to execute (default is : label to color). labeltocolor,colortolabel. Mandatory: True. Default Value: "labeltocolor"<ul><li><b>[group] -labeltocolor</b></li><ul></ul><li><b>[group] -colortolabel</b></li><ul><li><b>[param] -op.colortolabel.notfound</b> <int32> Label to use for unknown colors.. Mandatory: False. Default Value: "404"</li></ul></ul><b>[choice] -method</b> Selection of color mapping methods and their parameters. custom,continuous,optimal,image. Mandatory: True. Default Value: "custom"<ul><li><b>[group] -custom</b></li><ul><li><b>[param] -method.custom.lut</b> <string> An ASCII file containing the look-up table
|
||||
with one color per line
|
||||
(for instance the line '1 255 0 0' means that all pixels with label 1 will be replaced by RGB color 255 0 0)
|
||||
Lines beginning with a # are ignored. Mandatory: True. Default Value: ""</li></ul><li><b>[group] -continuous</b></li><ul><li><b>[param] -method.continuous.lut</b> <string> Available look-up tables.. Mandatory: True. Default Value: "red"</li><li><b>[param] -method.continuous.min</b> <float> Set the lower input value of the mapping range.. Mandatory: True. Default Value: "0"</li><li><b>[param] -method.continuous.max</b> <float> Set the higher input value of the mapping range.. Mandatory: True. Default Value: "255"</li></ul><li><b>[group] -optimal</b></li><ul><li><b>[param] -method.optimal.background</b> <int32> Value of the background label. Mandatory: True. Default Value: "0"</li></ul><li><b>[group] -image</b></li><ul><li><b>[param] -method.image.in</b> <string> Support image filename. LUT is calculated using the mean af pixel value on the area. First of all image is normalized with extrema rejection. Mandatory: True. Default Value: ""</li><li><b>[param] -method.image.low</b> <int32> lower quantile for image normalization. Mandatory: False. Default Value: "2"</li><li><b>[param] -method.image.up</b> <int32> upper quantile for image normalization. Mandatory: False. Default Value: "2"</li></ul></ul></ul><h2>Limitations</h2>The segmentation optimal method does not support streaming, and thus large images. The operation color to label is not implemented for the methods continuous LUT and support image LUT.
|
||||
Lines beginning with a # are ignored. Mandatory: True. Default Value: ""</li></ul><li><b>[group] -continuous</b></li><ul><li><b>[param] -method.continuous.lut</b> <string> Available look-up tables.. Mandatory: True. Default Value: "red"</li><li><b>[param] -method.continuous.min</b> <float> Set the lower input value of the mapping range.. Mandatory: True. Default Value: "0"</li><li><b>[param] -method.continuous.max</b> <float> Set the higher input value of the mapping range.. Mandatory: True. Default Value: "255"</li></ul><li><b>[group] -optimal</b></li><ul><li><b>[param] -method.optimal.background</b> <int32> Value of the background label. Mandatory: True. Default Value: "0"</li></ul><li><b>[group] -image</b></li><ul><li><b>[param] -method.image.in</b> <string> Support image filename. For each label, the LUT is calculated from the mean pixel value in the support image, over the corresponding labeled areas. First of all, the support image is normalized with extrema rejection. Mandatory: True. Default Value: ""</li><li><b>[param] -method.image.nodatavalue</b> <float> NoData value for each channel of the support image, which will not be handled in the LUT estimation. If NOT checked, ALL the pixel values of the support image will be handled in the LUT estimation.. Mandatory: False. Default Value: "0"</li><li><b>[param] -method.image.low</b> <int32> lower quantile for image normalization. Mandatory: False. Default Value: "2"</li><li><b>[param] -method.image.up</b> <int32> upper quantile for image normalization. Mandatory: False. Default Value: "2"</li></ul></ul></ul><h2>Limitations</h2>The segmentation optimal method does not support streaming, and thus large images. The operation color to label is not implemented for the methods continuous LUT and support image LUT.
|
||||
ColorMapping using support image is not threaded.<h2>Authors</h2>OTB-Team<h2>See Also</h2>ImageSVMClassifier<h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in: ROI_QB_MUL_1_SVN_CLASS_MULTI.png</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">method: custom</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">method.custom.lut: ROI_QB_MUL_1_SVN_CLASS_MULTI_PNG_ColorTable.txt</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: Colorized_ROI_QB_MUL_1_SVN_CLASS_MULTI.tif</p></li></ul></body></html>
|
@ -2,12 +2,12 @@
|
||||
<style type="text/css">
|
||||
dl { border: 3px double #ccc; padding: 0.5em; } dt { float: left; clear: left; text-align: left; font-weight: bold; color: green; } dt:after { content: ":"; } dd { margin: 0 0 0 220px; padding: 0 0 0.5em 0; }
|
||||
</style>
|
||||
</head><body><h1>ColorMapping</h1><h2>Brief Description</h2>Maps an input label image to 8-bits RGB using look-up tables.<h2>Tags</h2>Utilities,Image Manipulation,Image MetaData,Learning<h2>Long Description</h2>This application allows mapping a label image to a 8-bits RGB image (in both ways) using different methods.
|
||||
-The custom method allows using a custom look-up table. The look-up table is loaded from a text file where each line describes an entry. The typical use of this method is to colorise a classification map.
|
||||
-The continuous method allows mapping a range of values in a scalar input image to a colored image using continuous look-up table, in order to enhance image interpretation. Several look-up tables can been chosen with different color ranges.
|
||||
</head><body><h1>ColorMapping</h1><h2>Brief Description</h2>Maps an input label image to 8-bits RGB using look-up tables.<h2>Tags</h2>Utilities,Image Manipulation,Image MetaData,Learning<h2>Long Description</h2>This application allows to map a label image to a 8-bits RGB image (in both ways) using different methods.
|
||||
-The custom method allows to use a custom look-up table. The look-up table is loaded from a text file where each line describes an entry. The typical use of this method is to colorise a classification map.
|
||||
-The continuous method allows to map a range of values in a scalar input image to a colored image using continuous look-up table, in order to enhance image interpretation. Several look-up tables can been chosen with different color ranges.
|
||||
-The optimal method computes an optimal look-up table. When processing a segmentation label image (label to color), the color difference between adjacent segmented regions is maximized. When processing an unknown color image (color to label), all the present colors are mapped to a continuous label list.
|
||||
- The support image method uses a color support image to associate an average color to each region.<h2>Parameters</h2><ul><li><b>[param] -in</b> <string> Input image filename. Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> Output image filename. Mandatory: True. Default Value: ""</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</li><b>[choice] -op</b> Selection of the operation to execute (default is : label to color). labeltocolor,colortolabel. Mandatory: True. Default Value: "labeltocolor"<ul><li><b>[group] -labeltocolor</b></li><ul></ul><li><b>[group] -colortolabel</b></li><ul><li><b>[param] -op.colortolabel.notfound</b> <int32> Label to use for unknown colors.. Mandatory: False. Default Value: "404"</li></ul></ul><b>[choice] -method</b> Selection of color mapping methods and their parameters. custom,continuous,optimal,image. Mandatory: True. Default Value: "custom"<ul><li><b>[group] -custom</b></li><ul><li><b>[param] -method.custom.lut</b> <string> An ASCII file containing the look-up table
|
||||
- The support image method uses a color support image to associate an average color to each region.<h2>Parameters</h2><ul><li><b>[param] -in</b> <string> Input image filename. Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> Output image filename. Mandatory: True. Default Value: ""</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</li><li><b>[param] -inxml</b> <string> Load otb application from xml file. Mandatory: False. Default Value: ""</li><li><b>[param] -outxml</b> <string> Save otb application to xml file. Mandatory: False. Default Value: ""</li><b>[choice] -op</b> Selection of the operation to execute (default is : label to color). labeltocolor,colortolabel. Mandatory: True. Default Value: "labeltocolor"<ul><li><b>[group] -labeltocolor</b></li><ul></ul><li><b>[group] -colortolabel</b></li><ul><li><b>[param] -op.colortolabel.notfound</b> <int32> Label to use for unknown colors.. Mandatory: False. Default Value: "404"</li></ul></ul><b>[choice] -method</b> Selection of color mapping methods and their parameters. custom,continuous,optimal,image. Mandatory: True. Default Value: "custom"<ul><li><b>[group] -custom</b></li><ul><li><b>[param] -method.custom.lut</b> <string> An ASCII file containing the look-up table
|
||||
with one color per line
|
||||
(for instance the line '1 255 0 0' means that all pixels with label 1 will be replaced by RGB color 255 0 0)
|
||||
Lines beginning with a # are ignored. Mandatory: True. Default Value: ""</li></ul><li><b>[group] -continuous</b></li><ul><li><b>[param] -method.continuous.lut</b> <string> Available look-up tables.. Mandatory: True. Default Value: "red"</li><li><b>[param] -method.continuous.min</b> <float> Set the lower input value of the mapping range.. Mandatory: True. Default Value: "0"</li><li><b>[param] -method.continuous.max</b> <float> Set the higher input value of the mapping range.. Mandatory: True. Default Value: "255"</li></ul><li><b>[group] -optimal</b></li><ul><li><b>[param] -method.optimal.background</b> <int32> Value of the background label. Mandatory: True. Default Value: "0"</li></ul><li><b>[group] -image</b></li><ul><li><b>[param] -method.image.in</b> <string> Support image filename. LUT is calculated using the mean af pixel value on the area. First of all image is normalized with extrema rejection. Mandatory: True. Default Value: ""</li><li><b>[param] -method.image.low</b> <int32> lower quantile for image normalization. Mandatory: False. Default Value: "2"</li><li><b>[param] -method.image.up</b> <int32> upper quantile for image normalization. Mandatory: False. Default Value: "2"</li></ul></ul></ul><h2>Limitations</h2>The segmentation optimal method does not support streaming, and thus large images. The operation color to label is not implemented for the methods continuous LUT and support image LUT.
|
||||
Lines beginning with a # are ignored. Mandatory: True. Default Value: ""</li></ul><li><b>[group] -continuous</b></li><ul><li><b>[param] -method.continuous.lut</b> <string> Available look-up tables.. Mandatory: True. Default Value: "red"</li><li><b>[param] -method.continuous.min</b> <float> Set the lower input value of the mapping range.. Mandatory: True. Default Value: "0"</li><li><b>[param] -method.continuous.max</b> <float> Set the higher input value of the mapping range.. Mandatory: True. Default Value: "255"</li></ul><li><b>[group] -optimal</b></li><ul><li><b>[param] -method.optimal.background</b> <int32> Value of the background label. Mandatory: True. Default Value: "0"</li></ul><li><b>[group] -image</b></li><ul><li><b>[param] -method.image.in</b> <string> Support image filename. For each label, the LUT is calculated from the mean pixel value in the support image, over the corresponding labeled areas. First of all, the support image is normalized with extrema rejection. Mandatory: True. Default Value: ""</li><li><b>[param] -method.image.nodatavalue</b> <float> NoData value for each channel of the support image, which will not be handled in the LUT estimation. If NOT checked, ALL the pixel values of the support image will be handled in the LUT estimation.. Mandatory: False. Default Value: "0"</li><li><b>[param] -method.image.low</b> <int32> lower quantile for image normalization. Mandatory: False. Default Value: "2"</li><li><b>[param] -method.image.up</b> <int32> upper quantile for image normalization. Mandatory: False. Default Value: "2"</li></ul></ul></ul><h2>Limitations</h2>The segmentation optimal method does not support streaming, and thus large images. The operation color to label is not implemented for the methods continuous LUT and support image LUT.
|
||||
ColorMapping using support image is not threaded.<h2>Authors</h2>OTB-Team<h2>See Also</h2>ImageSVMClassifier<h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in: ROI_QB_MUL_1_SVN_CLASS_MULTI.png</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">method: custom</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">method.custom.lut: ROI_QB_MUL_1_SVN_CLASS_MULTI_PNG_ColorTable.txt</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: Colorized_ROI_QB_MUL_1_SVN_CLASS_MULTI.tif</p></li></ul></body></html>
|
@ -2,4 +2,4 @@
|
||||
<style type="text/css">
|
||||
dl { border: 3px double #ccc; padding: 0.5em; } dt { float: left; clear: left; text-align: left; font-weight: bold; color: green; } dt:after { content: ":"; } dd { margin: 0 0 0 220px; padding: 0 0 0.5em 0; }
|
||||
</style>
|
||||
</head><body><h1>CompareImages</h1><h2>Brief Description</h2>Estimator between 2 images.<h2>Tags</h2>Statistics<h2>Long Description</h2>This application computes MSE (Mean Squared Error), MAE (Mean Absolute Error) and PSNR (Peak Signal to Noise Ratio) between the channel of two images (reference and measurement). The user has to set the used channel and can specify a ROI.<h2>Parameters</h2><ul><li><b>[param] -ref</b> <string> . Mandatory: True. Default Value: "0"</li><li><b>[param] -meas</b> <string> . Mandatory: True. Default Value: "0"</li><li><b>[param] -roi</b> <string> . Mandatory: True. Default Value: "0"</li><li><b>[param] -mse</b> <float> Mean Squared Error value. Mandatory: True. Default Value: "0.0"</li><li><b>[param] -mae</b> <float> Mean Absolute Error value. Mandatory: True. Default Value: "0.0"</li><li><b>[param] -psnr</b> <float> Peak Signal to Noise Ratio value. Mandatory: True. Default Value: "0.0"</li></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2>BandMath application, ImageStatistics<h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ref.in: GomaApres.png</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ref.channel: 1</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">meas.in: GomaAvant.png</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">meas.channel: 2</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">roi.startx: 20</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">roi.starty: 30</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">roi.sizex: 150</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">roi.sizey: 200</p></li></ul></body></html>
|
||||
</head><body><h1>CompareImages</h1><h2>Brief Description</h2>Estimator between 2 images.<h2>Tags</h2>Statistics<h2>Long Description</h2>This application computes MSE (Mean Squared Error), MAE (Mean Absolute Error) and PSNR (Peak Signal to Noise Ratio) between the channel of two images (reference and measurement). The user has to set the used channel and can specify a ROI.<h2>Parameters</h2><ul><li><b>[param] -ref</b> <string> . Mandatory: True. Default Value: "0"</li><li><b>[param] -meas</b> <string> . Mandatory: True. Default Value: "0"</li><li><b>[param] -roi</b> <string> . Mandatory: True. Default Value: "0"</li><li><b>[param] -mse</b> <float> Mean Squared Error value. Mandatory: True. Default Value: "0.0"</li><li><b>[param] -mae</b> <float> Mean Absolute Error value. Mandatory: True. Default Value: "0.0"</li><li><b>[param] -psnr</b> <float> Peak Signal to Noise Ratio value. Mandatory: True. Default Value: "0.0"</li><li><b>[param] -inxml</b> <string> Load otb application from xml file. Mandatory: False. Default Value: ""</li><li><b>[param] -outxml</b> <string> Save otb application to xml file. Mandatory: False. Default Value: ""</li></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2>BandMath application, ImageStatistics<h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ref.in: GomaApres.png</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ref.channel: 1</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">meas.in: GomaAvant.png</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">meas.channel: 2</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">roi.startx: 20</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">roi.starty: 30</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">roi.sizex: 150</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">roi.sizey: 200</p></li></ul></body></html>
|
@ -2,4 +2,4 @@
|
||||
<style type="text/css">
|
||||
dl { border: 3px double #ccc; padding: 0.5em; } dt { float: left; clear: left; text-align: left; font-weight: bold; color: green; } dt:after { content: ":"; } dd { margin: 0 0 0 220px; padding: 0 0 0.5em 0; }
|
||||
</style>
|
||||
</head><body><h1>ComputeConfusionMatrix</h1><h2>Brief Description</h2>Computes the confusion matrix of a classification<h2>Tags</h2>Learning<h2>Long Description</h2>This application computes the confusion matrix of a classification map relatively to a ground truth. This ground truth can be given as a raster or a vector data. Only reference and produced pixels with values different from NoData are handled in the calculation of the confusion matrix. The confusion matrix is organized the following way: rows = reference labels, columns = produced labels. In the header of the output file, the reference and produced class labels are ordered according to the rows/columns of the confusion matrix.<h2>Parameters</h2><ul><li><b>[param] -in</b> <string> The input classification image.. Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> Filename to store the output matrix (csv format). Mandatory: True. Default Value: ""</li><li><b>[param] -nodatalabel</b> <int32> Label for the NoData class. Such input pixels will be discarded from the ground truth and from the input classification map. By default, 'nodatalabel = 0'.. Mandatory: False. Default Value: "0"</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</li><b>[choice] -ref</b> Choice of ground truth format raster,vector. Mandatory: True. Default Value: "raster"<ul><li><b>[group] -raster</b></li><ul><li><b>[param] -ref.raster.in</b> <string> Input image containing the ground truth labels. Mandatory: True. Default Value: ""</li></ul><li><b>[group] -vector</b></li><ul><li><b>[param] -ref.vector.in</b> <string> Input vector data of the ground truth. Mandatory: True. Default Value: ""</li><li><b>[param] -ref.vector.field</b> <string> Field name containing the label values. Mandatory: False. Default Value: "Class"</li></ul></ul></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2> <h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in: clLabeledImageQB1.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: ConfusionMatrix.csv</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ref: vector</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ref.vector.in: VectorData_QB1_bis.shp</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ref.vector.field: Class</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">nodatalabel: 255</p></li></ul></body></html>
|
||||
</head><body><h1>ComputeConfusionMatrix</h1><h2>Brief Description</h2>Computes the confusion matrix of a classification<h2>Tags</h2>Learning<h2>Long Description</h2>This application computes the confusion matrix of a classification map relatively to a ground truth. This ground truth can be given as a raster or a vector data. Only reference and produced pixels with values different from NoData are handled in the calculation of the confusion matrix. The confusion matrix is organized the following way: rows = reference labels, columns = produced labels. In the header of the output file, the reference and produced class labels are ordered according to the rows/columns of the confusion matrix.<h2>Parameters</h2><ul><li><b>[param] -in</b> <string> The input classification image.. Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> Filename to store the output matrix (csv format). Mandatory: True. Default Value: ""</li><li><b>[param] -nodatalabel</b> <int32> Label for the NoData class. Such input pixels will be discarded from the ground truth and from the input classification map. By default, 'nodatalabel = 0'.. Mandatory: False. Default Value: "0"</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</li><li><b>[param] -inxml</b> <string> Load otb application from xml file. Mandatory: False. Default Value: ""</li><li><b>[param] -outxml</b> <string> Save otb application to xml file. Mandatory: False. Default Value: ""</li><b>[choice] -ref</b> Choice of ground truth format raster,vector. Mandatory: True. Default Value: "raster"<ul><li><b>[group] -raster</b></li><ul><li><b>[param] -ref.raster.in</b> <string> Input image containing the ground truth labels. Mandatory: True. Default Value: ""</li></ul><li><b>[group] -vector</b></li><ul><li><b>[param] -ref.vector.in</b> <string> Input vector data of the ground truth. Mandatory: True. Default Value: ""</li><li><b>[param] -ref.vector.field</b> <string> Field name containing the label values. Mandatory: False. Default Value: "Class"</li></ul></ul></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2> <h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in: clLabeledImageQB1.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: ConfusionMatrix.csv</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ref: vector</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ref.vector.in: VectorData_QB1_bis.shp</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ref.vector.field: Class</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">nodatalabel: 255</p></li></ul></body></html>
|
@ -2,4 +2,4 @@
|
||||
<style type="text/css">
|
||||
dl { border: 3px double #ccc; padding: 0.5em; } dt { float: left; clear: left; text-align: left; font-weight: bold; color: green; } dt:after { content: ":"; } dd { margin: 0 0 0 220px; padding: 0 0 0.5em 0; }
|
||||
</style>
|
||||
</head><body><h1>ComputeConfusionMatrix</h1><h2>Brief Description</h2>Computes the confusion matrix of a classification<h2>Tags</h2>Learning<h2>Long Description</h2>This application computes the confusion matrix of a classification map relatively to a ground truth. This ground truth can be given as a raster or a vector data. Only reference and produced pixels with values different from NoData are handled in the calculation of the confusion matrix. The confusion matrix is organized the following way: rows = reference labels, columns = produced labels. In the header of the output file, the reference and produced class labels are ordered according to the rows/columns of the confusion matrix.<h2>Parameters</h2><ul><li><b>[param] -in</b> <string> The input classification image.. Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> Filename to store the output matrix (csv format). Mandatory: True. Default Value: ""</li><li><b>[param] -nodatalabel</b> <int32> Label for the NoData class. Such input pixels will be discarded from the ground truth and from the input classification map. By default, 'nodatalabel = 0'.. Mandatory: False. Default Value: "0"</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</li><b>[choice] -ref</b> Choice of ground truth format raster,vector. Mandatory: True. Default Value: "raster"<ul><li><b>[group] -raster</b></li><ul><li><b>[param] -ref.raster.in</b> <string> Input image containing the ground truth labels. Mandatory: True. Default Value: ""</li></ul><li><b>[group] -vector</b></li><ul><li><b>[param] -ref.vector.in</b> <string> Input vector data of the ground truth. Mandatory: True. Default Value: ""</li><li><b>[param] -ref.vector.field</b> <string> Field name containing the label values. Mandatory: False. Default Value: "Class"</li></ul></ul></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2> <h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in: clLabeledImageQB1.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: ConfusionMatrix.csv</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ref: vector</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ref.vector.in: VectorData_QB1_bis.shp</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ref.vector.field: Class</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">nodatalabel: 255</p></li></ul></body></html>
|
||||
</head><body><h1>ComputeConfusionMatrix</h1><h2>Brief Description</h2>Computes the confusion matrix of a classification<h2>Tags</h2>Learning<h2>Long Description</h2>This application computes the confusion matrix of a classification map relatively to a ground truth. This ground truth can be given as a raster or a vector data. Only reference and produced pixels with values different from NoData are handled in the calculation of the confusion matrix. The confusion matrix is organized the following way: rows = reference labels, columns = produced labels. In the header of the output file, the reference and produced class labels are ordered according to the rows/columns of the confusion matrix.<h2>Parameters</h2><ul><li><b>[param] -in</b> <string> The input classification image.. Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> Filename to store the output matrix (csv format). Mandatory: True. Default Value: ""</li><li><b>[param] -nodatalabel</b> <int32> Label for the NoData class. Such input pixels will be discarded from the ground truth and from the input classification map. By default, 'nodatalabel = 0'.. Mandatory: False. Default Value: "0"</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</li><li><b>[param] -inxml</b> <string> Load otb application from xml file. Mandatory: False. Default Value: ""</li><li><b>[param] -outxml</b> <string> Save otb application to xml file. Mandatory: False. Default Value: ""</li><b>[choice] -ref</b> Choice of ground truth format raster,vector. Mandatory: True. Default Value: "raster"<ul><li><b>[group] -raster</b></li><ul><li><b>[param] -ref.raster.in</b> <string> Input image containing the ground truth labels. Mandatory: True. Default Value: ""</li></ul><li><b>[group] -vector</b></li><ul><li><b>[param] -ref.vector.in</b> <string> Input vector data of the ground truth. Mandatory: True. Default Value: ""</li><li><b>[param] -ref.vector.field</b> <string> Field name containing the label values. Mandatory: False. Default Value: "Class"</li></ul></ul></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2> <h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in: clLabeledImageQB1.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: ConfusionMatrix.csv</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ref: vector</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ref.vector.in: VectorData_QB1_bis.shp</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ref.vector.field: Class</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">nodatalabel: 255</p></li></ul></body></html>
|
@ -2,4 +2,4 @@
|
||||
<style type="text/css">
|
||||
dl { border: 3px double #ccc; padding: 0.5em; } dt { float: left; clear: left; text-align: left; font-weight: bold; color: green; } dt:after { content: ":"; } dd { margin: 0 0 0 220px; padding: 0 0 0.5em 0; }
|
||||
</style>
|
||||
</head><body><h1>ComputeConfusionMatrix</h1><h2>Brief Description</h2>Computes the confusion matrix of a classification<h2>Tags</h2>Learning<h2>Long Description</h2>This application computes the confusion matrix of a classification map relatively to a ground truth. This ground truth can be given as a raster or a vector data. Only reference and produced pixels with values different from NoData are handled in the calculation of the confusion matrix. The confusion matrix is organized the following way: rows = reference labels, columns = produced labels. In the header of the output file, the reference and produced class labels are ordered according to the rows/columns of the confusion matrix.<h2>Parameters</h2><ul><li><b>[param] -in</b> <string> The input classification image.. Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> Filename to store the output matrix (csv format). Mandatory: True. Default Value: ""</li><li><b>[param] -nodatalabel</b> <int32> Label for the NoData class. Such input pixels will be discarded from the ground truth and from the input classification map. By default, 'nodatalabel = 0'.. Mandatory: False. Default Value: "0"</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</li><b>[choice] -ref</b> Choice of ground truth format raster,vector. Mandatory: True. Default Value: "raster"<ul><li><b>[group] -raster</b></li><ul><li><b>[param] -ref.raster.in</b> <string> Input image containing the ground truth labels. Mandatory: True. Default Value: ""</li></ul><li><b>[group] -vector</b></li><ul><li><b>[param] -ref.vector.in</b> <string> Input vector data of the ground truth. Mandatory: True. Default Value: ""</li><li><b>[param] -ref.vector.field</b> <string> Field name containing the label values. Mandatory: False. Default Value: "Class"</li></ul></ul></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2> <h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in: clLabeledImageQB1.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: ConfusionMatrix.csv</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ref: vector</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ref.vector.in: VectorData_QB1_bis.shp</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ref.vector.field: Class</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">nodatalabel: 255</p></li></ul></body></html>
|
||||
</head><body><h1>ComputeConfusionMatrix</h1><h2>Brief Description</h2>Computes the confusion matrix of a classification<h2>Tags</h2>Learning<h2>Long Description</h2>This application computes the confusion matrix of a classification map relatively to a ground truth. This ground truth can be given as a raster or a vector data. Only reference and produced pixels with values different from NoData are handled in the calculation of the confusion matrix. The confusion matrix is organized the following way: rows = reference labels, columns = produced labels. In the header of the output file, the reference and produced class labels are ordered according to the rows/columns of the confusion matrix.<h2>Parameters</h2><ul><li><b>[param] -in</b> <string> The input classification image.. Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> Filename to store the output matrix (csv format). Mandatory: True. Default Value: ""</li><li><b>[param] -nodatalabel</b> <int32> Label for the NoData class. Such input pixels will be discarded from the ground truth and from the input classification map. By default, 'nodatalabel = 0'.. Mandatory: False. Default Value: "0"</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</li><li><b>[param] -inxml</b> <string> Load otb application from xml file. Mandatory: False. Default Value: ""</li><li><b>[param] -outxml</b> <string> Save otb application to xml file. Mandatory: False. Default Value: ""</li><b>[choice] -ref</b> Choice of ground truth format raster,vector. Mandatory: True. Default Value: "raster"<ul><li><b>[group] -raster</b></li><ul><li><b>[param] -ref.raster.in</b> <string> Input image containing the ground truth labels. Mandatory: True. Default Value: ""</li></ul><li><b>[group] -vector</b></li><ul><li><b>[param] -ref.vector.in</b> <string> Input vector data of the ground truth. Mandatory: True. Default Value: ""</li><li><b>[param] -ref.vector.field</b> <string> Field name containing the label values. Mandatory: False. Default Value: "Class"</li></ul></ul></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2> <h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in: clLabeledImageQB1.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: ConfusionMatrix.csv</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ref: vector</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ref.vector.in: VectorData_QB1_bis.shp</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ref.vector.field: Class</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">nodatalabel: 255</p></li></ul></body></html>
|
@ -2,4 +2,4 @@
|
||||
<style type="text/css">
|
||||
dl { border: 3px double #ccc; padding: 0.5em; } dt { float: left; clear: left; text-align: left; font-weight: bold; color: green; } dt:after { content: ":"; } dd { margin: 0 0 0 220px; padding: 0 0 0.5em 0; }
|
||||
</style>
|
||||
</head><body><h1>ComputeImagesStatistics</h1><h2>Brief Description</h2>Computes global mean and standard deviation for each band from a set of images and optionally saves the results in an XML file.<h2>Tags</h2>Learning,Image Analysis<h2>Long Description</h2>This application computes a global mean and standard deviation for each band of a set of images and optionally saves the results in an XML file. The output XML is intended to be used an input for the TrainImagesClassifier application to normalize samples before learning.<h2>Parameters</h2><ul><li><b>[param] -il</b> <string> List of input images filenames.. Mandatory: True. Default Value: "0"</li><li><b>[param] -bv</b> <float> Background value to ignore in statistics computation.. Mandatory: False. Default Value: "0.0"</li><li><b>[param] -out</b> <string> XML filename where the statistics are saved for future reuse.. Mandatory: False. Default Value: ""</li></ul><h2>Limitations</h2>Each image of the set must contain the same bands as the others (i.e. same types, in the same order).<h2>Authors</h2>OTB-Team<h2>See Also</h2>Documentation of the TrainImagesClassifier application.<h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">il: QB_1_ortho.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: EstimateImageStatisticsQB1.xml</p></li></ul></body></html>
|
||||
</head><body><h1>ComputeImagesStatistics</h1><h2>Brief Description</h2>Computes global mean and standard deviation for each band from a set of images and optionally saves the results in an XML file.<h2>Tags</h2>Learning,Image Analysis<h2>Long Description</h2>This application computes a global mean and standard deviation for each band of a set of images and optionally saves the results in an XML file. The output XML is intended to be used an input for the TrainImagesClassifier application to normalize samples before learning.<h2>Parameters</h2><ul><li><b>[param] -il</b> <string> List of input images filenames.. Mandatory: True. Default Value: "0"</li><li><b>[param] -bv</b> <float> Background value to ignore in statistics computation.. Mandatory: False. Default Value: "0.0"</li><li><b>[param] -out</b> <string> XML filename where the statistics are saved for future reuse.. Mandatory: False. Default Value: ""</li><li><b>[param] -inxml</b> <string> Load otb application from xml file. Mandatory: False. Default Value: ""</li><li><b>[param] -outxml</b> <string> Save otb application to xml file. Mandatory: False. Default Value: ""</li></ul><h2>Limitations</h2>Each image of the set must contain the same bands as the others (i.e. same types, in the same order).<h2>Authors</h2>OTB-Team<h2>See Also</h2>Documentation of the TrainImagesClassifier application.<h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">il: QB_1_ortho.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: EstimateImageStatisticsQB1.xml</p></li></ul></body></html>
|
@ -1,5 +0,0 @@
|
||||
<html><head>
|
||||
<style type="text/css">
|
||||
dl { border: 3px double #ccc; padding: 0.5em; } dt { float: left; clear: left; text-align: left; font-weight: bold; color: green; } dt:after { content: ":"; } dd { margin: 0 0 0 220px; padding: 0 0 0.5em 0; }
|
||||
</style>
|
||||
</head><body><h1>ComputeModulusAndPhase</h1><h2>Brief Description</h2>Read one or two files and compute the module and the phase<h2>Tags</h2>SAR<h2>Long Description</h2>This application computes the modulus and the phase of a complex SAR data. This complex SAR data could be provided as a monoband complex pixel type image or a 2 bands real pixel type image or two monobands (first one real part and second one imaginary part) real pixel type images.<h2>Parameters</h2><ul><li><b>[param] -mod</b> <string> Modulus of the input: sqrt(real*real + imag*imag).. Mandatory: True. Default Value: ""</li><li><b>[param] -pha</b> <string> Phase of the input: atan2(imag, real).. Mandatory: True. Default Value: ""</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</li><b>[choice] -nbinput</b> Choice about the number of input files used to store the real and imaginary part of the SAR image one,two. Mandatory: True. Default Value: "one"<ul><li><b>[group] -one</b></li><ul><li><b>[param] -nbinput.one.in</b> <string> Image file with SAR data.. Mandatory: True. Default Value: ""</li></ul><li><b>[group] -two</b></li><ul><li><b>[param] -nbinput.two.re</b> <string> Image file with real part of the SAR data.. Mandatory: False. Default Value: ""</li><li><b>[param] -nbinput.two.im</b> <string> Image file with imaginary part of the SAR data.. Mandatory: False. Default Value: ""</li></ul></ul></ul><h2>Limitations</h2>None<h2>Authors</h2>Alexia Mondot (alexia.mondot@c-s.fr) and Mickael Savinaud (mickael.savinaud@c-s.fr)<h2>See Also</h2> <h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">nbinput.one.in: monobandComplexFloat.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">mod: modulus.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">pha: phase.tif</p></li></ul></body></html>
|
@ -1,5 +0,0 @@
|
||||
<html><head>
|
||||
<style type="text/css">
|
||||
dl { border: 3px double #ccc; padding: 0.5em; } dt { float: left; clear: left; text-align: left; font-weight: bold; color: green; } dt:after { content: ":"; } dd { margin: 0 0 0 220px; padding: 0 0 0.5em 0; }
|
||||
</style>
|
||||
</head><body><h1>ComputeModulusAndPhase</h1><h2>Brief Description</h2>Read one or two files and compute the module and the phase<h2>Tags</h2>SAR<h2>Long Description</h2>This application computes the modulus and the phase of a complex SAR data. This complex SAR data could be provided as a monoband complex pixel type image or a 2 bands real pixel type image or two monobands (first one real part and second one imaginary part) real pixel type images.<h2>Parameters</h2><ul><li><b>[param] -mod</b> <string> Modulus of the input: sqrt(real*real + imag*imag).. Mandatory: True. Default Value: ""</li><li><b>[param] -pha</b> <string> Phase of the input: atan2(imag, real).. Mandatory: True. Default Value: ""</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</li><b>[choice] -nbinput</b> Choice about the number of input files used to store the real and imaginary part of the SAR image one,two. Mandatory: True. Default Value: "one"<ul><li><b>[group] -one</b></li><ul><li><b>[param] -nbinput.one.in</b> <string> Image file with SAR data.. Mandatory: True. Default Value: ""</li></ul><li><b>[group] -two</b></li><ul><li><b>[param] -nbinput.two.re</b> <string> Image file with real part of the SAR data.. Mandatory: False. Default Value: ""</li><li><b>[param] -nbinput.two.im</b> <string> Image file with imaginary part of the SAR data.. Mandatory: False. Default Value: ""</li></ul></ul></ul><h2>Limitations</h2>None<h2>Authors</h2>Alexia Mondot (alexia.mondot@c-s.fr) and Mickael Savinaud (mickael.savinaud@c-s.fr)<h2>See Also</h2> <h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">nbinput.one.in: monobandComplexFloat.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">mod: modulus.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">pha: phase.tif</p></li></ul></body></html>
|
@ -1,5 +0,0 @@
|
||||
<html><head>
|
||||
<style type="text/css">
|
||||
dl { border: 3px double #ccc; padding: 0.5em; } dt { float: left; clear: left; text-align: left; font-weight: bold; color: green; } dt:after { content: ":"; } dd { margin: 0 0 0 220px; padding: 0 0 0.5em 0; }
|
||||
</style>
|
||||
</head><body><h1>ComputeModulusAndPhase</h1><h2>Brief Description</h2>Read one or two files and compute the module and the phase<h2>Tags</h2>SAR<h2>Long Description</h2>This application computes the modulus and the phase of a complex SAR data. This complex SAR data could be provided as a monoband complex pixel type image or a 2 bands real pixel type image or two monobands (first one real part and second one imaginary part) real pixel type images.<h2>Parameters</h2><ul><li><b>[param] -mod</b> <string> Modulus of the input: sqrt(real*real + imag*imag).. Mandatory: True. Default Value: ""</li><li><b>[param] -pha</b> <string> Phase of the input: atan2(imag, real).. Mandatory: True. Default Value: ""</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</li><b>[choice] -nbinput</b> Choice about the number of input files used to store the real and imaginary part of the SAR image one,two. Mandatory: True. Default Value: "one"<ul><li><b>[group] -one</b></li><ul><li><b>[param] -nbinput.one.in</b> <string> Image file with SAR data.. Mandatory: True. Default Value: ""</li></ul><li><b>[group] -two</b></li><ul><li><b>[param] -nbinput.two.re</b> <string> Image file with real part of the SAR data.. Mandatory: False. Default Value: ""</li><li><b>[param] -nbinput.two.im</b> <string> Image file with imaginary part of the SAR data.. Mandatory: False. Default Value: ""</li></ul></ul></ul><h2>Limitations</h2>None<h2>Authors</h2>Alexia Mondot (alexia.mondot@c-s.fr) and Mickael Savinaud (mickael.savinaud@c-s.fr)<h2>See Also</h2> <h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">nbinput.one.in: monobandComplexFloat.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">mod: modulus.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">pha: phase.tif</p></li></ul></body></html>
|
@ -0,0 +1,5 @@
|
||||
<html><head>
|
||||
<style type="text/css">
|
||||
dl { border: 3px double #ccc; padding: 0.5em; } dt { float: left; clear: left; text-align: left; font-weight: bold; color: green; } dt:after { content: ":"; } dd { margin: 0 0 0 220px; padding: 0 0 0.5em 0; }
|
||||
</style>
|
||||
</head><body><h1>ComputeOGRLayersFeaturesStatistics</h1><h2>Brief Description</h2>Compute statistics of the features in a set of OGR Layers<h2>Tags</h2>Segmentation<h2>Long Description</h2>Compute statistics (mean and standard deviation) of the features in a set of OGR Layers, and write them in an XML file. This XML file can then be used by the training application.<h2>Parameters</h2><ul><li><b>[param] -inshp</b> <string> Name of the input shapefile. Mandatory: True. Default Value: ""</li><li><b>[param] -outstats</b> <string> XML file containing mean and variance of each feature.. Mandatory: True. Default Value: ""</li><li><b>[param] -inxml</b> <string> Load otb application from xml file. Mandatory: False. Default Value: ""</li><li><b>[param] -outxml</b> <string> Save otb application to xml file. Mandatory: False. Default Value: ""</li><b>[choice] -feat</b> List of features to consider for statistics. . Mandatory: True. Default Value: ""<ul></ul></ul><h2>Limitations</h2>Experimental. For now only shapefiles are supported.<h2>Authors</h2>David Youssefi during internship at CNES<h2>See Also</h2>OGRLayerClassifier,TrainOGRLayersClassifier<h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">inshp: vectorData.shp</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">outstats: results.xml</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">feat: perimeter</p></li></ul></body></html>
|
@ -2,4 +2,4 @@
|
||||
<style type="text/css">
|
||||
dl { border: 3px double #ccc; padding: 0.5em; } dt { float: left; clear: left; text-align: left; font-weight: bold; color: green; } dt:after { content: ":"; } dd { margin: 0 0 0 220px; padding: 0 0 0.5em 0; }
|
||||
</style>
|
||||
</head><body><h1>ComputePolylineFeatureFromImage</h1><h2>Brief Description</h2>This application compute for each studied polyline, contained in the input VectorData, the chosen descriptors.<h2>Tags</h2>Feature Extraction<h2>Long Description</h2>The first step in the classifier fusion based validation is to compute, for each studied polyline, the chosen descriptors. <h2>Parameters</h2><ul><li><b>[param] -in</b> <string> An image to compute the descriptors on.. Mandatory: True. Default Value: ""</li><li><b>[param] -vd</b> <string> Vector data containing the polylines where the features will be computed.. Mandatory: True. Default Value: ""</li><li><b>[param] -elev</b> <string> This group of parameters allows managing elevation values. Supported formats are SRTM, DTED or any geotiff processed by the DEM import application. Mandatory: True. Default Value: "0"</li><li><b>[param] -expr</b> <string> The feature formula (b1 < 0.3) where b1 is the standard name of input image first band. Mandatory: True. Default Value: ""</li><li><b>[param] -field</b> <string> The field name corresponding to the feature codename (NONDVI, ROADSA...). Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> The output vector data containing polylines with a new field. Mandatory: True. Default Value: ""</li></ul><h2>Limitations</h2>Since it does not rely on streaming process, take care of the size of input image before launching application.<h2>Authors</h2>OTB-Team<h2>See Also</h2> <h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in: NDVI.TIF</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">vd: roads_ground_truth.shp</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">expr: "(b1 > 0.4)"</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">field: NONDVI</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: PolylineFeatureFromImage_LI_NONDVI_gt.shp</p></li></ul></body></html>
|
||||
</head><body><h1>ComputePolylineFeatureFromImage</h1><h2>Brief Description</h2>This application compute for each studied polyline, contained in the input VectorData, the choosen descriptors.<h2>Tags</h2>Feature Extraction<h2>Long Description</h2>The first step in the classifier fusion based validation is to compute, for each studied polyline, the choosen descriptors. <h2>Parameters</h2><ul><li><b>[param] -in</b> <string> An image to compute the descriptors on.. Mandatory: True. Default Value: ""</li><li><b>[param] -vd</b> <string> Vector data containing the polylines where the features will be computed.. Mandatory: True. Default Value: ""</li><li><b>[param] -elev</b> <string> This group of parameters allows to manage elevation values. Supported formats are SRTM, DTED or any geotiff. DownloadSRTMTiles application could be a useful tool to list/download tiles related to a product.. Mandatory: True. Default Value: "0"</li><li><b>[param] -expr</b> <string> The feature formula (b1 < 0.3) where b1 is the standard name of input image first band. Mandatory: True. Default Value: ""</li><li><b>[param] -field</b> <string> The field name corresponding to the feature codename (NONDVI, ROADSA...). Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> The output vector data containing polylines with a new field. Mandatory: True. Default Value: ""</li><li><b>[param] -inxml</b> <string> Load otb application from xml file. Mandatory: False. Default Value: ""</li><li><b>[param] -outxml</b> <string> Save otb application to xml file. Mandatory: False. Default Value: ""</li></ul><h2>Limitations</h2>Since it does not rely on streaming process, take care of the size of input image before launching application.<h2>Authors</h2>OTB-Team<h2>See Also</h2> <h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in: NDVI.TIF</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">vd: roads_ground_truth.shp</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">expr: "(b1 > 0.4)"</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">field: NONDVI</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: PolylineFeatureFromImage_LI_NONDVI_gt.shp</p></li></ul></body></html>
|
@ -2,4 +2,4 @@
|
||||
<style type="text/css">
|
||||
dl { border: 3px double #ccc; padding: 0.5em; } dt { float: left; clear: left; text-align: left; font-weight: bold; color: green; } dt:after { content: ":"; } dd { margin: 0 0 0 220px; padding: 0 0 0.5em 0; }
|
||||
</style>
|
||||
</head><body><h1>ConcatenateImages</h1><h2>Brief Description</h2>Concatenate a list of images of the same size into a single multi-channel one.<h2>Tags</h2>Image Manipulation,Concatenation,Multi-channel<h2>Long Description</h2>This application performs images channels concatenation. It will walk the input image list (single or multi-channel) and generates a single multi-channel image. The channel order is the one of the list.<h2>Parameters</h2><ul><li><b>[param] -il</b> <string> The list of images to concatenate. Mandatory: True. Default Value: "0"</li><li><b>[param] -out</b> <string> The concatenated output image. Mandatory: True. Default Value: ""</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</li></ul><h2>Limitations</h2>All input images must have the same size.<h2>Authors</h2>OTB-Team<h2>See Also</h2>Rescale application, Convert<h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">il: GomaAvant.png GomaApres.png</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: otbConcatenateImages.tif</p></li></ul></body></html>
|
||||
</head><body><h1>ConcatenateImages</h1><h2>Brief Description</h2>Concatenate a list of images of the same size into a single multi-channel one.<h2>Tags</h2>Image Manipulation,Concatenation,Multi-channel<h2>Long Description</h2>This application performs images channels concatenation. It will walk the input image list (single or multi-channel) and generates a single multi-channel image. The channel order is the one of the list.<h2>Parameters</h2><ul><li><b>[param] -il</b> <string> The list of images to concatenate. Mandatory: True. Default Value: "0"</li><li><b>[param] -out</b> <string> The concatenated output image. Mandatory: True. Default Value: ""</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</li><li><b>[param] -inxml</b> <string> Load otb application from xml file. Mandatory: False. Default Value: ""</li><li><b>[param] -outxml</b> <string> Save otb application to xml file. Mandatory: False. Default Value: ""</li></ul><h2>Limitations</h2>All input images must have the same size.<h2>Authors</h2>OTB-Team<h2>See Also</h2>Rescale application, Convert<h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">il: GomaAvant.png GomaApres.png</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: otbConcatenateImages.tif</p></li></ul></body></html>
|
@ -2,4 +2,4 @@
|
||||
<style type="text/css">
|
||||
dl { border: 3px double #ccc; padding: 0.5em; } dt { float: left; clear: left; text-align: left; font-weight: bold; color: green; } dt:after { content: ":"; } dd { margin: 0 0 0 220px; padding: 0 0 0.5em 0; }
|
||||
</style>
|
||||
</head><body><h1>ConcatenateVectorData</h1><h2>Brief Description</h2>Concatenate VectorDatas<h2>Tags</h2>Vector Data Manipulation<h2>Long Description</h2>This application concatenates a list of VectorData to produce a unique VectorData as output.Note that the VectorDatas must be of the same type (Storing polygons only, lines only, or points only)<h2>Parameters</h2><ul><li><b>[param] -vd</b> <string> VectorData files to be concatenated in an unique VectorData. Mandatory: True. Default Value: "0"</li><li><b>[param] -out</b> <string> Output conctenated VectorData. Mandatory: True. Default Value: ""</li></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2> <h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">vd: ToulousePoints-examples.shp ToulouseRoad-examples.shp</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: ConcatenatedVectorData.shp</p></li></ul></body></html>
|
||||
</head><body><h1>ConcatenateVectorData</h1><h2>Brief Description</h2>Concatenate VectorDatas<h2>Tags</h2>Vector Data Manipulation<h2>Long Description</h2>This application concatenates a list of VectorData to produce a unique VectorData as output.Note that the VectorDatas must be of the same type (Storing polygons only, lines only, or points only)<h2>Parameters</h2><ul><li><b>[param] -vd</b> <string> VectorData files to be concatenated in an unique VectorData. Mandatory: True. Default Value: "0"</li><li><b>[param] -out</b> <string> Output conctenated VectorData. Mandatory: True. Default Value: ""</li><li><b>[param] -inxml</b> <string> Load otb application from xml file. Mandatory: False. Default Value: ""</li><li><b>[param] -outxml</b> <string> Save otb application to xml file. Mandatory: False. Default Value: ""</li></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2> <h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">vd: ToulousePoints-examples.shp ToulouseRoad-examples.shp</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: ConcatenatedVectorData.shp</p></li></ul></body></html>
|
@ -2,4 +2,4 @@
|
||||
<style type="text/css">
|
||||
dl { border: 3px double #ccc; padding: 0.5em; } dt { float: left; clear: left; text-align: left; font-weight: bold; color: green; } dt:after { content: ":"; } dd { margin: 0 0 0 220px; padding: 0 0 0.5em 0; }
|
||||
</style>
|
||||
</head><body><h1>ConnectedComponentSegmentation</h1><h2>Brief Description</h2>Connected component segmentation and object based image filtering of the input image according to user-defined criterions.<h2>Tags</h2>Image Analysis,Segmentation<h2>Long Description</h2>This application allows performing a masking, connected components segmentation and object based image filtering. First and optionally, a mask can be built based on user-defined criterions to select pixels of the image which will be segmented. Then a connected component segmentation is performed with a user defined criterion to decide whether two neighbouring pixels belong to the same segment or not. After this segmentation step, an object based image filtering is applied using another user-defined criterion reasoning on segment properties, like shape or radiometric attributes. Criterions are mathematical expressions analysed by the MuParser library (http://muparser.sourceforge.net/). For instance, expression "((b1>80) and intensity>95)" will merge two neighbouring pixel in a single segment if their intensity is more than 95 and their value in the first image band is more than 80. See parameters documentation for a list of available attributes. The output of the object based image filtering is vectorized and can be written in shapefile or KML format. If the input image is in raw geometry, resulting polygons will be transformed to WGS84 using sensor modelling before writing, to ensure consistency with GIS softwares. For this purpose, a Digital Elevation Model can be provided to the application. The whole processing is done on a per-tile basis for large images, so this application can handle images of arbitrary size.<h2>Parameters</h2><ul><li><b>[param] -in</b> <string> The image to segment.. Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> The segmentation shape.. Mandatory: True. Default Value: ""</li><li><b>[param] -mask</b> <string> Mask mathematical expression (only if support image is given). Mandatory: False. Default Value: ""</li><li><b>[param] -expr</b> <string> Formula used for connected component segmentation. Mandatory: True. Default Value: ""</li><li><b>[param] -minsize</b> <int32> Min object size (area in pixel). Mandatory: False. Default Value: "2"</li><li><b>[param] -obia</b> <string> OBIA mathematical expression. Mandatory: False. Default Value: ""</li><li><b>[param] -elev</b> <string> This group of parameters allows managing elevation values. Supported formats are SRTM, DTED or any geotiff processed by the DEM import application. Mandatory: True. Default Value: "0"</li></ul><h2>Limitations</h2>Due to the tiling scheme in case of large images, some segments can be arbitrarily split across multiple tiles.<h2>Authors</h2>OTB-Team<h2>See Also</h2> <h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in: ROI_QB_MUL_4.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">mask: "((b1>80)*intensity>95)"</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">expr: "distance<10"</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">minsize: 15</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">obia: "SHAPE_Elongation>8"</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: ConnectedComponentSegmentation.shp</p></li></ul></body></html>
|
||||
</head><body><h1>ConnectedComponentSegmentation</h1><h2>Brief Description</h2>Connected component segmentation and object based image filtering of the input image according to user-defined criterions.<h2>Tags</h2>Image Analysis,Segmentation<h2>Long Description</h2>This application allows to perform a masking, connected components segmentation and object based image filtering. First and optionally, a mask can be built based on user-defined criterions to select pixels of the image which will be segmented. Then a connected component segmentation is performed with a user defined criterion to decide whether two neighbouring pixels belong to the same segment or not. After this segmentation step, an object based image filtering is applied using another user-defined criterion reasoning on segment properties, like shape or radiometric attributes. Criterions are mathematical expressions analysed by the MuParser library (http://muparser.sourceforge.net/). For instance, expression "((b1>80) and intensity>95)" will merge two neighbouring pixel in a single segment if their intensity is more than 95 and their value in the first image band is more than 80. See parameters documentation for a list of available attributes. The output of the object based image filtering is vectorized and can be written in shapefile or KML format. If the input image is in raw geometry, resulting polygons will be transformed to WGS84 using sensor modelling before writing, to ensure consistency with GIS softwares. For this purpose, a Digital Elevation Model can be provided to the application. The whole processing is done on a per-tile basis for large images, so this application can handle images of arbitrary size.<h2>Parameters</h2><ul><li><b>[param] -in</b> <string> The image to segment.. Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> The segmentation shape.. Mandatory: True. Default Value: ""</li><li><b>[param] -mask</b> <string> Mask mathematical expression (only if support image is given). Mandatory: False. Default Value: ""</li><li><b>[param] -expr</b> <string> Formula used for connected component segmentation. Mandatory: True. Default Value: ""</li><li><b>[param] -minsize</b> <int32> Min object size (area in pixel). Mandatory: False. Default Value: "2"</li><li><b>[param] -obia</b> <string> OBIA mathematical expression. Mandatory: False. Default Value: ""</li><li><b>[param] -elev</b> <string> This group of parameters allows to manage elevation values. Supported formats are SRTM, DTED or any geotiff. DownloadSRTMTiles application could be a useful tool to list/download tiles related to a product.. Mandatory: True. Default Value: "0"</li><li><b>[param] -inxml</b> <string> Load otb application from xml file. Mandatory: False. Default Value: ""</li><li><b>[param] -outxml</b> <string> Save otb application to xml file. Mandatory: False. Default Value: ""</li></ul><h2>Limitations</h2>Due to the tiling scheme in case of large images, some segments can be arbitrarily split across multiple tiles.<h2>Authors</h2>OTB-Team<h2>See Also</h2> <h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in: ROI_QB_MUL_4.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">mask: "((b1>80)*intensity>95)"</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">expr: "distance<10"</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">minsize: 15</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">obia: "SHAPE_Elongation>8"</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: ConnectedComponentSegmentation.shp</p></li></ul></body></html>
|
@ -3,4 +3,4 @@
|
||||
dl { border: 3px double #ccc; padding: 0.5em; } dt { float: left; clear: left; text-align: left; font-weight: bold; color: green; } dt:after { content: ":"; } dd { margin: 0 0 0 220px; padding: 0 0 0.5em 0; }
|
||||
</style>
|
||||
</head><body><h1>Convert</h1><h2>Brief Description</h2>Convert an image to a different format, eventually rescaling the data and/or changing the pixel type.<h2>Tags</h2>Conversion,Image Dynamic,Image Manipulation<h2>Long Description</h2>This application performs an image pixel type conversion (short, ushort, uchar, int, uint, float and double types are handled). The output image is written in the specified format (ie. that corresponds to the given extension).
|
||||
The convertion can include a rescale using the image 2 percent minimum and maximum values. The rescale can be linear or log2.<h2>Parameters</h2><ul><li><b>[param] -in</b> <string> Input image. Mandatory: True. Default Value: ""</li><li><b>[param] -mask</b> <string> The masked pixels won't be used to adapt the dynamic (the mask must have the same dimensions as the input image). Mandatory: False. Default Value: ""</li><li><b>[param] -hcp</b> <string> Parameters to cut the histogram edges before rescaling. Mandatory: True. Default Value: "0"</li><li><b>[param] -out</b> <string> Output image. Mandatory: True. Default Value: ""</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</li><b>[choice] -type</b> Transfer function for the rescaling none,linear,log2. Mandatory: True. Default Value: "none"<ul><li><b>[group] -none</b></li><ul></ul><li><b>[group] -linear</b></li><ul></ul><li><b>[group] -log2</b></li><ul></ul></ul></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2>Rescale<h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in: QB_Toulouse_Ortho_XS.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: otbConvertWithScalingOutput.png uchar</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">type: linear</p></li></ul></body></html>
|
||||
The conversion can include a rescale using the image 2 percent minimum and maximum values. The rescale can be linear or log2.<h2>Parameters</h2><ul><li><b>[param] -in</b> <string> Input image. Mandatory: True. Default Value: ""</li><li><b>[param] -mask</b> <string> The masked pixels won't be used to adapt the dynamic (the mask must have the same dimensions as the input image). Mandatory: False. Default Value: ""</li><li><b>[param] -hcp</b> <string> Parameters to cut the histogram edges before rescaling. Mandatory: True. Default Value: "0"</li><li><b>[param] -out</b> <string> Output image. Mandatory: True. Default Value: ""</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</li><li><b>[param] -inxml</b> <string> Load otb application from xml file. Mandatory: False. Default Value: ""</li><li><b>[param] -outxml</b> <string> Save otb application to xml file. Mandatory: False. Default Value: ""</li><b>[choice] -type</b> Transfer function for the rescaling none,linear,log2. Mandatory: True. Default Value: "none"<ul><li><b>[group] -none</b></li><ul></ul><li><b>[group] -linear</b></li><ul><li><b>[param] -type.linear.gamma</b> <float> Gamma correction factor. Mandatory: False. Default Value: "1"</li></ul><li><b>[group] -log2</b></li><ul></ul></ul></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2>Rescale<h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in: QB_Toulouse_Ortho_XS.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: otbConvertWithScalingOutput.png uint8</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">type: linear</p></li></ul></body></html>
|
@ -2,4 +2,4 @@
|
||||
<style type="text/css">
|
||||
dl { border: 3px double #ccc; padding: 0.5em; } dt { float: left; clear: left; text-align: left; font-weight: bold; color: green; } dt:after { content: ":"; } dd { margin: 0 0 0 220px; padding: 0 0 0.5em 0; }
|
||||
</style>
|
||||
</head><body><h1>ConvertCartoToGeoPoint</h1><h2>Brief Description</h2>Convert cartographic coordinates to geographic one.<h2>Tags</h2>Coordinates,Geometry<h2>Long Description</h2>This application computes the geographic coordinates from a cartographic one. User has to give the X and Y coordinate and the cartographic projection (UTM/LAMBERT/LAMBERT2/LAMBERT93/SINUS/ECKERT4/TRANSMERCATOR/MOLLWEID/SVY21).<h2>Parameters</h2><ul><li><b>[param] -carto</b> <string> . Mandatory: True. Default Value: "0"</li><li><b>[param] -long</b> <float> Point longitude coordinates.. Mandatory: True. Default Value: "0.0"</li><li><b>[param] -lat</b> <float> Point latitude coordinates.. Mandatory: True. Default Value: "0.0"</li><b>[choice] -mapproj</b> Parameters of the output map projection to be used. utm,lambert2,lambert93,wgs,epsg. Mandatory: True. Default Value: "utm"<ul><li><b>[group] -utm</b></li><ul><li><b>[param] -mapproj.utm.zone</b> <int32> The zone number ranges from 1 to 60 and allows defining the transverse mercator projection (along with the hemisphere). Mandatory: True. Default Value: "31"</li><li><b>[param] -mapproj.utm.northhem</b> <boolean> 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.. Mandatory: False. Default Value: "True"</li></ul><li><b>[group] -lambert2</b></li><ul></ul><li><b>[group] -lambert93</b></li><ul></ul><li><b>[group] -wgs</b></li><ul></ul><li><b>[group] -epsg</b></li><ul><li><b>[param] -mapproj.epsg.code</b> <int32> See www.spatialreference.org to find which EPSG code is associated to your projection. Mandatory: True. Default Value: "4326"</li></ul></ul></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2> <h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">carto.x: 367074.625</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">carto.y: 4835740</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">mapproj: utm</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">mapproj.utm.northhem: true</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">mapproj.utm.zone: 31</p></li></ul></body></html>
|
||||
</head><body><h1>ConvertCartoToGeoPoint</h1><h2>Brief Description</h2>Convert cartographic coordinates to geographic one.<h2>Tags</h2>Coordinates,Geometry<h2>Long Description</h2>This application computes the geographic coordinates from a cartographic one. User has to give the X and Y coordinate and the cartographic projection (UTM/LAMBERT/LAMBERT2/LAMBERT93/SINUS/ECKERT4/TRANSMERCATOR/MOLLWEID/SVY21).<h2>Parameters</h2><ul><li><b>[param] -carto</b> <string> . Mandatory: True. Default Value: "0"</li><li><b>[param] -long</b> <float> Point longitude coordinates.. Mandatory: True. Default Value: "0.0"</li><li><b>[param] -lat</b> <float> Point latitude coordinates.. Mandatory: True. Default Value: "0.0"</li><li><b>[param] -inxml</b> <string> Load otb application from xml file. Mandatory: False. Default Value: ""</li><li><b>[param] -outxml</b> <string> Save otb application to xml file. Mandatory: False. Default Value: ""</li><b>[choice] -mapproj</b> Parameters of the output map projection to be used. utm,lambert2,lambert93,wgs,epsg. Mandatory: True. Default Value: "utm"<ul><li><b>[group] -utm</b></li><ul><li><b>[param] -mapproj.utm.zone</b> <int32> The zone number ranges from 1 to 60 and allows to define the transverse mercator projection (along with the hemisphere). Mandatory: True. Default Value: "31"</li><li><b>[param] -mapproj.utm.northhem</b> <boolean> 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.. Mandatory: False. Default Value: "True"</li></ul><li><b>[group] -lambert2</b></li><ul></ul><li><b>[group] -lambert93</b></li><ul></ul><li><b>[group] -wgs</b></li><ul></ul><li><b>[group] -epsg</b></li><ul><li><b>[param] -mapproj.epsg.code</b> <int32> See www.spatialreference.org to find which EPSG code is associated to your projection. Mandatory: True. Default Value: "4326"</li></ul></ul></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2> <h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">carto.x: 367074.625</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">carto.y: 4835740</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">mapproj: utm</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">mapproj.utm.northhem: true</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">mapproj.utm.zone: 31</p></li></ul></body></html>
|
@ -2,4 +2,4 @@
|
||||
<style type="text/css">
|
||||
dl { border: 3px double #ccc; padding: 0.5em; } dt { float: left; clear: left; text-align: left; font-weight: bold; color: green; } dt:after { content: ":"; } dd { margin: 0 0 0 220px; padding: 0 0 0.5em 0; }
|
||||
</style>
|
||||
</head><body><h1>ConvertSensorToGeoPoint</h1><h2>Brief Description</h2>Sensor to geographic coordinates conversion.<h2>Tags</h2>Geometry<h2>Long Description</h2>This Application converts a sensor point of an input image to a geographic point using the Forward Sensor Model of the input image.<h2>Parameters</h2><ul><li><b>[param] -in</b> <string> Input sensor image.. Mandatory: True. Default Value: ""</li><li><b>[param] -input</b> <string> . Mandatory: True. Default Value: "0"</li><li><b>[param] -output</b> <string> . Mandatory: True. Default Value: "0"</li></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2>ConvertCartoToGeoPoint application, otbObtainUTMZoneFromGeoPoint<h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in: QB_TOULOUSE_MUL_Extract_500_500.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">input.idx: 200</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">input.idy: 200</p></li></ul></body></html>
|
||||
</head><body><h1>ConvertSensorToGeoPoint</h1><h2>Brief Description</h2>Sensor to geographic coordinates conversion.<h2>Tags</h2>Geometry<h2>Long Description</h2>This Application converts a sensor point of an input image to a geographic point using the Forward Sensor Model of the input image.<h2>Parameters</h2><ul><li><b>[param] -in</b> <string> Input sensor image.. Mandatory: True. Default Value: ""</li><li><b>[param] -input</b> <string> . Mandatory: True. Default Value: "0"</li><li><b>[param] -output</b> <string> . Mandatory: True. Default Value: "0"</li><li><b>[param] -inxml</b> <string> Load otb application from xml file. Mandatory: False. Default Value: ""</li><li><b>[param] -outxml</b> <string> Save otb application to xml file. Mandatory: False. Default Value: ""</li></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2>ConvertCartoToGeoPoint application, otbObtainUTMZoneFromGeoPoint<h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in: QB_TOULOUSE_MUL_Extract_500_500.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">input.idx: 200</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">input.idy: 200</p></li></ul></body></html>
|
@ -1 +1,5 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//ENhttp://www.w3.org/TR/REC-html40/strict.dtd"><html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"></style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"><p align="center" style=" margin-top:16px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:x-large; font-weight:600;"><span style=" font-size:x-large;">DEM Convert Application</span></p><p style=" margin-top:14px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:large; font-weight:600;"><span style=" font-size:large;">Brief Description</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Convert a DEM file into a general raster </p><p style=" margin-top:14px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:large; font-weight:600;"><span style=" font-size:large;">Tags</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Image manipulation</p><p style=" margin-top:14px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:large; font-weight:600;"><span style=" font-size:large;">Long Description</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This application convert a DEM file into a general raster (.ras, .geom and .omd). To be used, those files have to be in a stand alone directory</p><p style=" margin-top:14px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:large; font-weight:600;"><span style=" font-size:large;">Parameters</span></p><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New, courier'; font-weight:600;"; >[param] Input Image (-in): </span>Input image to filter.</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Courier New, courier'; font-weight:600;"; >[param] Output prefix (-out): </span>will be used to get the prefix of the images to write. The files - Output.geom, Output.omd and Output.ras - will be generated</p></li></ul><p style=" margin-top:14px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:large; font-weight:600;"><span style=" font-size:large;">Limitations</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">None</p><p style=" margin-top:14px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:large; font-weight:600;"><span style=" font-size:large;">Authors</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">OTB-Team</p><p style=" margin-top:14px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:large; font-weight:600;"><span style=" font-size:large;">See also</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> </p><p style=" margin-top:14px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:large; font-weight:600;"><span style=" font-size:large;">Example of use</span></p><ul><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><li>Parameters to set value:</li></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Input Image: QB_MUL_ROI_1000_100.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Output prefix: outputDEM.any</p></li></ul></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><li>Command line to execute:</li></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Courier New, courier';">otbcli_DEMConvert -in QB_MUL_ROI_1000_100.tif -out outputDEM.any</p></ul></body></html>
|
||||
<html><head>
|
||||
<style type="text/css">
|
||||
dl { border: 3px double #ccc; padding: 0.5em; } dt { float: left; clear: left; text-align: left; font-weight: bold; color: green; } dt:after { content: ":"; } dd { margin: 0 0 0 220px; padding: 0 0 0.5em 0; }
|
||||
</style>
|
||||
</head><body><h1>DEMConvert</h1><h2>Brief Description</h2>Converts a geo-referenced DEM image into a general raster file compatible with OTB DEM handling.<h2>Tags</h2>Image Manipulation<h2>Long Description</h2>In order to be understood by the Orfeo ToolBox and the underlying OSSIM library, a geo-referenced Digital Elevation Model image can be converted into a general raster image, which consists in 3 files with the following extensions: .ras, .geom and .omd. Once converted, you have to place these files in a separate directory, and you can then use this directory to set the "DEM Directory" parameter of a DEM based OTB application or filter.<h2>Parameters</h2><ul><li><b>[param] -in</b> <string> Input geo-referenced DEM to convert to general raster format.. Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> will be used to get the prefix (name withtout extensions) of the files to write. Three files - prefix.geom, prefix.omd and prefix.ras - will be generated.. Mandatory: True. Default Value: ""</li><li><b>[param] -inxml</b> <string> Load otb application from xml file. Mandatory: False. Default Value: ""</li><li><b>[param] -outxml</b> <string> Save otb application to xml file. Mandatory: False. Default Value: ""</li></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2> <h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in: QB_Toulouse_Ortho_Elev.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: outputDEM</p></li></ul></body></html>
|
@ -2,4 +2,4 @@
|
||||
<style type="text/css">
|
||||
dl { border: 3px double #ccc; padding: 0.5em; } dt { float: left; clear: left; text-align: left; font-weight: bold; color: green; } dt:after { content: ":"; } dd { margin: 0 0 0 220px; padding: 0 0 0.5em 0; }
|
||||
</style>
|
||||
</head><body><h1>DSFuzzyModelEstimation</h1><h2>Brief Description</h2>Estimate feature fuzzy model parameters using 2 vector data (ground truth samples and wrong samples).<h2>Tags</h2>Feature Extraction<h2>Long Description</h2>Estimate feature fuzzy model parameters using 2 vector data (ground truth samples and wrong samples).<h2>Parameters</h2><ul><li><b>[param] -psin</b> <string> Ground truth vector data for positive samples. Mandatory: True. Default Value: ""</li><li><b>[param] -nsin</b> <string> Ground truth vector data for negative samples. Mandatory: True. Default Value: ""</li><li><b>[param] -belsup</b> <string> Dempster Shafer study hypothesis to compute belief. Mandatory: True. Default Value: ""</li><li><b>[param] -plasup</b> <string> Dempster Shafer study hypothesis to compute plausibility. Mandatory: True. Default Value: ""</li><li><b>[param] -cri</b> <string> Dempster Shafer criterion (by default (belief+plausibility)/2). Mandatory: False. Default Value: "((Belief + Plausibility)/2.)"</li><li><b>[param] -wgt</b> <float> Coefficient between 0 and 1 to promote undetection or false detections (default 0.5). Mandatory: False. Default Value: "0.5"</li><li><b>[param] -initmod</b> <string> 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). Mandatory: False. Default Value: ""</li><li><b>[param] -desclist</b> <string> List of the descriptors to be used in the model (must be specified to perform an automatic initialization). Mandatory: False. Default Value: ""</li><li><b>[param] -maxnbit</b> <int32> Maximum number of optimizer iteration (default 200). Mandatory: False. Default Value: "200"</li><li><b>[param] -optobs</b> <boolean> Activate the optimizer observer. Mandatory: False. Default Value: "True"</li><li><b>[param] -out</b> <string> Output model file name (xml file) contains the optimal model to perform information fusion.. Mandatory: True. Default Value: ""</li></ul><h2>Limitations</h2>None.<h2>Authors</h2>OTB-Team<h2>See Also</h2> <h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">psin: cdbTvComputePolylineFeatureFromImage_LI_NOBUIL_gt.shp</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">nsin: cdbTvComputePolylineFeatureFromImage_LI_NOBUIL_wr.shp</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">belsup: "ROADSA"</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">plasup: "NONDVI" "ROADSA" "NOBUIL"</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">initmod: Dempster-Shafer/DSFuzzyModel_Init.xml</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">maxnbit: 4</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">optobs: true</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: DSFuzzyModelEstimation.xml</p></li></ul></body></html>
|
||||
</head><body><h1>DSFuzzyModelEstimation</h1><h2>Brief Description</h2>Estimate feature fuzzy model parameters using 2 vector data (ground truth samples and wrong samples).<h2>Tags</h2>Feature Extraction<h2>Long Description</h2>Estimate feature fuzzy model parameters using 2 vector data (ground truth samples and wrong samples).<h2>Parameters</h2><ul><li><b>[param] -psin</b> <string> Ground truth vector data for positive samples. Mandatory: True. Default Value: ""</li><li><b>[param] -nsin</b> <string> Ground truth vector data for negative samples. Mandatory: True. Default Value: ""</li><li><b>[param] -belsup</b> <string> Dempster Shafer study hypothesis to compute belief. Mandatory: True. Default Value: ""</li><li><b>[param] -plasup</b> <string> Dempster Shafer study hypothesis to compute plausibility. Mandatory: True. Default Value: ""</li><li><b>[param] -cri</b> <string> Dempster Shafer criterion (by default (belief+plausibility)/2). Mandatory: False. Default Value: "((Belief + Plausibility)/2.)"</li><li><b>[param] -wgt</b> <float> Coefficient between 0 and 1 to promote undetection or false detections (default 0.5). Mandatory: False. Default Value: "0.5"</li><li><b>[param] -initmod</b> <string> 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). Mandatory: False. Default Value: ""</li><li><b>[param] -desclist</b> <string> List of the descriptors to be used in the model (must be specified to perform an automatic initialization). Mandatory: False. Default Value: ""</li><li><b>[param] -maxnbit</b> <int32> Maximum number of optimizer iteration (default 200). Mandatory: False. Default Value: "200"</li><li><b>[param] -optobs</b> <boolean> Activate the optimizer observer. Mandatory: False. Default Value: "True"</li><li><b>[param] -out</b> <string> Output model file name (xml file) contains the optimal model to perform informations fusion.. Mandatory: True. Default Value: ""</li><li><b>[param] -inxml</b> <string> Load otb application from xml file. Mandatory: False. Default Value: ""</li><li><b>[param] -outxml</b> <string> Save otb application to xml file. Mandatory: False. Default Value: ""</li></ul><h2>Limitations</h2>None.<h2>Authors</h2>OTB-Team<h2>See Also</h2> <h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">psin: cdbTvComputePolylineFeatureFromImage_LI_NOBUIL_gt.shp</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">nsin: cdbTvComputePolylineFeatureFromImage_LI_NOBUIL_wr.shp</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">belsup: "ROADSA"</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">plasup: "NONDVI" "ROADSA" "NOBUIL"</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">initmod: Dempster-Shafer/DSFuzzyModel_Init.xml</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">maxnbit: 4</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">optobs: true</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: DSFuzzyModelEstimation.xml</p></li></ul></body></html>
|
@ -0,0 +1,5 @@
|
||||
<html><head>
|
||||
<style type="text/css">
|
||||
dl { border: 3px double #ccc; padding: 0.5em; } dt { float: left; clear: left; text-align: left; font-weight: bold; color: green; } dt:after { content: ":"; } dd { margin: 0 0 0 220px; padding: 0 0 0.5em 0; }
|
||||
</style>
|
||||
</head><body><h1>Despeckle</h1><h2>Brief Description</h2>Perform speckle noise reduction on SAR image.<h2>Tags</h2>SAR,Image Filtering<h2>Long Description</h2>This application reduce speckle noise. Two methods are available: Lee and Frost.<h2>Parameters</h2><ul><li><b>[param] -in</b> <string> Input image.. Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> Output image.. Mandatory: True. Default Value: ""</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</li><li><b>[param] -inxml</b> <string> Load otb application from xml file. Mandatory: False. Default Value: ""</li><li><b>[param] -outxml</b> <string> Save otb application to xml file. Mandatory: False. Default Value: ""</li><b>[choice] -filter</b> lee,frost. Mandatory: True. Default Value: "lee"<ul><li><b>[group] -lee</b></li><ul><li><b>[param] -filter.lee.rad</b> <int32> Radius for lee filter. Mandatory: True. Default Value: "1"</li><li><b>[param] -filter.lee.nblooks</b> <float> Nb looks for lee filter. Mandatory: True. Default Value: "1"</li></ul><li><b>[group] -frost</b></li><ul><li><b>[param] -filter.frost.rad</b> <int32> Radius for frost filter. Mandatory: True. Default Value: "1"</li><li><b>[param] -filter.frost.deramp</b> <float> Decrease factor declaration. Mandatory: True. Default Value: "0.1"</li></ul></ul></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2> <h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in: sar.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">filter: lee</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">filter.lee.rad: 5</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: despeckle.tif</p></li></ul></body></html>
|
@ -0,0 +1,5 @@
|
||||
<html><head>
|
||||
<style type="text/css">
|
||||
dl { border: 3px double #ccc; padding: 0.5em; } dt { float: left; clear: left; text-align: left; font-weight: bold; color: green; } dt:after { content: ":"; } dd { margin: 0 0 0 220px; padding: 0 0 0.5em 0; }
|
||||
</style>
|
||||
</head><body><h1>Despeckle</h1><h2>Brief Description</h2>Perform speckle noise reduction on SAR image.<h2>Tags</h2>SAR,Image Filtering<h2>Long Description</h2>This application reduce speckle noise. Two methods are available: Lee and Frost.<h2>Parameters</h2><ul><li><b>[param] -in</b> <string> Input image.. Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> Output image.. Mandatory: True. Default Value: ""</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</li><li><b>[param] -inxml</b> <string> Load otb application from xml file. Mandatory: False. Default Value: ""</li><li><b>[param] -outxml</b> <string> Save otb application to xml file. Mandatory: False. Default Value: ""</li><b>[choice] -filter</b> lee,frost. Mandatory: True. Default Value: "lee"<ul><li><b>[group] -lee</b></li><ul><li><b>[param] -filter.lee.rad</b> <int32> Radius for lee filter. Mandatory: True. Default Value: "1"</li><li><b>[param] -filter.lee.nblooks</b> <float> Nb looks for lee filter. Mandatory: True. Default Value: "1"</li></ul><li><b>[group] -frost</b></li><ul><li><b>[param] -filter.frost.rad</b> <int32> Radius for frost filter. Mandatory: True. Default Value: "1"</li><li><b>[param] -filter.frost.deramp</b> <float> Decrease factor declaration. Mandatory: True. Default Value: "0.1"</li></ul></ul></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2> <h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in: sar.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">filter: lee</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">filter.lee.rad: 5</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: despeckle.tif</p></li></ul></body></html>
|
@ -0,0 +1,5 @@
|
||||
<html><head>
|
||||
<style type="text/css">
|
||||
dl { border: 3px double #ccc; padding: 0.5em; } dt { float: left; clear: left; text-align: left; font-weight: bold; color: green; } dt:after { content: ":"; } dd { margin: 0 0 0 220px; padding: 0 0 0.5em 0; }
|
||||
</style>
|
||||
</head><body><h1>Despeckle</h1><h2>Brief Description</h2>Perform speckle noise reduction on SAR image.<h2>Tags</h2>SAR,Image Filtering<h2>Long Description</h2>This application reduce speckle noise. Two methods are available: Lee and Frost.<h2>Parameters</h2><ul><li><b>[param] -in</b> <string> Input image.. Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> Output image.. Mandatory: True. Default Value: ""</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</li><li><b>[param] -inxml</b> <string> Load otb application from xml file. Mandatory: False. Default Value: ""</li><li><b>[param] -outxml</b> <string> Save otb application to xml file. Mandatory: False. Default Value: ""</li><b>[choice] -filter</b> lee,frost. Mandatory: True. Default Value: "lee"<ul><li><b>[group] -lee</b></li><ul><li><b>[param] -filter.lee.rad</b> <int32> Radius for lee filter. Mandatory: True. Default Value: "1"</li><li><b>[param] -filter.lee.nblooks</b> <float> Nb looks for lee filter. Mandatory: True. Default Value: "1"</li></ul><li><b>[group] -frost</b></li><ul><li><b>[param] -filter.frost.rad</b> <int32> Radius for frost filter. Mandatory: True. Default Value: "1"</li><li><b>[param] -filter.frost.deramp</b> <float> Decrease factor declaration. Mandatory: True. Default Value: "0.1"</li></ul></ul></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2> <h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in: sar.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">filter: lee</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">filter.lee.rad: 5</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: despeckle.tif</p></li></ul></body></html>
|
@ -2,4 +2,4 @@
|
||||
<style type="text/css">
|
||||
dl { border: 3px double #ccc; padding: 0.5em; } dt { float: left; clear: left; text-align: left; font-weight: bold; color: green; } dt:after { content: ":"; } dd { margin: 0 0 0 220px; padding: 0 0 0.5em 0; }
|
||||
</style>
|
||||
</head><body><h1>DimensionalityReduction</h1><h2>Brief Description</h2>Perform Dimension reduction of the input image.<h2>Tags</h2>Dimensionality Reduction,Image Filtering<h2>Long Description</h2>Performs dimensionality reduction on input image. PCA,NA-PCA,MAF,ICA methods are available.<h2>Parameters</h2><ul><li><b>[param] -in</b> <string> The input image to apply dimensionality reduction.. Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> output image. Components are ordered by decreasing eigenvalues.. Mandatory: True. Default Value: ""</li><li><b>[param] -rescale</b> <string> . Mandatory: False. Default Value: "0"</li><li><b>[param] -outinv</b> <string> reconstruct output image.. Mandatory: False. Default Value: ""</li><li><b>[param] -nbcomp</b> <int32> Number of relevant components kept. By default all components are kept.. Mandatory: False. Default Value: "0"</li><li><b>[param] -normalize</b> <boolean> center AND reduce data before Dimensionality reduction.. Mandatory: False. Default Value: "True"</li><b>[choice] -method</b> Selection of the reduction dimension method. pca,napca,maf,ica. Mandatory: True. Default Value: "pca"<ul><li><b>[group] -pca</b></li><ul></ul><li><b>[group] -napca</b></li><ul><li><b>[param] -method.napca.radiusx</b> <int32> . Mandatory: True. Default Value: "1"</li><li><b>[param] -method.napca.radiusy</b> <int32> . Mandatory: True. Default Value: "1"</li></ul><li><b>[group] -maf</b></li><ul></ul><li><b>[group] -ica</b></li><ul><li><b>[param] -method.ica.iter</b> <int32> . Mandatory: False. Default Value: "20"</li><li><b>[param] -method.ica.mu</b> <float> . Mandatory: False. Default Value: "1"</li></ul></ul></ul><h2>Limitations</h2>Though the inverse transform can be computed, this application only provides the forward transform for now.<h2>Authors</h2>OTB-Team<h2>See Also</h2>"Kernel maximum autocorrelation factor and minimum noise fraction transformations," IEEE Transactions on Image Processing, vol. 20, no. 3, pp. 612-624, (2011)<h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in: cupriteSubHsi.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: FilterOutput.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">method: pca</p></li></ul></body></html>
|
||||
</head><body><h1>DimensionalityReduction</h1><h2>Brief Description</h2>Perform Dimension reduction of the input image.<h2>Tags</h2>Dimensionality Reduction,Image Filtering<h2>Long Description</h2>Performs dimensionality reduction on input image. PCA,NA-PCA,MAF,ICA methods are available. It is also possible to compute the inverse transform to reconstruct the image. It is also possible to optionnaly export the transformation matrix to a text file.<h2>Parameters</h2><ul><li><b>[param] -in</b> <string> The input image to apply dimensionality reduction.. Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> output image. Components are ordered by decreasing eigenvalues.. Mandatory: True. Default Value: ""</li><li><b>[param] -rescale</b> <string> . Mandatory: False. Default Value: "0"</li><li><b>[param] -outinv</b> <string> reconstruct output image.. Mandatory: False. Default Value: ""</li><li><b>[param] -nbcomp</b> <int32> Number of relevant components kept. By default all components are kept.. Mandatory: False. Default Value: "0"</li><li><b>[param] -normalize</b> <boolean> center AND reduce data before Dimensionality reduction.. Mandatory: False. Default Value: "True"</li><li><b>[param] -outmatrix</b> <string> Filename to store the transformation matrix (csv format). Mandatory: False. Default Value: ""</li><li><b>[param] -inxml</b> <string> Load otb application from xml file. Mandatory: False. Default Value: ""</li><li><b>[param] -outxml</b> <string> Save otb application to xml file. Mandatory: False. Default Value: ""</li><b>[choice] -method</b> Selection of the reduction dimension method. pca,napca,maf,ica. Mandatory: True. Default Value: "pca"<ul><li><b>[group] -pca</b></li><ul></ul><li><b>[group] -napca</b></li><ul><li><b>[param] -method.napca.radiusx</b> <int32> . Mandatory: True. Default Value: "1"</li><li><b>[param] -method.napca.radiusy</b> <int32> . Mandatory: True. Default Value: "1"</li></ul><li><b>[group] -maf</b></li><ul></ul><li><b>[group] -ica</b></li><ul><li><b>[param] -method.ica.iter</b> <int32> . Mandatory: False. Default Value: "20"</li><li><b>[param] -method.ica.mu</b> <float> . Mandatory: False. Default Value: "1"</li></ul></ul></ul><h2>Limitations</h2>This application does not provide the inverse transform and the transformation matrix export for the MAF.<h2>Authors</h2>OTB-Team<h2>See Also</h2>"Kernel maximum autocorrelation factor and minimum noise fraction transformations," IEEE Transactions on Image Processing, vol. 20, no. 3, pp. 612-624, (2011)<h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in: cupriteSubHsi.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: FilterOutput.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">method: pca</p></li></ul></body></html>
|
@ -2,4 +2,4 @@
|
||||
<style type="text/css">
|
||||
dl { border: 3px double #ccc; padding: 0.5em; } dt { float: left; clear: left; text-align: left; font-weight: bold; color: green; } dt:after { content: ":"; } dd { margin: 0 0 0 220px; padding: 0 0 0.5em 0; }
|
||||
</style>
|
||||
</head><body><h1>DimensionalityReduction</h1><h2>Brief Description</h2>Perform Dimension reduction of the input image.<h2>Tags</h2>Dimensionality Reduction,Image Filtering<h2>Long Description</h2>Performs dimensionality reduction on input image. PCA,NA-PCA,MAF,ICA methods are available.<h2>Parameters</h2><ul><li><b>[param] -in</b> <string> The input image to apply dimensionality reduction.. Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> output image. Components are ordered by decreasing eigenvalues.. Mandatory: True. Default Value: ""</li><li><b>[param] -rescale</b> <string> . Mandatory: False. Default Value: "0"</li><li><b>[param] -outinv</b> <string> reconstruct output image.. Mandatory: False. Default Value: ""</li><li><b>[param] -nbcomp</b> <int32> Number of relevant components kept. By default all components are kept.. Mandatory: False. Default Value: "0"</li><li><b>[param] -normalize</b> <boolean> center AND reduce data before Dimensionality reduction.. Mandatory: False. Default Value: "True"</li><b>[choice] -method</b> Selection of the reduction dimension method. pca,napca,maf,ica. Mandatory: True. Default Value: "pca"<ul><li><b>[group] -pca</b></li><ul></ul><li><b>[group] -napca</b></li><ul><li><b>[param] -method.napca.radiusx</b> <int32> . Mandatory: True. Default Value: "1"</li><li><b>[param] -method.napca.radiusy</b> <int32> . Mandatory: True. Default Value: "1"</li></ul><li><b>[group] -maf</b></li><ul></ul><li><b>[group] -ica</b></li><ul><li><b>[param] -method.ica.iter</b> <int32> . Mandatory: False. Default Value: "20"</li><li><b>[param] -method.ica.mu</b> <float> . Mandatory: False. Default Value: "1"</li></ul></ul></ul><h2>Limitations</h2>Though the inverse transform can be computed, this application only provides the forward transform for now.<h2>Authors</h2>OTB-Team<h2>See Also</h2>"Kernel maximum autocorrelation factor and minimum noise fraction transformations," IEEE Transactions on Image Processing, vol. 20, no. 3, pp. 612-624, (2011)<h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in: cupriteSubHsi.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: FilterOutput.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">method: pca</p></li></ul></body></html>
|
||||
</head><body><h1>DimensionalityReduction</h1><h2>Brief Description</h2>Perform Dimension reduction of the input image.<h2>Tags</h2>Dimensionality Reduction,Image Filtering<h2>Long Description</h2>Performs dimensionality reduction on input image. PCA,NA-PCA,MAF,ICA methods are available. It is also possible to compute the inverse transform to reconstruct the image. It is also possible to optionnaly export the transformation matrix to a text file.<h2>Parameters</h2><ul><li><b>[param] -in</b> <string> The input image to apply dimensionality reduction.. Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> output image. Components are ordered by decreasing eigenvalues.. Mandatory: True. Default Value: ""</li><li><b>[param] -rescale</b> <string> . Mandatory: False. Default Value: "0"</li><li><b>[param] -outinv</b> <string> reconstruct output image.. Mandatory: False. Default Value: ""</li><li><b>[param] -nbcomp</b> <int32> Number of relevant components kept. By default all components are kept.. Mandatory: False. Default Value: "0"</li><li><b>[param] -normalize</b> <boolean> center AND reduce data before Dimensionality reduction.. Mandatory: False. Default Value: "True"</li><li><b>[param] -outmatrix</b> <string> Filename to store the transformation matrix (csv format). Mandatory: False. Default Value: ""</li><li><b>[param] -inxml</b> <string> Load otb application from xml file. Mandatory: False. Default Value: ""</li><li><b>[param] -outxml</b> <string> Save otb application to xml file. Mandatory: False. Default Value: ""</li><b>[choice] -method</b> Selection of the reduction dimension method. pca,napca,maf,ica. Mandatory: True. Default Value: "pca"<ul><li><b>[group] -pca</b></li><ul></ul><li><b>[group] -napca</b></li><ul><li><b>[param] -method.napca.radiusx</b> <int32> . Mandatory: True. Default Value: "1"</li><li><b>[param] -method.napca.radiusy</b> <int32> . Mandatory: True. Default Value: "1"</li></ul><li><b>[group] -maf</b></li><ul></ul><li><b>[group] -ica</b></li><ul><li><b>[param] -method.ica.iter</b> <int32> . Mandatory: False. Default Value: "20"</li><li><b>[param] -method.ica.mu</b> <float> . Mandatory: False. Default Value: "1"</li></ul></ul></ul><h2>Limitations</h2>This application does not provide the inverse transform and the transformation matrix export for the MAF.<h2>Authors</h2>OTB-Team<h2>See Also</h2>"Kernel maximum autocorrelation factor and minimum noise fraction transformations," IEEE Transactions on Image Processing, vol. 20, no. 3, pp. 612-624, (2011)<h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in: cupriteSubHsi.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: FilterOutput.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">method: pca</p></li></ul></body></html>
|
@ -2,4 +2,4 @@
|
||||
<style type="text/css">
|
||||
dl { border: 3px double #ccc; padding: 0.5em; } dt { float: left; clear: left; text-align: left; font-weight: bold; color: green; } dt:after { content: ":"; } dd { margin: 0 0 0 220px; padding: 0 0 0.5em 0; }
|
||||
</style>
|
||||
</head><body><h1>DimensionalityReduction</h1><h2>Brief Description</h2>Perform Dimension reduction of the input image.<h2>Tags</h2>Dimensionality Reduction,Image Filtering<h2>Long Description</h2>Performs dimensionality reduction on input image. PCA,NA-PCA,MAF,ICA methods are available.<h2>Parameters</h2><ul><li><b>[param] -in</b> <string> The input image to apply dimensionality reduction.. Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> output image. Components are ordered by decreasing eigenvalues.. Mandatory: True. Default Value: ""</li><li><b>[param] -rescale</b> <string> . Mandatory: False. Default Value: "0"</li><li><b>[param] -outinv</b> <string> reconstruct output image.. Mandatory: False. Default Value: ""</li><li><b>[param] -nbcomp</b> <int32> Number of relevant components kept. By default all components are kept.. Mandatory: False. Default Value: "0"</li><li><b>[param] -normalize</b> <boolean> center AND reduce data before Dimensionality reduction.. Mandatory: False. Default Value: "True"</li><b>[choice] -method</b> Selection of the reduction dimension method. pca,napca,maf,ica. Mandatory: True. Default Value: "pca"<ul><li><b>[group] -pca</b></li><ul></ul><li><b>[group] -napca</b></li><ul><li><b>[param] -method.napca.radiusx</b> <int32> . Mandatory: True. Default Value: "1"</li><li><b>[param] -method.napca.radiusy</b> <int32> . Mandatory: True. Default Value: "1"</li></ul><li><b>[group] -maf</b></li><ul></ul><li><b>[group] -ica</b></li><ul><li><b>[param] -method.ica.iter</b> <int32> . Mandatory: False. Default Value: "20"</li><li><b>[param] -method.ica.mu</b> <float> . Mandatory: False. Default Value: "1"</li></ul></ul></ul><h2>Limitations</h2>Though the inverse transform can be computed, this application only provides the forward transform for now.<h2>Authors</h2>OTB-Team<h2>See Also</h2>"Kernel maximum autocorrelation factor and minimum noise fraction transformations," IEEE Transactions on Image Processing, vol. 20, no. 3, pp. 612-624, (2011)<h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in: cupriteSubHsi.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: FilterOutput.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">method: pca</p></li></ul></body></html>
|
||||
</head><body><h1>DimensionalityReduction</h1><h2>Brief Description</h2>Perform Dimension reduction of the input image.<h2>Tags</h2>Dimensionality Reduction,Image Filtering<h2>Long Description</h2>Performs dimensionality reduction on input image. PCA,NA-PCA,MAF,ICA methods are available. It is also possible to compute the inverse transform to reconstruct the image. It is also possible to optionnaly export the transformation matrix to a text file.<h2>Parameters</h2><ul><li><b>[param] -in</b> <string> The input image to apply dimensionality reduction.. Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> output image. Components are ordered by decreasing eigenvalues.. Mandatory: True. Default Value: ""</li><li><b>[param] -rescale</b> <string> . Mandatory: False. Default Value: "0"</li><li><b>[param] -outinv</b> <string> reconstruct output image.. Mandatory: False. Default Value: ""</li><li><b>[param] -nbcomp</b> <int32> Number of relevant components kept. By default all components are kept.. Mandatory: False. Default Value: "0"</li><li><b>[param] -normalize</b> <boolean> center AND reduce data before Dimensionality reduction.. Mandatory: False. Default Value: "True"</li><li><b>[param] -outmatrix</b> <string> Filename to store the transformation matrix (csv format). Mandatory: False. Default Value: ""</li><li><b>[param] -inxml</b> <string> Load otb application from xml file. Mandatory: False. Default Value: ""</li><li><b>[param] -outxml</b> <string> Save otb application to xml file. Mandatory: False. Default Value: ""</li><b>[choice] -method</b> Selection of the reduction dimension method. pca,napca,maf,ica. Mandatory: True. Default Value: "pca"<ul><li><b>[group] -pca</b></li><ul></ul><li><b>[group] -napca</b></li><ul><li><b>[param] -method.napca.radiusx</b> <int32> . Mandatory: True. Default Value: "1"</li><li><b>[param] -method.napca.radiusy</b> <int32> . Mandatory: True. Default Value: "1"</li></ul><li><b>[group] -maf</b></li><ul></ul><li><b>[group] -ica</b></li><ul><li><b>[param] -method.ica.iter</b> <int32> . Mandatory: False. Default Value: "20"</li><li><b>[param] -method.ica.mu</b> <float> . Mandatory: False. Default Value: "1"</li></ul></ul></ul><h2>Limitations</h2>This application does not provide the inverse transform and the transformation matrix export for the MAF.<h2>Authors</h2>OTB-Team<h2>See Also</h2>"Kernel maximum autocorrelation factor and minimum noise fraction transformations," IEEE Transactions on Image Processing, vol. 20, no. 3, pp. 612-624, (2011)<h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in: cupriteSubHsi.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: FilterOutput.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">method: pca</p></li></ul></body></html>
|
@ -2,4 +2,4 @@
|
||||
<style type="text/css">
|
||||
dl { border: 3px double #ccc; padding: 0.5em; } dt { float: left; clear: left; text-align: left; font-weight: bold; color: green; } dt:after { content: ":"; } dd { margin: 0 0 0 220px; padding: 0 0 0.5em 0; }
|
||||
</style>
|
||||
</head><body><h1>DimensionalityReduction</h1><h2>Brief Description</h2>Perform Dimension reduction of the input image.<h2>Tags</h2>Dimensionality Reduction,Image Filtering<h2>Long Description</h2>Performs dimensionality reduction on input image. PCA,NA-PCA,MAF,ICA methods are available.<h2>Parameters</h2><ul><li><b>[param] -in</b> <string> The input image to apply dimensionality reduction.. Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> output image. Components are ordered by decreasing eigenvalues.. Mandatory: True. Default Value: ""</li><li><b>[param] -rescale</b> <string> . Mandatory: False. Default Value: "0"</li><li><b>[param] -outinv</b> <string> reconstruct output image.. Mandatory: False. Default Value: ""</li><li><b>[param] -nbcomp</b> <int32> Number of relevant components kept. By default all components are kept.. Mandatory: False. Default Value: "0"</li><li><b>[param] -normalize</b> <boolean> center AND reduce data before Dimensionality reduction.. Mandatory: False. Default Value: "True"</li><b>[choice] -method</b> Selection of the reduction dimension method. pca,napca,maf,ica. Mandatory: True. Default Value: "pca"<ul><li><b>[group] -pca</b></li><ul></ul><li><b>[group] -napca</b></li><ul><li><b>[param] -method.napca.radiusx</b> <int32> . Mandatory: True. Default Value: "1"</li><li><b>[param] -method.napca.radiusy</b> <int32> . Mandatory: True. Default Value: "1"</li></ul><li><b>[group] -maf</b></li><ul></ul><li><b>[group] -ica</b></li><ul><li><b>[param] -method.ica.iter</b> <int32> . Mandatory: False. Default Value: "20"</li><li><b>[param] -method.ica.mu</b> <float> . Mandatory: False. Default Value: "1"</li></ul></ul></ul><h2>Limitations</h2>Though the inverse transform can be computed, this application only provides the forward transform for now.<h2>Authors</h2>OTB-Team<h2>See Also</h2>"Kernel maximum autocorrelation factor and minimum noise fraction transformations," IEEE Transactions on Image Processing, vol. 20, no. 3, pp. 612-624, (2011)<h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in: cupriteSubHsi.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: FilterOutput.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">method: pca</p></li></ul></body></html>
|
||||
</head><body><h1>DimensionalityReduction</h1><h2>Brief Description</h2>Perform Dimension reduction of the input image.<h2>Tags</h2>Dimensionality Reduction,Image Filtering<h2>Long Description</h2>Performs dimensionality reduction on input image. PCA,NA-PCA,MAF,ICA methods are available. It is also possible to compute the inverse transform to reconstruct the image. It is also possible to optionnaly export the transformation matrix to a text file.<h2>Parameters</h2><ul><li><b>[param] -in</b> <string> The input image to apply dimensionality reduction.. Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> output image. Components are ordered by decreasing eigenvalues.. Mandatory: True. Default Value: ""</li><li><b>[param] -rescale</b> <string> . Mandatory: False. Default Value: "0"</li><li><b>[param] -outinv</b> <string> reconstruct output image.. Mandatory: False. Default Value: ""</li><li><b>[param] -nbcomp</b> <int32> Number of relevant components kept. By default all components are kept.. Mandatory: False. Default Value: "0"</li><li><b>[param] -normalize</b> <boolean> center AND reduce data before Dimensionality reduction.. Mandatory: False. Default Value: "True"</li><li><b>[param] -outmatrix</b> <string> Filename to store the transformation matrix (csv format). Mandatory: False. Default Value: ""</li><li><b>[param] -inxml</b> <string> Load otb application from xml file. Mandatory: False. Default Value: ""</li><li><b>[param] -outxml</b> <string> Save otb application to xml file. Mandatory: False. Default Value: ""</li><b>[choice] -method</b> Selection of the reduction dimension method. pca,napca,maf,ica. Mandatory: True. Default Value: "pca"<ul><li><b>[group] -pca</b></li><ul></ul><li><b>[group] -napca</b></li><ul><li><b>[param] -method.napca.radiusx</b> <int32> . Mandatory: True. Default Value: "1"</li><li><b>[param] -method.napca.radiusy</b> <int32> . Mandatory: True. Default Value: "1"</li></ul><li><b>[group] -maf</b></li><ul></ul><li><b>[group] -ica</b></li><ul><li><b>[param] -method.ica.iter</b> <int32> . Mandatory: False. Default Value: "20"</li><li><b>[param] -method.ica.mu</b> <float> . Mandatory: False. Default Value: "1"</li></ul></ul></ul><h2>Limitations</h2>This application does not provide the inverse transform and the transformation matrix export for the MAF.<h2>Authors</h2>OTB-Team<h2>See Also</h2>"Kernel maximum autocorrelation factor and minimum noise fraction transformations," IEEE Transactions on Image Processing, vol. 20, no. 3, pp. 612-624, (2011)<h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in: cupriteSubHsi.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: FilterOutput.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">method: pca</p></li></ul></body></html>
|
@ -2,4 +2,4 @@
|
||||
<style type="text/css">
|
||||
dl { border: 3px double #ccc; padding: 0.5em; } dt { float: left; clear: left; text-align: left; font-weight: bold; color: green; } dt:after { content: ":"; } dd { margin: 0 0 0 220px; padding: 0 0 0.5em 0; }
|
||||
</style>
|
||||
</head><body><h1>DimensionalityReduction</h1><h2>Brief Description</h2>Perform Dimension reduction of the input image.<h2>Tags</h2>Dimensionality Reduction,Image Filtering<h2>Long Description</h2>Performs dimensionality reduction on input image. PCA,NA-PCA,MAF,ICA methods are available.<h2>Parameters</h2><ul><li><b>[param] -in</b> <string> The input image to apply dimensionality reduction.. Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> output image. Components are ordered by decreasing eigenvalues.. Mandatory: True. Default Value: ""</li><li><b>[param] -rescale</b> <string> . Mandatory: False. Default Value: "0"</li><li><b>[param] -outinv</b> <string> reconstruct output image.. Mandatory: False. Default Value: ""</li><li><b>[param] -nbcomp</b> <int32> Number of relevant components kept. By default all components are kept.. Mandatory: False. Default Value: "0"</li><li><b>[param] -normalize</b> <boolean> center AND reduce data before Dimensionality reduction.. Mandatory: False. Default Value: "True"</li><b>[choice] -method</b> Selection of the reduction dimension method. pca,napca,maf,ica. Mandatory: True. Default Value: "pca"<ul><li><b>[group] -pca</b></li><ul></ul><li><b>[group] -napca</b></li><ul><li><b>[param] -method.napca.radiusx</b> <int32> . Mandatory: True. Default Value: "1"</li><li><b>[param] -method.napca.radiusy</b> <int32> . Mandatory: True. Default Value: "1"</li></ul><li><b>[group] -maf</b></li><ul></ul><li><b>[group] -ica</b></li><ul><li><b>[param] -method.ica.iter</b> <int32> . Mandatory: False. Default Value: "20"</li><li><b>[param] -method.ica.mu</b> <float> . Mandatory: False. Default Value: "1"</li></ul></ul></ul><h2>Limitations</h2>Though the inverse transform can be computed, this application only provides the forward transform for now.<h2>Authors</h2>OTB-Team<h2>See Also</h2>"Kernel maximum autocorrelation factor and minimum noise fraction transformations," IEEE Transactions on Image Processing, vol. 20, no. 3, pp. 612-624, (2011)<h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in: cupriteSubHsi.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: FilterOutput.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">method: pca</p></li></ul></body></html>
|
||||
</head><body><h1>DimensionalityReduction</h1><h2>Brief Description</h2>Perform Dimension reduction of the input image.<h2>Tags</h2>Dimensionality Reduction,Image Filtering<h2>Long Description</h2>Performs dimensionality reduction on input image. PCA,NA-PCA,MAF,ICA methods are available. It is also possible to compute the inverse transform to reconstruct the image. It is also possible to optionnaly export the transformation matrix to a text file.<h2>Parameters</h2><ul><li><b>[param] -in</b> <string> The input image to apply dimensionality reduction.. Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> output image. Components are ordered by decreasing eigenvalues.. Mandatory: True. Default Value: ""</li><li><b>[param] -rescale</b> <string> . Mandatory: False. Default Value: "0"</li><li><b>[param] -outinv</b> <string> reconstruct output image.. Mandatory: False. Default Value: ""</li><li><b>[param] -nbcomp</b> <int32> Number of relevant components kept. By default all components are kept.. Mandatory: False. Default Value: "0"</li><li><b>[param] -normalize</b> <boolean> center AND reduce data before Dimensionality reduction.. Mandatory: False. Default Value: "True"</li><li><b>[param] -outmatrix</b> <string> Filename to store the transformation matrix (csv format). Mandatory: False. Default Value: ""</li><li><b>[param] -inxml</b> <string> Load otb application from xml file. Mandatory: False. Default Value: ""</li><li><b>[param] -outxml</b> <string> Save otb application to xml file. Mandatory: False. Default Value: ""</li><b>[choice] -method</b> Selection of the reduction dimension method. pca,napca,maf,ica. Mandatory: True. Default Value: "pca"<ul><li><b>[group] -pca</b></li><ul></ul><li><b>[group] -napca</b></li><ul><li><b>[param] -method.napca.radiusx</b> <int32> . Mandatory: True. Default Value: "1"</li><li><b>[param] -method.napca.radiusy</b> <int32> . Mandatory: True. Default Value: "1"</li></ul><li><b>[group] -maf</b></li><ul></ul><li><b>[group] -ica</b></li><ul><li><b>[param] -method.ica.iter</b> <int32> . Mandatory: False. Default Value: "20"</li><li><b>[param] -method.ica.mu</b> <float> . Mandatory: False. Default Value: "1"</li></ul></ul></ul><h2>Limitations</h2>This application does not provide the inverse transform and the transformation matrix export for the MAF.<h2>Authors</h2>OTB-Team<h2>See Also</h2>"Kernel maximum autocorrelation factor and minimum noise fraction transformations," IEEE Transactions on Image Processing, vol. 20, no. 3, pp. 612-624, (2011)<h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in: cupriteSubHsi.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: FilterOutput.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">method: pca</p></li></ul></body></html>
|
@ -2,4 +2,4 @@
|
||||
<style type="text/css">
|
||||
dl { border: 3px double #ccc; padding: 0.5em; } dt { float: left; clear: left; text-align: left; font-weight: bold; color: green; } dt:after { content: ":"; } dd { margin: 0 0 0 220px; padding: 0 0 0.5em 0; }
|
||||
</style>
|
||||
</head><body><h1>DisparityMapToElevationMap</h1><h2>Brief Description</h2>Projects a disparity map into a regular elevation map<h2>Tags</h2>Stereo<h2>Long Description</h2>This application uses a disparity map computed from a stereo image pair to produce an elevation map on the ground area covered by the stereo pair. The needed inputs are : the disparity map, the stereo pair (in original geometry) and the epipolar deformation grids. These grids have to link the original geometry (stereo pair) and the epipolar geometry (disparity map). <h2>Parameters</h2><ul><li><b>[param] -io</b> <string> This group of parameters allows setting the input and output images and grids.. Mandatory: True. Default Value: "0"</li><li><b>[param] -step</b> <float> Spacing of the output elevation map (in meters). Mandatory: True. Default Value: "5"</li><li><b>[param] -hmin</b> <float> Minimum elevation expected (in meters). Mandatory: True. Default Value: "0"</li><li><b>[param] -hmax</b> <float> Maximum elevation expected (in meters). Mandatory: True. Default Value: "100"</li><li><b>[param] -elev</b> <string> This group of parameters allows managing elevation values. Supported formats are SRTM, DTED or any geotiff processed by the DEM import application. Mandatory: True. Default Value: "0"</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</li></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2>otbStereoRectificationGridGenerator otbBlockMatching<h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">io.in: disparity.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">io.left: sensor_left.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">io.right: sensor_right.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">io.lgrid: grid_epi_left.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">io.rgrid: grid_epi_right.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">io.out: dem.tif</p></li></ul></body></html>
|
||||
</head><body><h1>DisparityMapToElevationMap</h1><h2>Brief Description</h2>Projects a disparity map into a regular elevation map<h2>Tags</h2>Stereo<h2>Long Description</h2>This application uses a disparity map computed from a stereo image pair to produce an elevation map on the ground area covered by the stereo pair. The needed inputs are : the disparity map, the stereo pair (in original geometry) and the epipolar deformation grids. These grids have to link the original geometry (stereo pair) and the epipolar geometry (disparity map). <h2>Parameters</h2><ul><li><b>[param] -io</b> <string> This group of parameters allows to set the input and output images and grids.. Mandatory: True. Default Value: "0"</li><li><b>[param] -step</b> <float> Spacing of the output elevation map (in meters). Mandatory: True. Default Value: "5"</li><li><b>[param] -hmin</b> <float> Minimum elevation expected (in meters). Mandatory: True. Default Value: "0"</li><li><b>[param] -hmax</b> <float> Maximum elevation expected (in meters). Mandatory: True. Default Value: "100"</li><li><b>[param] -elev</b> <string> This group of parameters allows to manage elevation values. Supported formats are SRTM, DTED or any geotiff. DownloadSRTMTiles application could be a useful tool to list/download tiles related to a product.. Mandatory: True. Default Value: "0"</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</li><li><b>[param] -inxml</b> <string> Load otb application from xml file. Mandatory: False. Default Value: ""</li><li><b>[param] -outxml</b> <string> Save otb application to xml file. Mandatory: False. Default Value: ""</li></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2>otbStereoRectificationGridGenerator otbBlockMatching<h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">io.in: disparity.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">io.left: sensor_left.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">io.right: sensor_right.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">io.lgrid: grid_epi_left.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">io.rgrid: grid_epi_right.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">io.out: dem.tif</p></li></ul></body></html>
|
@ -2,4 +2,4 @@
|
||||
<style type="text/css">
|
||||
dl { border: 3px double #ccc; padding: 0.5em; } dt { float: left; clear: left; text-align: left; font-weight: bold; color: green; } dt:after { content: ":"; } dd { margin: 0 0 0 220px; padding: 0 0 0.5em 0; }
|
||||
</style>
|
||||
</head><body><h1>DownloadSRTMTiles</h1><h2>Brief Description</h2>Download or list SRTM tiles related to a set of images<h2>Tags</h2>Utilities,Image Manipulation<h2>Long Description</h2>This application allows selecting the appropriate SRTM tiles that covers a list of images. It builds a list of the required tiles. Two modes are available: the first one download those tiles from the USGS SRTM3 website (http://dds.cr.usgs.gov/srtm/version2_1/SRTM3/), the second one list those tiles in a local directory. In both cases, you need to indicate the directory in which directory tiles will be download or the location of local SRTM files.<h2>Parameters</h2><ul><li><b>[param] -il</b> <string> The list of images on which you want to determine corresponding SRTM tiles.. Mandatory: True. Default Value: "0"</li><b>[choice] -mode</b> download,list. Mandatory: True. Default Value: "download"<ul><li><b>[group] -download</b></li><ul><li><b>[param] -mode.download.outdir</b> <string> Directory where zipped tiles will be save. You'll need to unzip all tile files before using them in your application.. Mandatory: True. Default Value: ""</li></ul><li><b>[group] -list</b></li><ul><li><b>[param] -mode.list.indir</b> <string> Input directory where SRTM tiles can are located.. Mandatory: True. Default Value: ""</li></ul></ul></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2> <h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">il: QB_Toulouse_Ortho_XS.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">mode: list</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">mode.list.indir: /home/user/srtm_dir/</p></li></ul></body></html>
|
||||
</head><body><h1>DownloadSRTMTiles</h1><h2>Brief Description</h2>Download or list SRTM tiles related to a set of images<h2>Tags</h2>Utilities,Image Manipulation<h2>Long Description</h2>This application allows to select the appropriate SRTM tiles that covers a list of images. It builds a list of the required tiles. Two modes are available: the first one download those tiles from the USGS SRTM3 website (http://dds.cr.usgs.gov/srtm/version2_1/SRTM3/), the second one list those tiles in a local directory. In both cases, you need to indicate the directory in which directory tiles will be download or the location of local SRTM files.<h2>Parameters</h2><ul><li><b>[param] -il</b> <string> The list of images on which you want to determine corresponding SRTM tiles.. Mandatory: True. Default Value: "0"</li><li><b>[param] -inxml</b> <string> Load otb application from xml file. Mandatory: False. Default Value: ""</li><li><b>[param] -outxml</b> <string> Save otb application to xml file. Mandatory: False. Default Value: ""</li><b>[choice] -mode</b> download,list. Mandatory: True. Default Value: "download"<ul><li><b>[group] -download</b></li><ul><li><b>[param] -mode.download.outdir</b> <string> Directory where zipped tiles will be save. You'll need to unzip all tile files before using them in your application.. Mandatory: True. Default Value: ""</li></ul><li><b>[group] -list</b></li><ul><li><b>[param] -mode.list.indir</b> <string> Input directory where SRTM tiles can are located.. Mandatory: True. Default Value: ""</li></ul></ul></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2> <h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">il: QB_Toulouse_Ortho_XS.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">mode: list</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">mode.list.indir: /home/user/srtm_dir/</p></li></ul></body></html>
|
@ -2,4 +2,4 @@
|
||||
<style type="text/css">
|
||||
dl { border: 3px double #ccc; padding: 0.5em; } dt { float: left; clear: left; text-align: left; font-weight: bold; color: green; } dt:after { content: ":"; } dd { margin: 0 0 0 220px; padding: 0 0 0.5em 0; }
|
||||
</style>
|
||||
</head><body><h1>EdgeExtraction</h1><h2>Brief Description</h2>Computes edge features on every pixel of the input image selected channel<h2>Tags</h2>Edge,Feature Extraction<h2>Long Description</h2>This application computes edge features on a mono band image<h2>Parameters</h2><ul><li><b>[param] -in</b> <string> The input image to compute the features on.. Mandatory: True. Default Value: ""</li><li><b>[param] -channel</b> <int32> The selected channel index. Mandatory: True. Default Value: "1"</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</li><li><b>[param] -out</b> <string> Output image containing the edge features.. Mandatory: True. Default Value: ""</li><b>[choice] -filter</b> Choice of edge feature gradient,sobel,touzi. Mandatory: True. Default Value: "gradient"<ul><li><b>[group] -gradient</b></li><ul></ul><li><b>[group] -sobel</b></li><ul></ul><li><b>[group] -touzi</b></li><ul><li><b>[param] -filter.touzi.xradius</b> <int32> . Mandatory: True. Default Value: "1"</li><li><b>[param] -filter.touzi.yradius</b> <int32> . Mandatory: True. Default Value: "1"</li></ul></ul></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2>otb class<h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in: qb_RoadExtract.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">channel: 1</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: Edges.tif</p></li></ul></body></html>
|
||||
</head><body><h1>EdgeExtraction</h1><h2>Brief Description</h2>Computes edge features on every pixel of the input image selected channel<h2>Tags</h2>Edge,Feature Extraction<h2>Long Description</h2>This application computes edge features on a mono band image<h2>Parameters</h2><ul><li><b>[param] -in</b> <string> The input image to compute the features on.. Mandatory: True. Default Value: ""</li><li><b>[param] -channel</b> <int32> The selected channel index. Mandatory: True. Default Value: "1"</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</li><li><b>[param] -out</b> <string> Output image containing the edge features.. Mandatory: True. Default Value: ""</li><li><b>[param] -inxml</b> <string> Load otb application from xml file. Mandatory: False. Default Value: ""</li><li><b>[param] -outxml</b> <string> Save otb application to xml file. Mandatory: False. Default Value: ""</li><b>[choice] -filter</b> Choice of edge feature gradient,sobel,touzi. Mandatory: True. Default Value: "gradient"<ul><li><b>[group] -gradient</b></li><ul></ul><li><b>[group] -sobel</b></li><ul></ul><li><b>[group] -touzi</b></li><ul><li><b>[param] -filter.touzi.xradius</b> <int32> . Mandatory: True. Default Value: "1"</li><li><b>[param] -filter.touzi.yradius</b> <int32> . Mandatory: True. Default Value: "1"</li></ul></ul></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2>otb class<h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in: qb_RoadExtract.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">channel: 1</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: Edges.tif</p></li></ul></body></html>
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user