mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-06 00:05:02 -05:00
5 lines
3.8 KiB
HTML
5 lines
3.8 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>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></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> |