GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
i.cca(1) GRASS GIS User's Manual i.cca(1)

i.cca - Canonical components analysis (CCA) program for image processing.

imagery, statistics, CCA, canonical components analysis

i.cca
i.cca --help
i.cca group=name subgroup=name signature=name output=name [--overwrite] [--help] [--verbose] [--quiet] [--ui]

--overwrite

Allow output files to overwrite existing files
--help

Print usage summary
--verbose

Verbose module output
--quiet

Quiet module output
--ui

Force launching GUI dialog

group=name [required]

Name of input imagery group
subgroup=name [required]

Name of input imagery subgroup
signature=name [required]

File containing spectral signatures
output=name [required]

Output raster map prefix name

i.cca is an image processing program that takes any number of (raster) band files and a signature file, and outputs the same number of raster band files transformed to provide maximum separability of the categories indicated by the signatures. This implementation of the canonical components transformation is based on the algorithm contained in the LAS image processing system. CCA is also known as "Canonical components transformation".

Typically the user will use the g.gui.iclass program to collect a set of signatures and then pass those signatures along with the raster band files to i.cca. The raster band file names are specified on the command line by giving the group and subgroup that were used to collect the signatures.

The output raster map names are built by appending a ".1", ".2", etc. to the output raster map name specified on the command line.

group=name

Name of the imagery group to which the raster band files used belong.
subgroup=name

Name of the imagery subgroup to which the raster band files used belong.
signature=name

Name of an ASCII file containing spectral signatures.
output=name

Output raster map prefix name. The output raster map layer names are built by appending a ".1", ".2", etc. onto the output name specified by the user.

i.cca respects the current geographic region definition and the current mask setting while performing the transformation.

g.gui.iclass, i.pca, r.covar, r.mapcalc

Schowengerdt, Robert A. Techniques for Image Processing and Classification in Remote Sensing, Academic Press, 1983.

David Satnik, GIS Laboratory, Central Washington University
Ali R. Vali, University of Texas

Available at: i.cca source code (history)

Main index | Imagery index | Topics index | Keywords index | Graphical index | Full index

© 2003-2021 GRASS Development Team, GRASS GIS 7.8.6 Reference Manual

GRASS 7.8.6

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.