Bundle to perfect sensor
Brief Description
Perform P+XS pansharpening
Tags
Geometry, Pansharpening
Long Description
This application performs P+XS pansharpening. The default mode use Pan and XS sensor models to estimate the transformation to superimpose XS over Pan before the fusion ("default mode"). The application provides also a PHR mode for Pleiades images which does not use sensor models as Pan and XS products are already coregistered but only estimate an affine transformation to superimpose XS over the Pan.Note that this option is automatically activated in case Pleiades images are detected as input.
Parameters
Input PAN Image (inp): Input panchromatic image.
Input XS Image (inxs): Input XS image.
Output image (out): Output image.
Elevation management (elev): This group of parameters allows managing elevation values. Supported formats are SRTM, DTED or any geotiff. DownloadSRTMTiles application could be a useful tool to list/download tiles related to a product.
DEM directory (elev.dem): This parameter allows selecting a directory containing Digital Elevation Model files. Note that this directory should contain only DEM files. Unexpected behaviour might occurs if other images are found in this directory.
Geoid File (elev.geoid): Use a geoid grid to get the height above the ellipsoid in case there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles. A version of the geoid can be found on the OTB website(https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb-data/blob/master/Input/DEM/egm96.grd).
Default elevation (elev.default): This parameter allows setting the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value.
Mode (mode): Superimposition mode
Default mode (default): Default superimposition mode : uses any projection reference or sensor model found in the images
Pleiades mode (phr): Pleiades superimposition mode, designed for the case of a P+XS bundle in SENSOR geometry. It uses a simple transform on the XS image : a scaling and a residual translation.
Algorithm (method): Selection of the pan-sharpening method.
RCS (rcs): Simple RCS Pan sharpening operation.
LMVM (lmvm): Local Mean and Variance Matching (LMVM) Pan sharpening.
X radius (method.lmvm.radiusx): Set the x radius of the sliding window.
Y radius (method.lmvm.radiusy): Set the y radius of the sliding window.
Bayesian (bayes): Bayesian fusion.
Weight (method.bayes.lambda): Set the weighting value.
S coefficient (method.bayes.s): Set the S coefficient.
Spacing of the deformation field (lms): Spacing of the deformation field. Default is 10 times the PAN image spacing.
Interpolation (interpolator): This group of parameters allows defining how the input image will be interpolated during resampling.
Bicubic interpolation (bco): Bicubic interpolation leads to very good image quality but is slow.
Radius for bicubic interpolation (interpolator.bco.radius): This parameter allows controlling the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artifacts.
Nearest Neighbor interpolation (nn): Nearest neighbor interpolation leads to poor image quality, but it is very fast.
Linear interpolation (linear): Linear interpolation leads to average image quality but is quite fast
Fill Value (fv): Fill value for area outside the reprojected image
Available RAM (Mb) (ram): Available memory for processing (in MB)
Load otb application from xml file (inxml): Load otb application from xml file
Save otb application to xml file (outxml): Save otb application to xml file
Limitations
None
Authors
OTB-Team
See also
Example of use
inp: QB_Toulouse_Ortho_PAN.tif
inxs: QB_Toulouse_Ortho_XS.tif
out: BundleToPerfectSensor.png uchar
otbcli_BundleToPerfectSensor -inp QB_Toulouse_Ortho_PAN.tif -inxs QB_Toulouse_Ortho_XS.tif -out BundleToPerfectSensor.png uchar