QGIS/python/plugins/processing/algs/otb/description/doc/VectorDataDSValidation.html

5 lines
2.4 KiB
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>VectorDataDSValidation</h1><h2>Brief Description</h2>Vector data validation based on the fusion of features using Dempster-Shafer evidence theory framework.<h2>Tags</h2>Feature Extraction<h2>Long Description</h2>This application validates or unvalidate the studied samples using the Dempster-Shafer theory.<h2>Parameters</h2><ul><li><b>[param] -in</b> &lt;string&gt; Input vector data to validate. Mandatory: True. Default Value: &quot;&quot;</li><li><b>[param] -descmod</b> &lt;string&gt; Fuzzy descriptors model (xml file). Mandatory: True. Default Value: &quot;&quot;</li><li><b>[param] -belsup</b> &lt;string&gt; Dempster Shafer study hypothesis to compute belief. Mandatory: True. Default Value: &quot;&quot;</li><li><b>[param] -plasup</b> &lt;string&gt; Dempster Shafer study hypothesis to compute plausibility. Mandatory: True. Default Value: &quot;&quot;</li><li><b>[param] -cri</b> &lt;string&gt; Dempster Shafer criterion (by default (belief+plausibility)/2). Mandatory: False. Default Value: &quot;((Belief + Plausibility)/2.)&quot;</li><li><b>[param] -thd</b> &lt;float&gt; Criterion threshold (default 0.5). Mandatory: False. Default Value: &quot;0.5&quot;</li><li><b>[param] -out</b> &lt;string&gt; Output VectorData containing only the validated samples. Mandatory: True. Default Value: &quot;&quot;</li></ul><h2>Limitations</h2>None.<h2>Authors</h2>OTB-Team<h2>See Also</h2>http://en.wikipedia.org/wiki/Dempster-Shafer_theory<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: 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;">belsup: 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;">descmod: DSFuzzyModel.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;">out: VectorDataDSValidation.shp</p></li></ul></body></html>