SetDescription("Generates two deformation fields to stereo-rectify (i.e. resample in epipolar geometry) a pair of stereo images up to the sensor model precision");
SetParameterDescription("inverse.outright","The output deformation grid to be used to resample the epipolar right image");
MandatoryOff("inverse.outright");
AddParameter(ParameterType_Int,"inverse.ssrate","Sub-sampling rate for inversion");
SetParameterDescription("inverse.ssrate","Grid inversion is an heavy process that implies spline regression on control points. To avoid eating to much memory, this parameter allows to first sub-sample the field to invert.");