QGIS/python/plugins/processing/otb/description/doc/FineRegistration.html
2014-01-31 16:16:13 +01:00

5 lines
5.1 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>FineRegistration</h1><h2>Brief Description</h2>Estimate disparity map between two images.<h2>Tags</h2>Stereo<h2>Long Description</h2>Estimate disparity map between two images. Output image contain x offset, y offset and metric value.<h2>Parameters</h2><ul><li><b>[param] -ref</b> &lt;string&gt; The reference image.. Mandatory: True. Default Value: &quot;&quot;</li><li><b>[param] -sec</b> &lt;string&gt; The secondary image.. Mandatory: True. Default Value: &quot;&quot;</li><li><b>[param] -out</b> &lt;string&gt; The output image.. Mandatory: True. Default Value: &quot;&quot;</li><li><b>[param] -erx</b> &lt;int32&gt; The exploration radius along x (in pixels). Mandatory: True. Default Value: &quot;0&quot;</li><li><b>[param] -ery</b> &lt;int32&gt; The exploration radius along y (in pixels). Mandatory: True. Default Value: &quot;0&quot;</li><li><b>[param] -mrx</b> &lt;int32&gt; Radius along x (in pixels) of the metric computation window. Mandatory: True. Default Value: &quot;0&quot;</li><li><b>[param] -mry</b> &lt;int32&gt; Radius along y (in pixels) of the metric computation window. Mandatory: True. Default Value: &quot;0&quot;</li><li><b>[param] -w</b> &lt;string&gt; The image to warp after disparity estimation is completed. Mandatory: False. Default Value: &quot;&quot;</li><li><b>[param] -wo</b> &lt;string&gt; The output warped image. Mandatory: False. Default Value: &quot;&quot;</li><li><b>[param] -cox</b> &lt;float&gt; Coarse offset along x (in physical space) between the two images. Mandatory: False. Default Value: &quot;0&quot;</li><li><b>[param] -coy</b> &lt;float&gt; Coarse offset along y (in physical space) between the two images. Mandatory: False. Default Value: &quot;0&quot;</li><li><b>[param] -ssrx</b> &lt;float&gt; Generates a result at a coarser resolution with a given sub-sampling rate along X. Mandatory: False. Default Value: &quot;1&quot;</li><li><b>[param] -ssry</b> &lt;float&gt; Generates a result at a coarser resolution with a given sub-sampling rate along Y. Mandatory: False. Default Value: &quot;1&quot;</li><li><b>[param] -rgsx</b> &lt;float&gt; Performs a gaussian smoothing of the reference image. Parameter is gaussian sigma (in pixels) in X direction.. Mandatory: False. Default Value: &quot;0.0&quot;</li><li><b>[param] -rgsy</b> &lt;float&gt; Performs a gaussian smoothing of the reference image. Parameter is gaussian sigma (in pixels) in Y direction.. Mandatory: False. Default Value: &quot;0.0&quot;</li><li><b>[param] -sgsx</b> &lt;float&gt; Performs a gaussian smoothing of the secondary image. Parameter is gaussian sigma (in pixels) in X direction.. Mandatory: False. Default Value: &quot;0.0&quot;</li><li><b>[param] -sgsy</b> &lt;float&gt; Performs a gaussian smoothing of the secondary image. Parameter is gaussian sigma (in pixels) in Y direction.. Mandatory: False. Default Value: &quot;0.0&quot;</li><li><b>[param] -m</b> &lt;string&gt; Choose the metric used for block matching. Available metrics are cross-correlation (CC), cross-correlation with subtracted mean (CCSM), mean-square difference (MSD), mean reciprocal square difference (MRSD) and mutual information (MI). Default is cross-correlation. Mandatory: False. Default Value: &quot;&quot;</li><li><b>[param] -spa</b> &lt;float&gt; Metric extrema location will be refined up to the given accuracy. Default is 0.01. Mandatory: False. Default Value: &quot;0.01&quot;</li><li><b>[param] -vmlt</b> &lt;float&gt; Lower threshold to obtain a validity mask.. Mandatory: False. Default Value: &quot;0.0&quot;</li><li><b>[param] -vmut</b> &lt;float&gt; Upper threshold to obtain a validity mask.. Mandatory: False. Default Value: &quot;0.0&quot;</li><li><b>[param] -ram</b> &lt;int32&gt; Available memory for processing (in MB). Mandatory: False. Default Value: &quot;128&quot;</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;">ref: StereoFixed.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;">sec: StereoMoving.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;">out: FineRegistration.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;">erx: 2</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">ery: 2</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">mrx: 3</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">mry: 3</p></li></ul></body></html>