1AUTOOPTIMISER(1) HUGIN AUTOOPTIMISER(1)
2
3
4
6 autooptimiser - Optimize image positions
7
9 autooptimiser [options] project.pto
10
11 (- can be specified to read the project from stdio.)
12
14 autooptimiser works similarly to PToptimizer but with extra command-
15 line options.
16
17 It is also different in that PToptimizer appends its output onto the
18 input file in the form of 'o' lines which need further processing.
19 autooptimiser simply updates the project and writes it to a new file.
20
22 -o file.pto
23 Output file. If omitted, stdout is used.
24
25 Optimisation options (if not specified, no optimisation takes place):
26
27 -a Auto align mode, includes various optimisation stages, depending on
28 the amount and distribution of the control points
29
30 -p Pairwise optimisation of yaw, pitch and roll, starting from first
31 image
32
33 -n Optimize parameters specified in script file (like PToptimizer).
34
35 Post-processing options:
36
37 -l Level horizon (works best for horizontal panoramas)
38
39 -s Automatically select a suitable output projection and size
40
41 Other options:
42
43 -q Quiet operation (no progress is reported)
44
45 -v HFOV
46 Specify horizontal field of view of input images. Used if the .pto
47 file contains invalid HFOV values (autopano-SIFT writes .pto files
48 with invalid HFOV)
49
50 When -a, -l, and -s options are used together, an operation similar to
51 the one of the "Align" button in hugin is performed.
52
54 Written by Pablo d'Angelo. Also contains contributions from Douglas
55 Wilkins, Ippei Ukai, Ed Halley, Bruno Postle, Gerry Patterson and Brent
56 Townshend.
57
58 This man page was written by Cyril Brulebois <cyril.brulebois@enst-bre‐
59 tagne.fr> and is licensed under the same terms as the hugin package
60 itself.
61
62
63
64perl v5.8.5 2009-05-07 AUTOOPTIMISER(1)