Scroll to navigation

OTBCLI_DISPARITYMAPTOELEVATIONMAP(1) User Commands OTBCLI_DISPARITYMAPTOELEVATIONMAP(1)

NAME

otbcli_DisparityMapToElevationMap - OTB DisparityMapToElevationMap application

DESCRIPTION

This is the DisparityMapToElevationMap application, version 5.2.0 Projects a disparity map into a regular elevation map

Complete documentation: http://www.orfeo-toolbox.org/Applications/DisparityMapToElevationMap.html

Parameters:

<boolean> Report progress


-io.in <string> Input disparity map (mandatory)
-io.left <string> Left sensor image (mandatory)
-io.right <string> Right sensor image (mandatory)
-io.lgrid <string> Left Grid (mandatory)
-io.rgrid <string> Right Grid (mandatory)
-io.out <string> [pixel] Output elevation map [pixel=uint8/uint16/int16/uint32/int32/float/double] (default value is float) (mandatory)

<string> Disparity mask (optional, off by default)
<float> DEM step (mandatory, default value is 5)
<float> Minimum elevation expected (mandatory, default value is 0)
<float> Maximum elevation expected (mandatory, default value is 100)
<string> DEM directory (optional, off by default)
<string> Geoid File (optional, off by default)
Default elevation (mandatory, default value is 0)
<int32> Available RAM (Mb) (optional, off by default, default value is 128)
<string> Load otb application from xml file (optional, off by default)

EXAMPLES

otbcli_DisparityMapToElevationMap -io.in disparity.tif -io.left sensor_left.tif -io.right sensor_right.tif -io.lgrid grid_epi_left.tif -io.rgrid grid_epi_right.tif -io.out dem.tif

SEE ALSO

The full documentation for otbcli_DisparityMapToElevationMap is maintained as a Texinfo manual. If the info and otbcli_DisparityMapToElevationMap programs are properly installed at your site, the command

info otbcli_DisparityMapToElevationMap

should give you access to the complete manual.

December 2015 otbcli_DisparityMapToElevationMap 5.2.0