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

5 lines
2.7 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>MeanShiftSmoothing</h1><h2>Brief Description</h2>Perform mean shift filtering<h2>Tags</h2>Image Filtering<h2>Long Description</h2>This application performs mean shift fitlering (multi-threaded).<h2>Parameters</h2><ul><li><b>[param] -in</b> &lt;string&gt; The input image.. Mandatory: True. Default Value: &quot;&quot;</li><li><b>[param] -fout</b> &lt;string&gt; The filtered output image.. Mandatory: True. Default Value: &quot;&quot;</li><li><b>[param] -spatialr</b> &lt;int32&gt; Spatial radius of the neighborhood.. Mandatory: True. Default Value: &quot;5&quot;</li><li><b>[param] -ranger</b> &lt;float&gt; Range radius defining the radius (expressed in radiometry unit) in the multi-spectral space.. Mandatory: True. Default Value: &quot;15&quot;</li><li><b>[param] -thres</b> &lt;float&gt; Algorithm iterative scheme will stop if mean-shift vector is below this threshold or if iteration number reached maximum number of iterations.. Mandatory: False. Default Value: &quot;0.1&quot;</li><li><b>[param] -maxiter</b> &lt;int32&gt; Algorithm iterative scheme will stop if convergence hasn't been reached after the maximum number of iterations.. Mandatory: False. Default Value: &quot;100&quot;</li><li><b>[param] -modesearch</b> &lt;boolean&gt; If activated pixel iterative convergence is stopped if the path . Be careful, with this option, the result will slightly depend on thread number. Mandatory: False. Default Value: &quot;True&quot;</li></ul><h2>Limitations</h2>With mode search option, the result will slightly depend on thread number.<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: maur_rgb.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;">fout: MeanShift_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;">spatialr: 16</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ranger: 16</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">thres: 0.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;">maxiter: 100</p></li></ul></body></html>