WxGUI Supervised Classification Tool: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
mNo edit summary
Line 2: Line 2:
__TOC__
__TOC__
<!--See the [http://lists.osgeo.org/pipermail/grass-user/2011-March/060158.html announcement] in the mailing list.-->
<!--See the [http://lists.osgeo.org/pipermail/grass-user/2011-March/060158.html announcement] in the mailing list.-->
'''wxIClass''' is a [[wxGUI]] extension. See the {{cmd|wxGUI.iclass|version=70|desc=manual}}.
'''Supervised Classification Tool''' (so-called ''wxIClass'') is a GUI application which allows to generate spectral signatures for an image by allowing the user to outline regions of interest. The resulting signature file can be used as input for {{cmd|i.maxlik}} or as a seed signature file for {{cmd|i.cluster}} (cited from {{cmd|i.class|version=64}} manual). See the {{cmd|wxGUI.iclass|version=70|desc=manual}}.


Generates spectral signatures for an image by allowing the user to outline regions of interest. The resulting signature file can be used as input for {{cmd|i.maxlik}} or as a seed signature file for {{cmd|i.cluster}}. (cited from {{cmd|i.class|version=64}} manual)
Supervised Classification Tool is release under [https://svn.osgeo.org/grass/grass/trunk/GPL.TXT GNU GPL] licence and the source is available from [https://svn.osgeo.org/grass/grass/trunk/gui/wxpython/iclass GRASS SVN repository].


wxIClass is '''available in GRASS 7''' from the menu  
Supervised Classification Tool is '''available in GRASS 7''' from the menu <code>File &rarr; Imagery &rarr; Classify image &rarr; Interactive input for supervised classification</code>.


File -> Imagery -> Classify image -> Interactive input for supervised classification
In GRASS 7 the tool is also available from the command line as stand-alone application ({{cmd|g.gui.iclass|version=70}}).
 
== Core features ==


wxIClass currently allows to:
wxIClass currently allows to:

Revision as of 17:39, 27 March 2013

For development issues see Trac page.

Supervised Classification Tool (so-called wxIClass) is a GUI application which allows to generate spectral signatures for an image by allowing the user to outline regions of interest. The resulting signature file can be used as input for i.maxlik or as a seed signature file for i.cluster (cited from i.class manual). See the manual.

Supervised Classification Tool is release under GNU GPL licence and the source is available from GRASS SVN repository.

Supervised Classification Tool is available in GRASS 7 from the menu File → Imagery → Classify image → Interactive input for supervised classification.

In GRASS 7 the tool is also available from the command line as stand-alone application (g.gui.iclass).

Core features

wxIClass currently allows to:

  • create training areas (using vector digitizer)
  • show histograms for each band and class (category)
  • show coincidence plots for each band
  • show raster cells that match training areas (within the number of standard deviations specified)
  • specify color of class
  • write signature file
  • import/export vector map with training areas
wxGUI Supervised Classification Tool in action

Video tutorials