WxGUI Supervised Classification Tool: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
(create page)
 
mNo edit summary
Line 7: Line 7:
<!--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. ''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 i.maxlik or as a seed signature file for i.cluster.'' (cited from [http://grass.osgeo.org/grass64/manuals/html64_user/i.class.html i.class] manual)
wxIClass is a [[wxGUI]] extension.
 
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)


wxIClass is '''available in GRASS 7''' from the menu  
wxIClass is '''available in GRASS 7''' from the menu  

Revision as of 10:42, 19 December 2011

Back to wxGUI.

For development issues see Trac page.


wxIClass is a wxGUI extension.

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 i.maxlik or as a seed signature file for i.cluster. (cited from i.class manual)

wxIClass is available in GRASS 7 from the menu

File -> Imagery -> Classify image -> Interactive input for supervised classification

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


Video tutorial