~ubuntu-branches/ubuntu/vivid/grass/vivid-proposed

« back to all changes in this revision

Viewing changes to imagery/i.cca/i.cca.html

  • Committer: Package Import Robot
  • Author(s): Bas Couwenberg
  • Date: 2015-02-20 23:12:08 UTC
  • mfrom: (8.2.6 experimental)
  • Revision ID: package-import@ubuntu.com-20150220231208-1u6qvqm84v430b10
Tags: 7.0.0-1~exp1
* New upstream release.
* Update python-ctypes-ternary.patch to use if/else instead of and/or.
* Drop check4dev patch, rely on upstream check.
* Add build dependency on libpq-dev to grass-dev for libpq-fe.h.
* Drop patches applied upstream, refresh remaining patches.
* Update symlinks for images switched from jpg to png.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<h2>DESCRIPTION</h2>
 
2
 
 
3
 
 
4
<b>i.cca</b> is an image processing program that takes from two to eight
 
5
(raster) band files and a signature file, and outputs the same number of
 
6
raster band files transformed to provide maximum separability of the
 
7
categories indicated by the signatures.  This implementation of the
 
8
canonical components transformation is based on the algorithm contained in
 
9
the <a href="http://dbwww.essc.psu.edu/lasdoc/user/canal.html">LAS image
 
10
processing system</a>. CCA is also known as "Canonical components
 
11
transformation".
 
12
 
 
13
<p>
 
14
Typically the user will use the 
 
15
<em><a href="g.gui.iclass.html">g.gui.iclass</a></em>
 
16
program to collect a set of signatures and then pass those
 
17
signatures along with the raster band files to
 
18
<em>i.cca</em>.  The raster band file names are specified
 
19
on the command line by giving the group and subgroup that
 
20
were used to collect the signatures.
 
21
 
 
22
<p>
 
23
The output raster map names are built by appending a ".1",
 
24
".2", etc. to the output raster map name specified on the
 
25
command line.
 
26
 
 
27
<h3>Parameters:</h3>
 
28
 
 
29
<dl>
 
30
 
 
31
<dt><b>group=</b><em>name</em> 
 
32
 
 
33
<dd>Name of the <a href="i.group.html">imagery</a> group
 
34
to which the 2 to 8 raster band files used belong.
 
35
 
 
36
<dt><b>subgroup=</b><em>name</em> 
 
37
 
 
38
<dd>Name of the <a href="i.group.html">imagery</a>
 
39
subgroup to which the 2 to 8 raster band files used
 
40
belong.
 
41
 
 
42
<dt><b>signature=</b><em>name</em> 
 
43
 
 
44
<dd>Name of an ASCII file containing spectral signatures.
 
45
 
 
46
<dt><b>output=</b><em>name</em> 
 
47
 
 
48
<dd>Output raster map prefix name.  The output raster map
 
49
layer names are built by appending a ".1", ".2", etc. onto
 
50
the <em>output</em> name specified by the user.
 
51
 
 
52
</dl>
 
53
 
 
54
<h2>NOTES</h2>
 
55
 
 
56
<em>i.cca</em> respects the current geographic region definition
 
57
and the current mask setting while performing the transformation.
 
58
 
 
59
<h2>SEE ALSO</h2>
 
60
 
 
61
<em>
 
62
<a href="g.gui.iclass.html">g.gui.iclass</a>,
 
63
<a href="i.pca.html">i.pca</a>,
 
64
<a href="r.covar.html">r.covar</a>,
 
65
<a href="r.mapcalc.html">r.mapcalc</a>
 
66
</em>
 
67
 
 
68
<h2>REFERENCES</h2>
 
69
 
 
70
Schowengerdt, Robert A.  <b>Techniques for Image Processing and
 
71
Classification in Remote Sensing</b>,  Academic Press, 1983.
 
72
 
 
73
<h2>AUTHORS</h2>
 
74
 
 
75
David Satnik, GIS Laboratory, 
 
76
Central Washington University
 
77
 
 
78
<br>
 
79
 
 
80
Ali R. Vali, 
 
81
University of Texas
 
82
<p><i>Last changed: $Date: 2014-12-03 09:40:27 +0100 (Wed, 03 Dec 2014) $</i>