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

NAME

6       ptochain - add control points to a Hugin project between consecutive
7       photos
8

SYNOPSIS

10       ptochain [options] --output output.pto input.pto
11
12        Options:
13         -m | --makefile file  Output Makefile
14         -o | --output file    Output project
15         -h | --help           Outputs help documentation.
16

DESCRIPTION

18       ptochain is a wrapper around various tools that generates control
19       points.  Output is in the form of a .pto project.
20
21       Consecutive photos in the project are selected for feature matching and
22       connected into one or more chains of connected images.  If points
23       already exist between photos then matching will be skipped i.e. this
24       tool is a noop if a full set of control points already exist in the
25       project.
26
27       If the --makefile option is given, rules for generating the project are
28       written to a Makefile, if --makefile isn't set then these rules will be
29       executed immediately.
30
31       Control point generator parameters are set via Option lines in the
32       input project:
33
34         #hugin_cpgenSize 1500
35         #hugin_cpgenNumber 25
36         #hugin_cpgenRansac true
37         #hugin_cpgenRefine false
38

LICENSE

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

SEE ALSO

46       <http://hugin.sourceforge.net/>
47

AUTHOR

49       Bruno Postle - November 2009.
50
51
52
53perl v5.34.0                      2022-01-21                       PTOCHAIN(1)
Impressum