g.gui.iclass.html 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. <!-- meta page description: wxGUI Supervised Classification Tool -->
  2. <!-- meta page index: topic_gui|GUI -->
  3. <h2>KEYWORDS</h2>
  4. <a href="display.html">display</a>, <a href="topic_GUI.html">GUI</a>, <a href="keywords.html#imagery">imagery</a>, <a href="keywords.html#classification">classification</a>, <a href="keywords.html#supervised classification">supervised classification</a>
  5. <h2>DESCRIPTION</h2>
  6. <p>
  7. <b>Supervised Classification Tool</b> (wxIClass) is
  8. a <em><a href="wxGUI.html">wxGUI</a></em> compoment which allows the
  9. user to create training areas and generate spectral signatures. The
  10. resulting signature file can be used as input for
  11. <em><a href="i.maxlik.html">i.maxlik</a></em>
  12. or as a seed signature file for
  13. <em><a href="i.cluster.html">i.cluster</a></em>.
  14. <em>WxIClass</em> can be launched from the Layer Manager
  15. menu <i>Imagery &rarr; Classify image &rarr; Interactive input for
  16. supervised classification</i> or via command line
  17. as <em>g.gui.iclass</em>.
  18. <p>
  19. <em>wxIClass</em> currently allows you to:
  20. <ul>
  21. <li>create training areas
  22. (using customized <em><a href="wxGUI.vdigit.html">vector
  23. digitizer</a></em>)</li>
  24. <li>show histograms for each band and class (category)</li>
  25. <li>show coincidence plots for each band</li>
  26. <li>show raster cells that match training areas
  27. (within the number of standard deviations specified)</li>
  28. <li>specify color of class</li>
  29. <li>write signature file</li>
  30. <li>import vector map</li>
  31. <li>export vector map with attribute table</li>
  32. </ul>
  33. <center>
  34. <br>
  35. <img src="iclass_frame.jpg" border="1" alt="Supervised Classification Tool">
  36. <br><br>
  37. </center>
  38. <p>
  39. <em>wxIClass</em> performs the first pass in the GRASS two-pass supervised image
  40. classification process; the GRASS module
  41. <em><a href="i.maxlik.html">i.maxlik</a></em> executes the second pass.
  42. Both programs must be run to generate a classified map in GRASS
  43. raster format.
  44. <p>
  45. <em>wxIClass</em> is an interactive program that allows the user to create
  46. multiple training areas for multiple classes and calculate the spectral
  47. signatures based on the cells that are within the training areas.
  48. During this process the user will be
  49. shown histograms for each image band.
  50. The user can also display the cells of the image bands which fall within
  51. a user-specified number of standard deviations from the means in the spectral signature.
  52. By doing this, the user can see how much of the image
  53. is likely to be put into the class associated with the signature.
  54. <p>
  55. The spectral signatures are composed of region means and covariance matrices.
  56. These region means and covariance matrices are used in
  57. the second pass (<em><a href="i.maxlik.html">i.maxlik</a></em>)
  58. to classify the image.
  59. <p>
  60. Alternatively, the spectral signatures generated by <em>wxIClass</em> can be
  61. used for seed means for the clusters in
  62. <em><a href="i.cluster.html">i.cluster</a></em>.
  63. <h2>SEE ALSO</h2>
  64. <em>
  65. <a href="wxGUI.html">wxGUI</a><br>
  66. <a href="wxGUI.components.html">wxGUI components</a>,
  67. <a href="wxGUI.iscatt.html">Interactive Scatter Plot Tool</a>
  68. </em>
  69. <p>
  70. See also
  71. user <a href="https://grasswiki.osgeo.org/wiki/WxIClass">wiki</a> page
  72. and <a href="http://trac.osgeo.org/grass/wiki/wxGUIDevelopment/wxIClass">development</a> page.
  73. <h2>AUTHORS</h2>
  74. Anna Kratochvilova,
  75. <a href="http://www.cvut.cz">Czech Technical University in Prague</a>, Czech Republic<br>
  76. Vaclav Petras,
  77. <a href="http://www.cvut.cz">Czech Technical University in Prague</a>, Czech Republic