1wxGUI.photo2image(1) GRASS GIS User's Manual wxGUI.photo2image(1)
2
3
4
7 This module is based on g.gui.gcp, the GCP manager of GRASS GIS. It is
8 part of i.ortho.photo suite.
9
10 The aim of this module is to give absolute location values to the fidu‐
11 cial points present (in number of 4 or 8) in a scanned aerial photo.
12
13 This is necessary as (manual) scanning introduces distortions, rota‐
14 tions and also may not be limited to scan the boundary of the photo
15 itself. It is thus necessary to give to each fiducial the exact coordi‐
16 nates in mm as given by the aerial photographic instrument design,
17 which is unique per camera.
18
19 This module requires you to have made a group with your aerial photo
20 (i.group), a camera description file (i.ortho.target) and use them to
21 launch the module. Additional requirements are the order of rectifica‐
22 tion (1 if no of Fiducials is 4, 2 if no of Fiducials is 8) and an
23 extension file (if not given, defaults to \$filename_ip2i_out)
24
25 An example for Location imagery60:
26 g.gui.photo2image group=aerial@PERMANENT raster=gs13.1@PERMANENT camera=gscamera order=2 extension=try --o
27
28 Screenshot of g.gui.photo2image
29 Figure: Screenshot of g.gui.photo2image
30
32 wxGUI
33 wxGUI components
34
35 See also video tutorials on GRASS Wiki.
36
38 i.ortho.photo, i.group, i.ortho.camera, i.ortho.target, i.rectify,
39 m.transform, v.rectify
40
42 Markus Metz
43 Based on the Georectifier (GRASS 6.4.0) by Michael Barton
44 Martin Landa, Czech Technical University in Prague, Czech Republic
45
47 Available at: wxGUI GCP Manager for photo to image registration source
48 code (history)
49
50 Main index | GUI index | Topics index | Keywords index | Graphical
51 index | Full index
52
53 © 2003-2020 GRASS Development Team, GRASS GIS 7.8.5 Reference Manual
54
55
56
57GRASS 7.8.5 wxGUI.photo2image(1)