wxGUI.GCP_Manager.html 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322
  1. <h2>DESCRIPTION</h2>
  2. The <b>GCP Manager</b> is a <em><a href="wxGUI.html">wxGUI</a></em>
  3. extension which allows the user to create, edit, and manage
  4. Ground Control Points. It is available from the menu
  5. &quot;File | Manage Ground Control Points&quot;.
  6. <p>
  7. The <b>GCP Manager</b> provides an interactive graphical interface to
  8. manage and analyze Ground Control Points. A backup copy of the initial
  9. POINTS file is always maintained and updated only on request (Save GCPs
  10. to POINTS file). This guarantees that accidential changes are not
  11. permanent and can be undone by reloading the Ground Control Points.
  12. <p>
  13. The GCP Manager must be started in the target location, not in the
  14. source location.
  15. <p>
  16. The GCP Manager is structured into three panels:
  17. <ul>
  18. <li>The topmost panel shows a list of Ground Control Points. Tools to
  19. manipulate and analyze GCPs are provided in the toolbar. This panel can
  20. be moved out of the GCP manager window by either dragging with the
  21. caption or by clicking on the pin button on the right in the caption.
  22. This panel can also be placed below the map displays by dragging.
  23. <li>The two panels in the lower part are used for map and GCP display,
  24. the left pane showing a map from the source location and the right
  25. pane showing a reference map from the target location. Numbered Ground
  26. Control Points are shown on both map displays.
  27. </ul>
  28. <h3>Components of the GCP Manager</h3>
  29. <center>
  30. <br><img src="wxGUI_GCP_Manager.jpg" border="0" alt="GCP Manager"><br><br>
  31. </center>
  32. <p>
  33. <em>Toolbars</em>
  34. <p>
  35. Two toolbars are provided with the GCP Manager, one for managing the map
  36. displays and one for managing the GCP list.
  37. <p>
  38. <em>List of ground control points</em>
  39. <p>
  40. The list of Ground Control Points can be sorted by clicking on a column
  41. header. Clicking on a cloumn header will sort the GCPs ascending, a
  42. second click on the same column will sort the GCPs descending. Overall
  43. RMS error and individual RMS errors of all points are often improved if
  44. the GCP with the highest RMS error is adjusted. Individual coordinates
  45. can be edited by double-clicking on a row.
  46. <p>
  47. The first column holds a checkbox and displays the point number. A GCP
  48. is only used for RMS error calculation and georectification if its
  49. checkbox on the left is checked. Uncheck to deactivate a GCP (mark as
  50. unused GCP).
  51. <p>
  52. <em>Two panels for map display</em>
  53. <p>
  54. The left panel is used to display a map from the source location, the
  55. right panel to display a map from the target loaction. Zooming in and
  56. out is always possible with the mouse wheel and done for each map canvas
  57. separately.
  58. <p>
  59. GCPs are displayed in different colors, depending on whether a GCP has
  60. a high RMS error, is currently unused or is currently selected. Optionally,
  61. currently unused GCPs are not shown on the map display.
  62. <p>
  63. <em>Statusbar</em>
  64. <p>
  65. At the bottom of the GCP Manager is a statusbar providing several
  66. functions. The default is set to <em>Go to GCP No.</em> (see also below).
  67. Typing a number or using the up/down arrows will center the maps on the
  68. given GCP, useful with a high zoom.
  69. <h4>GCP Map Display Toolbar</h4>
  70. <dl>
  71. <dt><img src="icons/show.png">&nbsp;
  72. <em>Display map</em></dt>
  73. <dd>Displays maps for source and target canvas and re-renders any layers
  74. that have changed since the last time the display was updated.</dd>
  75. <dt><img src="icons/layer-redraw.png">&nbsp;
  76. <em>Re-render map</em></dt>
  77. <dd>Re-renders both source and target canvas regardless of whether they
  78. have changed or not.</dd>
  79. <dt><img src="icons/erase.png">&nbsp;
  80. <em>Erase display</em></dt>
  81. <dd>Erases both source and target canvas to a white background.</dd>
  82. <dt><img src="icons/gcp-create.png">&nbsp;
  83. <em>Define GCP (Ground Control Points)</em></dt>
  84. <dd>On left mouse click, coordinates are defined for the currently
  85. selected GCP.</dd>
  86. <dt><img src="icons/pan.png">&nbsp;
  87. <em>Pan</em></dt>
  88. <dd>Interactive selection of a new center of view in the active
  89. display monitor. Drag the pan cursor while pressing the left mouse
  90. button to pan. Alternatively left-click on the new center. Panning
  91. changes the location of the region displayed but not the size of the
  92. area displayed or the resolution.</dd>
  93. <dt><img src="icons/zoom-in.png">&nbsp;
  94. <em>Zoom in</em></dt>
  95. <dd>Interactive zooming with the mouse in the active map canvas (source
  96. or target). Drawing a box or just a left click with the mouse and zoom-in
  97. cursor causes the display to zoom in so that the area defined by the box
  98. fills the display. The map resolution is not changed. Clicking with the
  99. zoom-in cursor causes the display to zoom in by 30%, centered on the
  100. point where the mouse is clicked. Zooming changes the display region
  101. extents (both size and location of area displayed).</dd>
  102. <dt><img src="icons/zoom-out.png">&nbsp;
  103. <em>Zoom out</em></dt>
  104. <dd>Interactive zooming with the mouse in the active map canvas (source
  105. or target). Drawing a box or just a left click with the mouse and zoom-out
  106. cursor causes the display to zoom out so that the area displayed
  107. shrinks to fill the area defined by the box. The map resolution is not
  108. changed. Clicking with the zoom-out cursor causes the display to zoom
  109. out by 30%, centered on the point where the mouse is clicked. Zooming
  110. changes the display region extents (both size and location of area
  111. displayed).</dd>
  112. <dt><img src="icons/zoom-more.png">&nbsp;
  113. <em>Adjust display zoom</em></dt>
  114. <dd>Source and target display are adjusted by using the current GCPs for
  115. coordinate transformation:
  116. <br><br>
  117. <dl>
  118. <dt><em>Adjust source display to target display</em>
  119. <dd>The extents of the source display are adjusted to the current
  120. extents of the target display.
  121. <dt><em>Adjust target display to source display</em>
  122. <dd>The extents of the source display are adjusted to the current
  123. extents of the target display.
  124. </dl>
  125. <dt><em>Set active map canvas</em></dt>
  126. <dd>Sets the currently active map canvas (source or target). Click
  127. to set active map canvas for <em>Return to previous zoom</em> or
  128. <em>Zoom to extent of currently displayed map</em>. Alternatively, move
  129. the mouse over the map canvas to be used as active canvas.</dd>
  130. <dt><img src="icons/zoom-last.png">&nbsp;
  131. <em>Return to previous zoom</em></dt>
  132. <dd>Returns to the previous zoom extent. Up to 10 levels of zoom back are
  133. maintained.</dd>
  134. <dt><img src="icons/zoom-extent.png">&nbsp;
  135. <em>Zoom to extent of currently displayed map</em></dt>
  136. <dd>Zoom to the extent of the currently displayed map in the active map
  137. canvas (source or target).</dd>
  138. <dt><img src="icons/settings.png">&nbsp;
  139. <em>Settings</em></dt>
  140. <dd>Shows a settings dialog for GCP management and display:<br><br>
  141. <dl>
  142. <dt><em>Symbology</em></dt>
  143. <dd>Settings for map and GCP display:<br><br>
  144. <dl>
  145. <dt><em>Highlight highest RMS error only</em></dt>
  146. <dd>Only the GCP with the highest RMS error will be displayed in
  147. a different colour, both in the list of GCPs and the GCP Map Display.
  148. <dt><em>Factor for RMS error threshold = M + SD * factor:</em></dt>
  149. <dd>All GCPs with an RMS error larger than mean RMS + RMS standard
  150. deviation * this factor will be displayed in a different colour,
  151. both in the list of GCPs and the GCP Map Display. As a rule of
  152. thumb, GCPs with an RMS error larger than <em>M + SD * 2</em> are
  153. most probably wrong. GCPs with an RMS error larger than
  154. <em>M + SD * 1</em> are worth closer inspection. This option is
  155. only available if <em>Highlight highest RMS error only</em> is
  156. unchecked.</dd>
  157. <dt><em>Color</em></dt>
  158. <dd>Set the color for GCPs on the GCP Map Display.</dd>
  159. <dt><em>Color for high RMS error</em></dt>
  160. <dd>Set the color for GCPs with a high RMS error on the GCP Map
  161. Display.</dd>
  162. <dt><em>Color for selected GCP</em></dt>
  163. <dd>Set the color for the currently selected GCP on the GCP Map
  164. Display.</dd>
  165. <dt><em>Show unused GCPs</em></dt>
  166. <dd>If unchecked, unused GCPs will not be shown on the GCP Map
  167. Display.</dd>
  168. <dt><em>Color for unused GCPs</em></dt>
  169. <dd>Set the color for unused GCPs on the GCP Map Display.</dd>
  170. <dt><em>Symbol size</em></dt>
  171. <dd>Set the symbol size for GCPs on the GCP Map Display.</dd>
  172. <dt><em>Line width</em></dt>
  173. <dd>Set the line width for GCPs on the GCP Map Display.</dd>
  174. <dt><em>Select source map to display</em></dt>
  175. <dd>Select a source map for the left pane of the GCP Map Display.</dd>
  176. <dt><em>Select target map to display</em></dt>
  177. <dd>Select a target map for the right pane of the GCP Map Display.</dd>
  178. </dl>
  179. </dd>
  180. <dt><br><em>Rectification</em></dt>
  181. <dd>Settings for georectification:<br><br>
  182. <dl>
  183. <dt><em>Select rectification method</em></dt>
  184. <dd>Set the polynomial order for georectification. This order will
  185. also be used for RMS error calculation.</dd>
  186. <dt><em>Clip to computational region in target location</em></dt>
  187. <dd>Clip raster maps to the current computational region in the
  188. target location when georectifying.</dd>
  189. <dt><em>Extension for output maps</em></dt>
  190. <dd>Change the extension for output map names when doing the actual
  191. georectification.</dd>
  192. </dl>
  193. </dd>
  194. </dl><br>
  195. </dd>
  196. <dt><img src="icons/help.png">&nbsp;
  197. <em>Show Help</em></dt>
  198. <dd>Show help page for the GCP Manager.
  199. <dt><img src="icons/quit.png">&nbsp;
  200. <em>Quit</em></dt>
  201. <dd>Quit the GCP Manager.
  202. </dl>
  203. <h4>Toolbar for the GCP list</h4>
  204. <dl>
  205. <dt><img src="icons/gcp-save.png">&nbsp;
  206. <em>Save GCPs to POINTS file</em></dt>
  207. <dd>The current list of GCPs is saved to the imagery group's POINTS file
  208. and to a backup copy.</dd>
  209. <dt><img src="icons/gcp-add.png">&nbsp;
  210. <em>Add new GCP</em></dt>
  211. <dd>Adds a new Ground Control Point to the list and selects it for editing.</dd>
  212. <dt><img src="icons/gcp-delete.png">&nbsp;
  213. <em>Delete selected GCP</em></dt>
  214. <dd>Deletes the currently selected GCP from the list.</dd>
  215. <dt><img src="icons/gcp-remove.png">&nbsp;
  216. <em>Clear selected GCP</em></dt>
  217. <dd>Resets all coordinates of the currently selected GCP to 0 (zero).</dd>
  218. <dt><img src="icons/reload.png">&nbsp;
  219. <em>Reload GCPs from POINTS file</em></dt>
  220. <dd>Reloads GCPs from the imagery group's POINTS file.</dd>
  221. <dt><img src="icons/gcp-rms.png">&nbsp;
  222. <em>Recalculate RMS error</em></dt>
  223. <dd>Recalculates forward and backward RMS error for all GCP marked for
  224. use (activated checkbox in first row).
  225. </dd>
  226. <dt><img src="icons/georectify.png">&nbsp;
  227. <em>Georectify</em></dt>
  228. <dd>Uses <em><a href="i.rectify.html">i.rectify</a></em> to georectify
  229. all images in the source imagery group.
  230. </dd>
  231. </dl>
  232. <h4>GCP Map Display Statusbar</h4>
  233. The GCP map display statusbar is similar to the statusbar in the regular
  234. GRASS GIS map display with two differences, <em>Go to</em> has been
  235. replaced with <em>Go to GCP No.</em> and <em>Projection</em> has been
  236. replaced with <em>RMS error</em>.
  237. <p>
  238. If <em>Go to GCP No.</em> is selected, a GCP number can be given in the
  239. left side of the statusbar and the source and target map canvas will be
  240. centered on the given GCP. Clicking on the map canvas will update
  241. coordinates for this GCP.
  242. <p>
  243. If <em>RMS error</em> is selected, the overall forward and backward RMS
  244. error is displayed.
  245. <h2>SEE ALSO</h2>
  246. <em>
  247. <a href="wxGUI.html">wxGUI</a>
  248. </em>
  249. <p>
  250. Other wxGUI components:<br>
  251. <em>
  252. <a href="wxGUI.Vector_Digitizer.html">Vector Digitizer</a><br>
  253. <a href="wxGUI.Attribute_Table_Manager.html">Attribute Table Manager</a><br>
  254. <a href="wxGUI.Nviz.html">3D Viewer</a><br>
  255. <a href="wxGUI.Modeler.html">Graphical Modeler</a><br>
  256. <a href="wxGUI.PsMap.html">Cartographic Composer</a><br>
  257. </em>
  258. <p>
  259. <em>
  260. <a href="i.rectify.html">i.rectify</a>,
  261. <a href="g.transform.html">g.transform</a>
  262. </em>
  263. <h2>AUTHORS</h2>
  264. Markus Metz<br><br>
  265. <em>Based on the Georectifier (GRASS 6.4.0)</em> by Michael Barton<br>
  266. <a href="http://geo.fsv.cvut.cz/gwiki/Landa">Martin Landa</a>, <a
  267. href="http://www.cvut.cz">Czech Technical University in Prague</a>, Czech Republic
  268. <p>
  269. <i>$Date$</i>