~ubuntu-branches/ubuntu/wily/grass/wily

« back to all changes in this revision

Viewing changes to imagery/i.gensig/description.html

Tags: 7.0.0~rc1+ds1-1~exp1
* New upstream release candidate.
* Repack upstream tarball, remove precompiled Python objects.
* Add upstream metadata.
* Update gbp.conf and Vcs-Git URL to use the experimental branch.
* Update watch file for GRASS 7.0.
* Drop build dependencies for Tcl/Tk, add build dependencies:
  python-numpy, libnetcdf-dev, netcdf-bin, libblas-dev, liblapack-dev
* Update Vcs-Browser URL to use cgit instead of gitweb.
* Update paths to use grass70.
* Add configure options: --with-netcdf, --with-blas, --with-lapack,
  remove --with-tcltk-includes.
* Update patches for GRASS 7.
* Update copyright file, changes:
  - Update copyright years
  - Group files by license
  - Remove unused license sections
* Add patches for various typos.
* Fix desktop file with patch instead of d/rules.
* Use minimal dh rules.
* Bump Standards-Version to 3.9.6, no changes.
* Use dpkg-maintscript-helper to replace directories with symlinks.
  (closes: #776349)
* Update my email to use @debian.org address.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<H2>DESCRIPTION</H2>
2
 
 
3
 
 
4
 
<EM>i.gensig</EM>
5
 
is a non-interactive method for generating input into 
6
 
<EM><A HREF="i.maxlik.html">i.maxlik</A></EM>.
7
 
It can be used as the first pass in the GRASS two-pass 
8
 
classification process (instead of 
9
 
<EM><A HREF="i.cluster.html">i.cluster</A></EM>
10
 
 or 
11
 
<EM><A HREF="i.class.html">i.class</A></EM>).
12
 
 
13
 
It reads a raster map layer, called the training map, which
14
 
has some of the pixels or regions already classified.
15
 
<EM>i.gensig</EM> will then extract spectral signatures
16
 
from an image based on the classification of the pixels in
17
 
the training map and make these signatures available to
18
 
 
19
 
<EM><A HREF="i.maxlik.html">i.maxlik</A></EM>.
20
 
 
21
 
 
22
 
<P>
23
 
 
24
 
The user would then execute the GRASS program 
25
 
<EM><A HREF="i.maxlik.html">i.maxlik</A></EM>
26
 
to actually create the final classified map.
27
 
 
28
 
 
29
 
<H2>OPTIONS</H2>
30
 
 
31
 
<H3>Parameters</H3>
32
 
 
33
 
<DL>
34
 
 
35
 
<DT><B>trainingmap=</B><EM>name</EM>
36
 
 
37
 
<DD>ground truth training map
38
 
 
39
 
<P>
40
 
 
41
 
This map must be prepared by the user in advance. Programs like
42
 
<EM><A HREF="v.digit.html">v.digit</A></EM> or <EM>
43
 
<A HREF="r.digit.html">r.digit</A></EM> can be 
44
 
used to define representative
45
 
areas of the classes the user defines to be in the image. 
46
 
Of course other methods could be devised by the user for creating
47
 
this training map - <EM>i.gensig</EM> makes no assumption about the origin
48
 
of this map layer. It simply creates signatures for the classes defined
49
 
in the training map for the image to be classified (the image is
50
 
specified in other options - see below).
51
 
 
52
 
<DT><B>group=</B><EM>name</EM> 
53
 
 
54
 
<DD>imagery group
55
 
 
56
 
<P>
57
 
 
58
 
This is the name of the group that contains the band files
59
 
which comprise the image to be analyzed. The <EM>
60
 
<A HREF="i.group.html">i.group</A> </EM> command is
61
 
used to construct groups of raster layers which comprise an
62
 
image.
63
 
 
64
 
 
65
 
<P>
66
 
 
67
 
<A NAME="subgroup"><DT><B>subgroup=</B><EM>name</EM></A>
68
 
 
69
 
<DD>subgroup containing image files
70
 
 
71
 
<P>
72
 
 
73
 
This names the subgroup within the group that selects a
74
 
subset of the bands to be analyzed. The <EM>
75
 
<A HREF="i.group.html">i.group</A> </EM> command is
76
 
also used to prepare this subgroup.  The subgroup mechanism
77
 
allows the user to select a subset of all the band files
78
 
that form an image.
79
 
 
80
 
 
81
 
<DT><B>signaturefile=</B><EM>name</EM> 
82
 
 
83
 
<DD>resultant signature file
84
 
 
85
 
<P>
86
 
 
87
 
This is the resultant signature file (containing the means
88
 
and covariance matrices) for each class in the training map
89
 
that is associated with the band files in the subgroup
90
 
select (see <A HREF="#subgroup">above</A>).
91
 
 
92
 
</DL>
93
 
 
94
 
<H2>INTERACTIVE MODE</H2>
95
 
 
96
 
If none of the arguments are specified on the command line, 
97
 
<EM>i.gensig</EM>
98
 
will interactively prompt for the names of these maps and files.
99
 
 
100
 
 
101
 
<P>
102
 
 
103
 
It should be noted that interactive mode here only means
104
 
interactive prompting for maps and files.
105
 
It does not mean visualization of the signatures that
106
 
result from the process.
107
 
 
108
 
 
109
 
<H2>SEE ALSO</H2>
110
 
 
111
 
<EM><A HREF="i.group.html">i.group</A></EM>
112
 
for creating groups and subgroups.
113
 
 
114
 
<P>
115
 
 
116
 
<EM><A HREF="v.digit.html">v.digit</A></EM>
117
 
and
118
 
<EM><A HREF="r.digit.html">r.digit</A></EM>
119
 
for interactively  creating the training map.
120
 
 
121
 
<P>
122
 
 
123
 
<EM><A HREF="i.cluster.html">i.cluster</A></EM>
124
 
for unsupervised clustering as an alternative to 
125
 
<EM>i.gensig</EM> to create signatures.
126
 
 
127
 
 
128
 
<P>
129
 
 
130
 
<EM><A HREF="i.class.html">i.class</A></EM>
131
 
for a graphic/interactive as an alternative to 
132
 
<EM>i.gensig</EM> to create signatures.
133
 
 
134
 
<H2>AUTHOR</H2>
135
 
 
136
 
Michael Shapiro,
137
 
U.S.Army Construction Engineering Research Laboratory
138
 
 
139
 
<p><i>Last changed: $Date: 2003-04-17 16:51:33 +0200 (Thu, 17 Apr 2003) $</i>