1PTOBIND(1)            User Contributed Perl Documentation           PTOBIND(1)
2
3
4

NAME

6       ptobind - Join the ends of linked photos in a Hugin project
7

SYNOPSIS

9       ptobind [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

DESCRIPTION

17       ptobind is a wrapper around various tools that generates control
18       points.  Output is in the form of a .pto project or a Makefile to
19       create that .pto project.
20
21       This is a specialist tool that assumes that the project is already
22       connected into one or more chains of control points.  The first and
23       last photos from each of these chains are selected for feature
24       matching.  e.g. if there is a single chain, then this tool will try and
25       join it into an loop, if there are two chains they will be fitted
26       together side-by-side by trying to join the ends to each other, any
27       loops will also be joined.
28
29       This tool is intended to use the output and intermediate .key files
30       created by ptochain.
31
32       If the --makefile option is given, rules for generating the project are
33       written to a Makefile, if --makefile isn't set then these rules will be
34       executed immediately.
35
36       Control point generator parameters are set via Option lines in the
37       input project:
38
39         #hugin_cpgenSize 1500
40         #hugin_cpgenNumber 25
41         #hugin_cpgenRansac true
42         #hugin_cpgenRefine false
43

LICENSE

45       This program is free software; you can redistribute it and/or modify it
46       under the terms of the GNU General Public License as published by the
47       Free Software Foundation; either version 2 of the License, or (at your
48       option) any later version.
49

SEE ALSO

51       <http://hugin.sourceforge.net/>
52

AUTHOR

54       Bruno Postle - December 2009.
55
56
57
58perl v5.36.0                      2022-07-22                        PTOBIND(1)
Impressum