mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-09 00:05:52 -04:00
5 lines
2.4 KiB
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> <string> Input vector data to validate. Mandatory: True. Default Value: ""</li><li><b>[param] -descmod</b> <string> Fuzzy descriptors model (xml file). 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] -thd</b> <float> Criterion threshold (default 0.5). Mandatory: False. Default Value: "0.5"</li><li><b>[param] -out</b> <string> Output VectorData containing only the validated samples. Mandatory: True. Default Value: ""</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> |