Scroll to navigation

OTBGUI_EXTRACTROI(1) User Commands OTBGUI_EXTRACTROI(1)

NAME

otbgui_ExtractROI - OTB ExtractROI application

DESCRIPTION

This is the ExtractROI application, version 5.2.0 Extract a ROI defined by the user.

Complete documentation: http://www.orfeo-toolbox.org/Applications/ExtractROI.html

Parameters:

<boolean> Report progress


-in <string> Input Image (mandatory)
-out <string> [pixel] Output Image [pixel=uint8/uint16/int16/uint32/int32/float/double] (default value is float) (mandatory)

<int32> Available RAM (Mb) (optional, off by default, default value is 128)
<string> Extraction mode [standard/fit] (mandatory, default value is standard)
<string> Reference image (mandatory)
<string> DEM directory (optional, off by default)
<string> Geoid File (optional, off by default)
Default elevation (mandatory, default value is 0)
<int32> Start X (mandatory, default value is 0)
<int32> Start Y (mandatory, default value is 0)
<int32> Size X (mandatory, default value is 0)
<int32> Size Y (mandatory, default value is 0)
<string list> Output Image channels (mandatory, default value is )
<string> Load otb application from xml file (optional, off by default)

EXAMPLES

otbgui_ExtractROI -in VegetationIndex.hd -startx 40 -starty 250 -sizex 150 -sizey 150 -out ExtractROI.tif

SEE ALSO

The full documentation for otbgui_ExtractROI is maintained as a Texinfo manual. If the info and otbgui_ExtractROI programs are properly installed at your site, the command

info otbgui_ExtractROI

should give you access to the complete manual.

December 2015 otbgui_ExtractROI 5.2.0