1PTOANCHOR(1) User Contributed Perl Documentation PTOANCHOR(1)
2
3
4
6 ptoanchor - add control points to a Hugin project
7
9 ptoanchor [options] --output output.pto input.pto
10
11 Options:
12 -m | --makefile file Output Makefile
13 -o | --output file Output project
14 -h | --help Outputs help documentation.
15
17 ptoanchor is a wrapper various tools that generates control points and
18 optimises a Hugin project using a .pto project as input. Output is in
19 the form of a .pto project.
20
21 If the --makefile option is given, rules for generating the project are
22 written to a Makefile, if --makefile isn't set then these rules will be
23 executed immediately.
24
25 Stacks are passed to align_image_stack for processing, but need to be
26 indicated with 'i-line' 'j' parameters in the input project file.
27
28 Control point generator parameters are set via Option lines in the
29 input project:
30
31 #hugin_cpgenSize 1500
32 #hugin_cpgenNumber 25
33 #hugin_cpgenRansac true
34 #hugin_cpgenRefine false
35
37 This program is free software; you can redistribute it and/or modify it
38 under the terms of the GNU General Public License as published by the
39 Free Software Foundation; either version 2 of the License, or (at your
40 option) any later version.
41
43 <http://hugin.sourceforge.net/>
44
46 Bruno Postle - November 2009.
47
48
49
50perl v5.12.1 2010-01-11 PTOANCHOR(1)