Quick Look Application
Brief Description
Generates a subsampled version of an image extract
Tags
Image Manipulation
Long Description
Generates a subsampled version of an extract of an image defined by ROIStart and ROISize. This extract is subsampled using the ration OR the output image Size
Parameters
[param] Input Image (-in): The image to read
[param] Output Image (-out): The subsampled image.
[param] Channel List (-cl): Selected channels
[param] ROI Origin X (-rox): first point of ROI in x-direction
[param] ROI Origin Y (-roy): first point of ROI in y-direction
[param] ROI Size X (-rsx): size of ROI in x-direction
[param] ROI Size Y (-rsy): size of ROI in y-direction
[param] Sampling ratio (-sr): Sampling Ratio, default is 2
[param] Size X (-sx): quicklook size in x-direction (used if no sampling ration is given)
[param] Size Y (-sy): quicklook size in y-direction (used if no sampling ration is given)
Limitations
None
Authors
OTB-Team
See also
Example of use
Input Image: anaglyphInput1.tif
Output Image: quicklookImage.tif
otbcli_Quicklook -in anaglyphInput1.tif -out quicklookImage.tif