Table of Contents
icbtocolor - converts image cube to color-image representation
icbtocolor [-r red] [-g green] [-b blue] icbfile imgfile
- -r
- The
band to use for the red component. Default = 52.
- -g
- The band to use for
the green component. Default = 30.
- -b
- The band to use for the green component.
Default = 4.
icbtocolor creates a color-image representation
of the hyperspectral image given by icbfile (ICB-format). This is accomplished
via a call to QccHYPImageCubeToColor(3)
.
The -r, -g, and -b options specify
which bands to grab for the red, green, and blue components, respectively,
of the color image. The default values produce a reasonable representation
for AVIRIS images.
QccHYPImageCubeToColor(3)
, QccPackHYP(3)
,
QccPack(3)
Copyright (C) 1997-2021 James E. Fowler
Table of Contents