wxGUI.iclass.1 2.8 KB
Newer Older
xuebingbing's avatar
xuebingbing committed
1
.TH wxGUI.iclass 1 "" "GRASS 7.8.4" "GRASS GIS User's Manual"
xuebingbing's avatar
xuebingbing committed
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96
.SH wxGUI Supervised Classification Tool
.SH KEYWORDS
display, GUI, imagery, classification, supervised classification
.SH DESCRIPTION
.PP
\fBSupervised Classification Tool\fR (wxIClass) is
a \fIwxGUI\fR compoment which allows the
user to create training areas and generate spectral signatures.  The
resulting signature file can be used as input for
\fIi.maxlik\fR
or as a seed signature file for
\fIi.cluster\fR.
\fIWxIClass\fR can be launched from the Layer Manager
menu \fIImagery → Classify image → Interactive input for
supervised classification\fR or via command line
as \fIg.gui.iclass\fR.
.PP
\fIwxIClass\fR currently allows you to:
.RS 4n
.IP \(bu 4n
create training areas
(using customized \fIvector
digitizer\fR)
.IP \(bu 4n
show histograms for each band and class (category)
.IP \(bu 4n
show coincidence plots for each band
.IP \(bu 4n
show raster cells that match training areas
(within the number of standard deviations specified)
.IP \(bu 4n
specify color of class
.IP \(bu 4n
write signature file
.IP \(bu 4n
import vector map
.IP \(bu 4n
export vector map with attribute table
.RE
.br
.br
.br
.PP
\fIwxIClass\fR performs the first pass in the GRASS two\-pass supervised image
classification process; the GRASS module
\fIi.maxlik\fR executes the second pass.
Both programs must be run to generate a classified map in GRASS
raster format.
.PP
\fIwxIClass\fR is an interactive program that allows the user to create
multiple training areas for multiple classes and calculate the spectral
signatures based on the cells that are within the training areas.
During this process the user will be
shown histograms for each image band.
The user can also display the cells of the image bands which fall within
a user\-specified number of standard deviations from the means in the spectral signature.
By doing this, the user can see how much of the image
is likely to be put into the class associated with the signature.
.PP
The spectral signatures are composed of region means and covariance matrices.
These region means and covariance matrices are used in
the second pass (\fIi.maxlik\fR)
to classify the image.
.PP
Alternatively, the spectral signatures generated by \fIwxIClass\fR can be
used for seed means for the clusters in
\fIi.cluster\fR.
.SH SEE ALSO
\fI
wxGUI
.br
wxGUI components,
Interactive Scatter Plot Tool
\fR
.PP
See also
user wiki page
and development page.
.SH AUTHOR
Anna Kratochvilova,
Czech Technical University in Prague, Czech Republic
.br
Vaclav Petras,
Czech Technical University in Prague, Czech Republic
.SH SOURCE CODE
.PP
Available at: wxGUI Supervised Classification Tool source code (history)
.PP
Main index |
GUI index |
Topics index |
Keywords index |
Graphical index |
Full index
.PP
xuebingbing's avatar
xuebingbing committed
97
© 2003\-2020
xuebingbing's avatar
xuebingbing committed
98
GRASS Development Team,
xuebingbing's avatar
xuebingbing committed
99
GRASS GIS 7.8.4 Reference Manual