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

NAME

6       ptofill - add control points to a Hugin project between likely
7       overlapping photos
8

SYNOPSIS

10       ptofill [options] --output output.pto input.pto
11
12        Options:
13         -m | --makefile file  Output Makefile
14         -o | --output file    Output project
15              --ignoregroups   Match photos even between unconnected groups
16         -f | --factor         Distance factor to search for overlaps (default=1.25)
17         -h | --help           Outputs help documentation.
18

DESCRIPTION

20       ptofill is a wrapper around various tools that generates control
21       points.  Output is in the form of a .pto project.
22
23       All pairs of photos in a project are examined and angular distances
24       compared to determine if photos likely overlap, if points already exist
25       between photos then matching will be skipped.
26
27       Matching will also be skipped between photos that are not in the same
28       'connected group' unless the --ignoregroups option is specified.
29
30       If the --makefile option is given, rules for generating the project are
31       written to a Makefile, if --makefile isn't set then these rules will be
32       executed immediately.
33
34       Control point generator parameters are set via Option lines in the
35       input project:
36
37         #hugin_cpgenSize 1500
38         #hugin_cpgenNumber 25
39         #hugin_cpgenRansac true
40         #hugin_cpgenRefine false
41

LICENSE

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

SEE ALSO

49       <http://hugin.sourceforge.net/>
50

AUTHOR

52       Bruno Postle - December 2009.
53
54
55
56perl v5.32.0                      2020-07-28                        PTOFILL(1)
Impressum