wxGUI.iscatt.html 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <!-- meta page description: wxGUI Interactive Scatter Plot Tool-->
  2. <!-- meta page index: wxGUI -->
  3. <h2>DESCRIPTION</h2>
  4. <b>Interactive Scatter Plot Tool</b> allows analyzing group of raster
  5. maps. The tool is integrated into <em><a href="wxGUI.iclass.html">
  6. Supervised Classification Tool</a></em> (see the screen shot bellow).
  7. Also it is possible to launch it from Map Display Window (<tt>Analyze map
  8. &rarr; Interactive Scatter Plot Tool</tt>).
  9. The main idea of the tool is that everything is linked together
  10. (scatter plots together and mapwindow with the scatter plots).
  11. The main feature of the tool is the interactivity, which allows user to:
  12. <ul>
  13. <li> work with multiple plots, which represents multiple raster bands combinations,
  14. </li>
  15. <li> highlight plotted points in open scatter plots according to currently
  16. chosen pixels for classes by it's training areas (supported only in <em>Supervised Classification Tool</em>),
  17. </li>
  18. <li> be able to define areas in plots and the tool will highlight pixels in
  19. map display window and corresponding points in other plots,
  20. </li>
  21. <li> plot of confidence ellipses.
  22. </li>
  23. </ul>
  24. <h2>TOOL CONTROLS LAYOUT</h2>
  25. <center>
  26. <br>
  27. <img src="wxGUI_iscatt.jpg" border="1" alt="Interactive Scatter Plot Tool">
  28. <br><br>
  29. </center>
  30. If editing mode is activated (the green polygon tool in toolbar), the areas which were selected
  31. in the scatter plots are highlighted. In the image you can see this area for scatter plot of bands <tt>B_6, B_7</tt> inside the ellipse.
  32. Opacity and color of the selected area can be set in settings. The area corresponds to the active class (in this case clouds).
  33. Selected areas are subset of areas, which belongs to the category.
  34. <p>
  35. In the editing mode it is possible to select certain area by the polygon, which can be created and edited by tools in editing toolbar.
  36. After the area is selected, we can include or exclude it into active category by clicking on the first (plus) respectively
  37. second (minus) tool in the editing toolbar. In mapwindow corresponding pixels are shown by the class raster representing
  38. selected areas in scatter plots. In this case we can see clouds class raster (blue), forest class raster (green) and
  39. water class raster (red).
  40. <h2>NOTES</h2>
  41. The tool can analyze only integer (CELL) rasters.
  42. It works with 8 bit range smoothly.
  43. The tool is capable of processing data up to 12 bit range, however it is not recommended open many scatter plots in 12/11 bit mode.
  44. It could require significant amount of memory and plot rendering time can be longer.
  45. Analyzing of raster data with higher range is not recommended.
  46. The raster range can be lowered using <em><a href="r.rescale.html">r.rescale</a></em>.
  47. <p>
  48. <h2>KNOWN ISSUES</h2>
  49. Selection of areas in mapwindow is currently supported only if the tool was launched from
  50. <em><a href="wxGUI.iclass.html">Supervised Classification Tool</a></em>.
  51. <h2>SEE ALSO</h2>
  52. <em>
  53. <a href="wxGUI.html">wxGUI</a><br>
  54. <a href="wxGUI.components.html">wxGUI components</a>,
  55. <a href="r.rescale.html">r.rescale</a><br>
  56. </em>
  57. <p>
  58. See also the
  59. user <a href="http://grasswiki.osgeo.org/wiki/WxGUI_Interactive_Scatter_Plot_Tool">wiki</a>
  60. page.
  61. <h2>AUTHOR</h2>
  62. Stepan
  63. Turek, <a href="http://grasswiki.osgeo.org/wiki/GRASS_GSoC_2013_GRASS_GIS_Interactive_Scatter_Plot_Tool">Google
  64. Summer of Code 2013</a> (mentor: Martin Landa)
  65. <p>
  66. <i>$Date$</i>