Stereo-rectification deformation grid generator

Brief Description

Generates two deformation fields to resample in epipolar geometry, a pair of stereo images up to the sensor model precision

Tags

Stereo

Long Description

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.

This application is the first part of the stereo reconstruction framework. The output deformation grids can be passed to the GridBasedImageResampling application for actual resampling into epipolar geometry.

There are several ways to set the elevation source:
* An arbitrary constant elevation
* A DEM directory
* Compute an average elevation from a DEM

If needed, the application can compute inverse resampling grids (from epipolar to original sensor geometry). Don't forget to check the other outputs from the application. For instance, the application gives the X and Y size of the rectified images, along with an estimated baseline ratio.

Parameters

Limitations

Generation of the deformation grid is not streamable, pay attention to this fact when setting the grid step.

Authors

OTB-Team

See also

otbGridBasedImageResampling

Example of use