1GEOCPSET(1) HUGIN GEOCPSET(1)
2
3
4
6 geocpset - adds control points based on geometric position
7
9 geocpset [-o output.pto] input.pto
10
12 geocpset is a tool for panoramas which contains featureless images,
13 e.g. sky images. In this images a control point detector does not find
14 control points. geocpset analyses the positions of the images in
15 project files. Then it adds control points to these images which are
16 not connected by control points. The control points are set only be the
17 geometric positions of the images and not by the image content. So
18 geocpset should only used with projects which have assigned rough image
19 positions.
20
22 geocpset -o output.pto input.pto
23
24 If the --output/-o switch is missing then the suffix "_geo" is added to
25 the filename.
26
27 The indented workflow is
28
29 #1 First create project file
30 pto_gen -o project.pto *.jpg
31
32 #2 Then assign rough positions to images
33 pto_var --set y=i*20-40,p=0,r=0 -o project.pto project.pto
34
35 #3 Now run a "normal" control point detector, e.g. only on overlapping
36 images
37 cpfind --prealigned -o project.pto project.pto
38
39 #4 And finally connect all unconnected images
40 geocpset -o project.pto project.pto
41
43 -o|--output output.pto
44 Output a pto file with the given filename. If not given it will
45 append "_geo" to the input filename.
46
47 -e|--each-overlap
48 By default geocpset adds only control points to unconnected images.
49 With this switch you can force to add a geometric control point to
50 each overlap, which is not connect by control points or linked with
51 image positions.
52
53 --min-overlap=NUM
54 By default geocpset takes only image pairs into account which
55 overlap more than 10 %. If you have very narrow overlaps you can
56 decrease this value to take also such small overlaps into account,
57 e.g. --min-overlap=1
58
59 -h|--help
60 Display help.
61
63 geocpset was written by Thomas Modes. This manpages was generated by
64 converting the wiki-page on <http://wiki.panotools.org/> to pod-format
65 by Andreas Metzler.
66
67
68
69"Version: 2019.0.0" 2013-03-09 GEOCPSET(1)