.TH g.gui.iclass 1grass "" "GRASS 7.8.5" "GRASS GIS User's Manual" .SH NAME \fI\fBg.gui.iclass\fR\fR \- Tool for supervised classification of imagery data. .br Generates spectral signatures for an image by allowing the user to outline regions of interest. .SH KEYWORDS general, GUI, classification, supervised classification, signatures .SH SYNOPSIS \fBg.gui.iclass\fR .br \fBg.gui.iclass \-\-help\fR .br \fBg.gui.iclass\fR [\-\fBm\fR] [\fBgroup\fR=\fIname\fR] [\fBsubgroup\fR=\fIname\fR] [\fBmap\fR=\fIname\fR] [\fBtrainingmap\fR=\fIname\fR] [\-\-\fBhelp\fR] [\-\-\fBverbose\fR] [\-\-\fBquiet\fR] [\-\-\fBui\fR] .SS Flags: .IP "\fB\-m\fR" 4m .br Maximize window .IP "\fB\-\-help\fR" 4m .br Print usage summary .IP "\fB\-\-verbose\fR" 4m .br Verbose module output .IP "\fB\-\-quiet\fR" 4m .br Quiet module output .IP "\fB\-\-ui\fR" 4m .br Force launching GUI dialog .SS Parameters: .IP "\fBgroup\fR=\fIname\fR" 4m .br Name of input imagery group .IP "\fBsubgroup\fR=\fIname\fR" 4m .br Name of input imagery subgroup .IP "\fBmap\fR=\fIname\fR" 4m .br Name of raster map to load .IP "\fBtrainingmap\fR=\fIname\fR" 4m .br Ground truth training map to load .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 © 2003\-2020 GRASS Development Team, GRASS GIS 7.8.5 Reference Manual