mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-12 00:02:25 -04:00
5 lines
5.1 KiB
HTML
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> <string> The reference image.. Mandatory: True. Default Value: ""</li><li><b>[param] -sec</b> <string> The secondary image.. Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> The output image.. Mandatory: True. Default Value: ""</li><li><b>[param] -erx</b> <int32> The exploration radius along x (in pixels). Mandatory: True. Default Value: "0"</li><li><b>[param] -ery</b> <int32> The exploration radius along y (in pixels). Mandatory: True. Default Value: "0"</li><li><b>[param] -mrx</b> <int32> Radius along x (in pixels) of the metric computation window. Mandatory: True. Default Value: "0"</li><li><b>[param] -mry</b> <int32> Radius along y (in pixels) of the metric computation window. Mandatory: True. Default Value: "0"</li><li><b>[param] -w</b> <string> The image to warp after disparity estimation is completed. Mandatory: False. Default Value: ""</li><li><b>[param] -wo</b> <string> The output warped image. Mandatory: False. Default Value: ""</li><li><b>[param] -cox</b> <float> Coarse offset along x (in physical space) between the two images. Mandatory: False. Default Value: "0"</li><li><b>[param] -coy</b> <float> Coarse offset along y (in physical space) between the two images. Mandatory: False. Default Value: "0"</li><li><b>[param] -ssrx</b> <float> Generates a result at a coarser resolution with a given sub-sampling rate along X. Mandatory: False. Default Value: "1"</li><li><b>[param] -ssry</b> <float> Generates a result at a coarser resolution with a given sub-sampling rate along Y. Mandatory: False. Default Value: "1"</li><li><b>[param] -rgsx</b> <float> Performs a gaussian smoothing of the reference image. Parameter is gaussian sigma (in pixels) in X direction.. Mandatory: False. Default Value: "0.0"</li><li><b>[param] -rgsy</b> <float> Performs a gaussian smoothing of the reference image. Parameter is gaussian sigma (in pixels) in Y direction.. Mandatory: False. Default Value: "0.0"</li><li><b>[param] -sgsx</b> <float> Performs a gaussian smoothing of the secondary image. Parameter is gaussian sigma (in pixels) in X direction.. Mandatory: False. Default Value: "0.0"</li><li><b>[param] -sgsy</b> <float> Performs a gaussian smoothing of the secondary image. Parameter is gaussian sigma (in pixels) in Y direction.. Mandatory: False. Default Value: "0.0"</li><li><b>[param] -m</b> <string> 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: ""</li><li><b>[param] -spa</b> <float> Metric extrema location will be refined up to the given accuracy. Default is 0.01. Mandatory: False. Default Value: "0.01"</li><li><b>[param] -vmlt</b> <float> Lower threshold to obtain a validity mask.. Mandatory: False. Default Value: "0.0"</li><li><b>[param] -vmut</b> <float> Upper threshold to obtain a validity mask.. Mandatory: False. Default Value: "0.0"</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</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> |