g.gui.iclass.html 2.9 KB

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