7 lines
2.4 KiB
HTML

<html><head>
<style type="text/css">
dl { border: 3px double #ccc; padding: 0.5em; } dt { float: left; clear: left; text-align: left; font-weight: bold; color: green; } dt:after { content: ":"; } dd { margin: 0 0 0 220px; padding: 0 0 0.5em 0; }
</style>
</head><body><h1>Quicklook</h1><h2>Brief Description</h2>Generates a subsampled version of an image extract<h2>Tags</h2>Image Manipulation<h2>Long Description</h2>Generates a subsampled version of an extract of an image defined by ROIStart and ROISize.
This extract is subsampled using the ratio OR the output image Size.<h2>Parameters</h2><ul><li><b>[param] -in</b> &lt;string&gt; The image to read. Mandatory: True. Default Value: &quot;&quot;</li><li><b>[param] -out</b> &lt;string&gt; The subsampled image. Mandatory: True. Default Value: &quot;&quot;</li><li><b>[param] -rox</b> &lt;int32&gt; first point of ROI in x-direction. Mandatory: False. Default Value: &quot;0&quot;</li><li><b>[param] -roy</b> &lt;int32&gt; first point of ROI in y-direction. Mandatory: False. Default Value: &quot;0&quot;</li><li><b>[param] -rsx</b> &lt;int32&gt; size of ROI in x-direction. Mandatory: False. Default Value: &quot;0&quot;</li><li><b>[param] -rsy</b> &lt;int32&gt; size of ROI in y-direction. Mandatory: False. Default Value: &quot;0&quot;</li><li><b>[param] -sr</b> &lt;int32&gt; Sampling Ratio, default is 2. Mandatory: False. Default Value: &quot;2&quot;</li><li><b>[param] -sx</b> &lt;int32&gt; quicklook size in x-direction (used if no sampling ration is given). Mandatory: False. Default Value: &quot;0&quot;</li><li><b>[param] -sy</b> &lt;int32&gt; quicklook size in y-direction (used if no sampling ration is given). Mandatory: False. Default Value: &quot;0&quot;</li><b>[choice] -cl</b> Selected channels . Mandatory: False. Default Value: &quot;&quot;<ul></ul></ul><h2>Limitations</h2> This application does not provide yet the optimal way to decode coarser level of resolution from JPEG2000 images (like in Monteverdi).
Trying to subsampled huge JPEG200 image with the application will lead to poor performances for now.<h2>Authors</h2>OTB-Team<h2>See Also</h2> <h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">in: qb_RoadExtract.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: quicklookImage.tif</p></li></ul></body></html>