wxGUI.IClass.html 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. <!-- meta page description: wxGUI wxIClass -->
  2. <!-- meta page index: wxGUI -->
  3. <h2>DESCRIPTION</h2>
  4. <p>
  5. <b>WxIClass</b> 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.
  8. The 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. The modeler can be launched
  13. from the menu <tt>Imagery -> Classify image -> Interactive input for supervised classification</tt>.
  14. <p>
  15. <em>wxIClass</em> currently allows to:
  16. <ul>
  17. <li>create training areas (using vector digitizer)</li>
  18. <li>show histograms for each band and class (category)</li>
  19. <li>show coincidence plots for each band</li>
  20. <li>show raster cells that match training areas
  21. (within the number of standard deviations specified)</li>
  22. <li>specify color of class</li>
  23. <li>write signature file</li>
  24. </ul>
  25. <p>
  26. <em>wxIClass</em> performs the first pass in the GRASS two-pass supervised image
  27. classification process; the GRASS program
  28. <em><a href="i.maxlik.html">i.maxlik</a></em> executes the second pass.
  29. Both programs must be run to generate a classified map in GRASS
  30. raster format.
  31. <p>
  32. <em>wxIClass</em> is an interactive program that allows the user to create
  33. multiple training areas for multiple classes and calculate the spectral
  34. signatures based on the cells that are within the training areas.
  35. During this process the user will be
  36. shown histograms for each image band.
  37. The user can also display the cells of the image bands which fall within
  38. a user-specified number of standard deviations from the means in the spectral signature.
  39. By doing this, the user can see how much of the image
  40. is likely to be put into the class associated with the signature.
  41. <p>
  42. The spectral signatures are composed of region means and covariance matrices.
  43. These region means and covariance matrices are used in
  44. the second pass (<em><a href="i.maxlik.html">i.maxlik</a></em>)
  45. to classify the image.
  46. <p>
  47. Alternatively, the spectral signatures generated by <em>wxIClass</em> can be
  48. used for seed means for the clusters in
  49. <em><a href="i.cluster.html">i.cluster</a></em>.
  50. <h2>SEE ALSO</h2>
  51. <em>
  52. <a href="wxGUI.html">wxGUI</a>
  53. </em>
  54. <p>
  55. Other wxGUI components:<br>
  56. <em>
  57. <a href="wxGUI.Vector_Digitizer.html">Vector Digitizer</a><br>
  58. <a href="wxGUI.Attribute_Table_Manager.html">Attribute Table Manager</a><br>
  59. <a href="wxGUI.Nviz.html">3D Viewer</a><br>
  60. <a href="wxGUI.GCP_Manager.html">Manage Ground Control Points</a><br>
  61. <a href="wxGUI.PsMap.html">Cartographic Composer</a><br>
  62. <a href="wxGUI.Modeler.html">Graphical Modeler</a><br>
  63. </em>
  64. <p>
  65. See also
  66. user <a href="http://grass.osgeo.org/wiki/WxIClass">wiki</a> page
  67. and <a href="http://trac.osgeo.org/grass/wiki/wxGUIDevelopment/wxIClass">development</a> page.
  68. <h2>AUTHOR</h2>
  69. Anna Kratochvilova,
  70. <a href="http://www.cvut.cz">Czech Technical University in Prague</a>, Czech Republic
  71. Vaclav Petras,
  72. <a href="http://www.cvut.cz">Czech Technical University in Prague</a>, Czech Republic
  73. <p>
  74. <i>$Date: 2011-10-14 19:52:31 +0200 (Fri, 14 Oct 2011) $</i>