1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.5.
.TH OSSIM-CLI "1" "December 2017" "2.2.0" "User Commands"
.SH NAME
ossim-cli \- OSSIM CLI Utility
.SH SYNOPSIS
ossim\-cli <command> [command options and parameters]
ossim\-cli \fB\-\-spec\fR <command\-spec\-file>
ossim\-cli \fB\-\-version\fR
ossim\-cli help <command> \fB\-\-\fR To get help on specific command.
.SH DESCRIPTION
ossim-cli provides an interface to all utilities derived from ossimTool.
.PP
Available commands:
.IP
bandmerge \fB\-\-\fR Merges multiple band files into a single RGB image.
hillshade \fB\-\-\fR Computes shaded representation of input elevation surface with specified lighting parameters.
hlz \fB\-\-\fR Computes bitmap of helicopter landing zones given ROI and DEM.
info \fB\-\-\fR Dumps metadata information about input image and OSSIM in general.
ortho \fB\-\-\fR Utility for orthorectifying and reprojecting image data.
shoreline \fB\-\-\fR Computes bitmap of water versus land areas in an input image.
slope \fB\-\-\fR Utility for computing the slope at each elevation post and generating a corresponding slope image.
subimage \fB\-\-\fR Tool for extracting a sub\-image from a full image. No reprojection is done. Presently, the subimage geometry is represented by an RPC replacement model until generic models can support subimage chipping.
vertices \fB\-\-\fR Utility for determining the active image corner vertices inside larger null\-filled image rectangle.
viewshed \fB\-\-\fR Computes bitmap image representing the viewshed from specified location using only DEM information.
|