Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Aug 26, 2018
1 parent 33e8190 commit f371d9d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion python/core/qgsexpressioncontext.sip
Expand Up @@ -133,7 +133,7 @@ class QgsExpressionContextScope
*/
QStringList variableNames() const;

/** Returns a fitlered and sorted list of variable names contained within the scope.
/** Returns a filtered and sorted list of variable names contained within the scope.
* Hidden variable names will be excluded, and the list will be sorted so that
* read only variables are listed first.
* @see variableNames()
Expand Down
Expand Up @@ -2,4 +2,4 @@
<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,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>
</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>
Expand Up @@ -2,4 +2,4 @@
<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,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>
</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 comments on commit f371d9d

Please sign in to comment.