WxGUI Supervised Classification Tool: Difference between revisions
m (moved WxGUI / WxIClass to WxGUI/WxIClass) |
m (remove hardcoded version specific urls, use latest version) |
||
(15 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
''For development issues see | ''For development issues see [http://trac.osgeo.org/grass/wiki/wxGUIDevelopment/wxIClass Trac page]''. | ||
__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 | '''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|desc=manual}}. | ||
Supervised Classification Tool is '''available in GRASS 7''' from Layer Manager menu <code>File → Imagery → Classify image → Interactive input for supervised classification</code> or through command line as stand-alone application ({{cmd|g.gui.iclass}}). | |||
== Core features == | |||
Supervised Classification Tool currently allows to: | |||
* create training areas (using vector digitizer) | * create training areas (using vector digitizer) | ||
* show histograms for each band and class (category) | * show histograms for each band and class (category) | ||
Line 19: | Line 18: | ||
* import/export vector map with training areas | * import/export vector map with training areas | ||
[[Image:wxIClass.png|center|800px|thumb|wxGUI Supervised Classification Tool in action]] | |||
== Video tutorial == | |||
{{YouTube|FyzfdlkTNRg}} | {{YouTube|FyzfdlkTNRg}} | ||
== Acknowledgement == | |||
wxGUI Supervised Classification Tool was developed by Anna Kratochvílová, Václav Petráš and Martin Landa with institutional support of the [http://www.cvut.cz Czech Technical University in Prague] | |||
{{wxGUI}} | {{wxGUI}} | ||
[[Category: Image processing]] | [[Category: Image processing]] |
Latest revision as of 10:53, 4 December 2018
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 available in GRASS 7 from Layer Manager menu File → Imagery → Classify image → Interactive input for supervised classification
or through command line as stand-alone application (g.gui.iclass).
Core features
Supervised Classification Tool 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

Video tutorial
Acknowledgement
wxGUI Supervised Classification Tool was developed by Anna Kratochvílová, Václav Petráš and Martin Landa with institutional support of the Czech Technical University in Prague