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

« back to all changes in this revision

Viewing changes to gui/wxpython/iclass/g.gui.iclass.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
<!-- meta page description: wxGUI Supervised Classification Tool -->
 
2
<!-- meta page index: topic_gui|GUI -->
 
3
<h2>DESCRIPTION</h2>
 
4
 
 
5
<p>
 
6
<b>Supervised Classification Tool</b> (wxIClass) is
 
7
a <em><a href="wxGUI.html">wxGUI</a></em> compoment which allows the
 
8
user to create training areas and generate spectral signatures.  The
 
9
resulting signature file can be used as input for
 
10
<em><a href="i.maxlik.html">i.maxlik</a></em>
 
11
or as a seed signature file for
 
12
<em><a href="i.cluster.html">i.cluster</a></em>.
 
13
<em>WxIClass</em> can be launched from the Layer Manager
 
14
menu <i>Imagery &rarr; Classify image &rarr; Interactive input for
 
15
supervised classification</i> or via command line
 
16
as <em>g.gui.iclass</em>.
 
17
 
 
18
<p>
 
19
<em>wxIClass</em> currently allows you to:
 
20
 
 
21
<ul>
 
22
  <li>create training areas
 
23
  (using customized <em><a href="wxGUI.vdigit.html">vector
 
24
  digitizer</a></em>)</li>
 
25
  <li>show histograms for each band and class (category)</li>
 
26
  <li>show coincidence plots for each band</li>
 
27
  <li>show raster cells that match training areas
 
28
   (within the number of standard deviations specified)</li>
 
29
  <li>specify color of class</li>
 
30
  <li>write signature file</li>
 
31
  <li>import vector map</li>
 
32
  <li>export vector map with attribute table</li>
 
33
 
 
34
</ul>
 
35
 
 
36
<center>
 
37
<br>
 
38
<img src="iclass_frame.jpg" border="1" alt="Supervised Classification Tool">
 
39
<br><br>
 
40
</center>
 
41
 
 
42
<p>
 
43
<em>wxIClass</em> performs the first pass in the GRASS two-pass supervised image
 
44
classification process; the GRASS module
 
45
<em><a href="i.maxlik.html">i.maxlik</a></em> executes the second pass.
 
46
Both programs must be run to generate a classified map in GRASS
 
47
raster format.
 
48
 
 
49
<p>
 
50
<em>wxIClass</em> is an interactive program that allows the user to create
 
51
multiple training areas for multiple classes and calculate the spectral
 
52
signatures based on the cells that are within the training areas.
 
53
During this process the user will be
 
54
shown histograms for each image band.
 
55
The user can also display the cells of the image bands which fall within
 
56
a user-specified number of standard deviations from the means in the spectral signature.
 
57
By doing this, the user can see how much of the image
 
58
is likely to be put into the class associated with the signature.
 
59
 
 
60
<p>
 
61
The spectral signatures are composed of region means and covariance matrices.
 
62
These region means and covariance matrices are used in
 
63
the second pass (<em><a href="i.maxlik.html">i.maxlik</a></em>)
 
64
to classify the image.
 
65
 
 
66
<p>
 
67
Alternatively, the spectral signatures generated by <em>wxIClass</em> can be
 
68
used for seed means for the clusters in
 
69
<em><a href="i.cluster.html">i.cluster</a></em>.
 
70
 
 
71
<h2>SEE ALSO</h2>
 
72
 
 
73
<em>
 
74
  <a href="wxGUI.html">wxGUI</a><br>
 
75
  <a href="wxGUI.components.html">wxGUI components</a>,
 
76
  <a href="wxGUI.iscatt.html">Interactive Scatter Plot Tool</a>
 
77
</em>
 
78
 
 
79
<p>
 
80
See also
 
81
user <a href="http://grasswiki.osgeo.org/wiki/WxIClass">wiki</a> page
 
82
and <a href="http://trac.osgeo.org/grass/wiki/wxGUIDevelopment/wxIClass">development</a> page.
 
83
 
 
84
<h2>AUTHOR</h2>
 
85
 
 
86
Anna Kratochvilova,
 
87
 <a href="http://www.cvut.cz">Czech Technical University in Prague</a>, Czech Republic<br>
 
88
 
 
89
Vaclav Petras,
 
90
 <a href="http://www.cvut.cz">Czech Technical University in Prague</a>, Czech Republic
 
91
 
 
92
<p>
 
93
<i>$Date: 2014-04-20 19:57:39 +0200 (Sun, 20 Apr 2014) $</i>