Multi Resolution Pyramid
Brief Description
Build a multi-resolution pyramid of the image.
Tags
Image Manipulation, Conversion, Image MultiResolution, Util
Long Description
This application builds a multi-resolution pyramid of the input image. User can specified the number of levels of the pyramid and the subsampling factor. To speed up the process, you can use the fast scheme option
Parameters
Input Image (in):
Output Image (out): will be used to get the prefix and the extension of the images to write
Available RAM (Mb) (ram): Available memory for processing (in MB)
Number Of Levels (level): Number of levels in the pyramid (default is 1).
Subsampling factor (sfactor): Subsampling factor between each level of the pyramid (default is 2).
Variance factor (vfactor): Variance factor use in smoothing. It is multiplied by the subsampling factor of each level in the pyramid (default is 0.6).
Use Fast Scheme (fast): If used, this option allows one to speed-up computation by iteratively subsampling previous level of pyramid instead of processing the full input.
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
in: QB_Toulouse_Ortho_XS.tif
out: multiResolutionImage.tif
level: 1
sfactor: 2
vfactor: 0.6
fast: false
otbcli_MultiResolutionPyramid -in QB_Toulouse_Ortho_XS.tif -out multiResolutionImage.tif -level 1 -sfactor 2 -vfactor 0.6 -fast false