mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-06 00:05:02 -05:00
17 lines
4.8 KiB
HTML
17 lines
4.8 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>StereoFramework</h1><h2>Brief Description</h2>Compute the ground elevation based on one or multiple stereo pair(s)<h2>Tags</h2>Stereo<h2>Long Description</h2>Compute the ground elevation with a stereo block matching algorithm between one or mulitple stereo pair in sensor geometry. The output is projected in desired geographic or cartographic map projection (UTM by default). The pipeline is made of the following steps:
|
|
for each sensor pair :
|
|
- compute the epipolar deformation grids from the stereo pair (direct and inverse)
|
|
- resample the stereo pair into epipolar geometry using BCO interpolation
|
|
- create masks for each epipolar image : remove black borders and resample input masks
|
|
- compute horizontal disparities with a block matching algorithm
|
|
- refine disparities to sub-pixel precision with a dichotomy algorithm
|
|
- apply an optional median filter
|
|
- filter disparities based on the correlation score and exploration bounds
|
|
- translate disparities in sensor geometry
|
|
convert disparity to 3D Map.
|
|
Then fuse all 3D maps to produce DSM.<h2>Parameters</h2><ul><li><b>[param] -input</b> <string> This group of parameters allows parametrizing input data.. Mandatory: True. Default Value: "0"</li><li><b>[param] -elev</b> <string> This group of parameters allows managing elevation values. Supported formats are SRTM, DTED or any geotiff processed by the DEM import application. Mandatory: True. Default Value: "0"</li><li><b>[param] -output</b> <string> This group of parameters allows choosing the DSM resolution, nodata value, and projection parameters.. Mandatory: True. Default Value: "0"</li><li><b>[param] -stereorect</b> <string> This group of parameters allow choosing direct and inverse grid subsampling. These parameters are very useful to tune time and memory consumption.. Mandatory: True. Default Value: "0"</li><li><b>[param] -bm</b> <string> This group of parameters allow to tune the block-matching behavior. Mandatory: True. Default Value: "0"</li><li><b>[param] -postproc</b> <string> This group of parameters allow use optional filters.. Mandatory: True. Default Value: "0"</li><li><b>[param] -mask</b> <string> . Mandatory: True. Default Value: "0"</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</li><b>[choice] -map</b> Parameters of the output map projection to be used. utm,lambert2,lambert93,wgs,epsg. Mandatory: True. Default Value: "wgs"<ul><li><b>[group] -utm</b></li><ul><li><b>[param] -map.utm.zone</b> <int32> The zone number ranges from 1 to 60 and allows defining the transverse mercator projection (along with the hemisphere). Mandatory: True. Default Value: "31"</li><li><b>[param] -map.utm.northhem</b> <boolean> The transverse mercator projections are defined by their zone number as well as the hemisphere. Activate this parameter if your image is in the northern hemisphere.. Mandatory: False. Default Value: "True"</li></ul><li><b>[group] -lambert2</b></li><ul></ul><li><b>[group] -lambert93</b></li><ul></ul><li><b>[group] -wgs</b></li><ul></ul><li><b>[group] -epsg</b></li><ul><li><b>[param] -map.epsg.code</b> <int32> See www.spatialreference.org to find which EPSG code is associated to your projection. Mandatory: True. Default Value: "4326"</li></ul></ul></ul><h2>Limitations</h2> <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;">input.il: sensor_stereo_left.tif sensor_stereo_right.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;">elev.default: 200</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">stereorect.fwdgridstep: 8</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">stereorect.invgridssrate: 4</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">postproc.med: 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;">output.res: 2.5</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">output.out: dem.tif</p></li></ul></body></html>
|