Skip to content

Commit f371d9d

Browse files
committed
Typo fix
1 parent 33e8190 commit f371d9d

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

python/core/qgsexpressioncontext.sip

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ class QgsExpressionContextScope
133133
*/
134134
QStringList variableNames() const;
135135

136-
/** Returns a fitlered and sorted list of variable names contained within the scope.
136+
/** Returns a filtered and sorted list of variable names contained within the scope.
137137
* Hidden variable names will be excluded, and the list will be sorted so that
138138
* read only variables are listed first.
139139
* @see variableNames()

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
<style type="text/css">
33
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; }
44
</style>
5-
</head><body><h1>MeanShiftSmoothing</h1><h2>Brief Description</h2>Perform mean shift filtering<h2>Tags</h2>Image Filtering,LSMS<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] -foutpos</b> &lt;string&gt; The spatial image output. Spatial image output is a displacement map (pixel position after convergence).. Mandatory: True. Default Value: &quot;&quot;</li><li><b>[param] -ram</b> &lt;int32&gt; Available memory for processing (in MB). Mandatory: False. Default Value: &quot;128&quot;</li><li><b>[param] -spatialr</b> &lt;int32&gt; Spatial radius of the neighborhood.. Mandatory: False. 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: False. 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] -rangeramp</b> &lt;float&gt; This coefficient makes dependent the ranger of the colorimetry of the filtered pixel : y = rangeramp*x+ranger.. Mandatory: False. Default Value: &quot;0&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><li><b>[param] -inxml</b> &lt;string&gt; Load otb application from xml file. Mandatory: False. Default Value: &quot;&quot;</li><li><b>[param] -outxml</b> &lt;string&gt; Save otb application to xml file. Mandatory: False. Default Value: &quot;&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;">foutpos: MeanShift_SpatialOutput.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>
5+
</head><body><h1>MeanShiftSmoothing</h1><h2>Brief Description</h2>Perform mean shift filtering<h2>Tags</h2>Image Filtering,LSMS<h2>Long Description</h2>This application performs mean shift filtering (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] -foutpos</b> &lt;string&gt; The spatial image output. Spatial image output is a displacement map (pixel position after convergence).. Mandatory: True. Default Value: &quot;&quot;</li><li><b>[param] -ram</b> &lt;int32&gt; Available memory for processing (in MB). Mandatory: False. Default Value: &quot;128&quot;</li><li><b>[param] -spatialr</b> &lt;int32&gt; Spatial radius of the neighborhood.. Mandatory: False. 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: False. 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] -rangeramp</b> &lt;float&gt; This coefficient makes dependent the ranger of the colorimetry of the filtered pixel : y = rangeramp*x+ranger.. Mandatory: False. Default Value: &quot;0&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><li><b>[param] -inxml</b> &lt;string&gt; Load otb application from xml file. Mandatory: False. Default Value: &quot;&quot;</li><li><b>[param] -outxml</b> &lt;string&gt; Save otb application to xml file. Mandatory: False. Default Value: &quot;&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;">foutpos: MeanShift_SpatialOutput.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>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
<style type="text/css">
33
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; }
44
</style>
5-
</head><body><h1>MeanShiftSmoothing</h1><h2>Brief Description</h2>Perform mean shift filtering<h2>Tags</h2>Image Filtering,LSMS<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] -foutpos</b> &lt;string&gt; The spatial image output. Spatial image output is a displacement map (pixel position after convergence).. Mandatory: True. Default Value: &quot;&quot;</li><li><b>[param] -ram</b> &lt;int32&gt; Available memory for processing (in MB). Mandatory: False. Default Value: &quot;128&quot;</li><li><b>[param] -spatialr</b> &lt;int32&gt; Spatial radius of the neighborhood.. Mandatory: False. 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: False. 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] -rangeramp</b> &lt;float&gt; This coefficient makes dependent the ranger of the colorimetry of the filtered pixel : y = rangeramp*x+ranger.. Mandatory: False. Default Value: &quot;0&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><li><b>[param] -inxml</b> &lt;string&gt; Load otb application from xml file. Mandatory: False. Default Value: &quot;&quot;</li><li><b>[param] -outxml</b> &lt;string&gt; Save otb application to xml file. Mandatory: False. Default Value: &quot;&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;">foutpos: MeanShift_SpatialOutput.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>
5+
</head><body><h1>MeanShiftSmoothing</h1><h2>Brief Description</h2>Perform mean shift filtering<h2>Tags</h2>Image Filtering,LSMS<h2>Long Description</h2>This application performs mean shift filtering (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] -foutpos</b> &lt;string&gt; The spatial image output. Spatial image output is a displacement map (pixel position after convergence).. Mandatory: True. Default Value: &quot;&quot;</li><li><b>[param] -ram</b> &lt;int32&gt; Available memory for processing (in MB). Mandatory: False. Default Value: &quot;128&quot;</li><li><b>[param] -spatialr</b> &lt;int32&gt; Spatial radius of the neighborhood.. Mandatory: False. 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: False. 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] -rangeramp</b> &lt;float&gt; This coefficient makes dependent the ranger of the colorimetry of the filtered pixel : y = rangeramp*x+ranger.. Mandatory: False. Default Value: &quot;0&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><li><b>[param] -inxml</b> &lt;string&gt; Load otb application from xml file. Mandatory: False. Default Value: &quot;&quot;</li><li><b>[param] -outxml</b> &lt;string&gt; Save otb application to xml file. Mandatory: False. Default Value: &quot;&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;">foutpos: MeanShift_SpatialOutput.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>

0 commit comments

Comments
 (0)