mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-06 00:05:02 -05:00
5 lines
2.3 KiB
HTML
5 lines
2.3 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>StereoRectificationGridGenerator</h1><h2>Brief Description</h2>Generates two deformation fields to stereo-rectify (i.e. resample in epipolar geometry) a pair of stereo images up to the sensor model precision<h2>Tags</h2>Stereo<h2>Long Description</h2>This application generates a pair of deformation grid to stereo-rectify a pair of stereo images according to sensor modelling and a mean elevation hypothesis. The deformation grids can be passed to the StereoRectificationGridGenerator application for actual resampling in epipolar geometry.<h2>Parameters</h2><ul><li><b>[param] -io</b> <string> This group of parameters allows setting the input and output images.. Mandatory: True. Default Value: "0"</li><li><b>[param] -epi</b> <string> Parameters of the epipolar geometry and output grids. Mandatory: True. Default Value: "0"</li><li><b>[param] -inverse</b> <string> This group of parameter allows generating the inverse fields as well. Mandatory: True. Default Value: "0"</li></ul><h2>Limitations</h2>Generation of the deformation grid is not streamable, pay attention to this fact when setting the grid step.<h2>Authors</h2>OTB-Team<h2>See Also</h2>otbGridBasedImageResampling<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;">io.inleft: wv2_xs_left.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;">io.inright: wv2_xs_left.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;">io.outleft: wv2_xs_left_epi_field.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;">io.outright: wv2_xs_right_epi_field.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;">epi.elevation.default: 400</p></li></ul></body></html> |