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

NAME

6       ptovariable - prepare a pto project for typical optimisation tasks
7

SYNOPSIS

9       ptovariable [options] project.pto
10
11        Options:
12              --positions          Optimise positions
13              --roll               Optimise roll for all images except anchor if --positions not set
14              --pitch              Optimise pitch for all images except anchor if --positions not set
15              --yaw                Optimise yaw for all images except anchor if --positions not set
16              -r <num> <num> <..>  Optimise roll for specified images
17              -p <num> <num> <..>  Optimise pitch for specified images
18              -y <num> <num> <..>  Optimise yaw for specified images
19              --translations       Optimise XYZ mosaic translations for all images except anchor
20              -TrX <num> <..>      Optimise X translation for specified images
21              -TrY <num> <..>      Optimise Y translation for specified images
22              -TrZ <num> <..>      Optimise Z translation for specified images
23              --view               Optimise angle of view
24              --barrel             Optimise barrel distortion
25              --centre             Optimise optical centre
26              --vignetting         Optimise vignetting
27              --vignetting-centre  Optimise vignetting centre
28              --response           Optimise camera response EMoR parameters
29              --exposure           Optimise exposure (EV)
30              --white-balance      Optimise colour balance
31         -o | --output OUTFILE     Specify output file default is to overwrite input
32         -h | --help               Outputs help documentation
33

DESCRIPTION

35       ptovariable sets optimisation variable 'v' lines for a hugin .pto
36       project.  Usually this is a preparation for optimisation with
37       autooptimiser or vig_optimize.
38

EXAMPLES

40       This performs the equivalent of the 'Positions, View and Barrel
41       (y,p,r,v,b)' preset on the hugin Optimiser tab:
42
43         ptovariable --positions --view --barrel project.pto
44         autooptimiser -n -o project.pto project.pto
45
46       This is the equivalent of the 'Low dynamic range' preset on the hugin
47       Exposure tab:
48
49         ptovariable --vignetting --response --exposure project.pto
50         vig_optimize -o project.pto project.pto
51
52       Additionally individual parameters can be set for particular photos:
53
54         ptovariable -r 1 2 3 4 -p 4 project.pto
55

LICENSE

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

SEE ALSO

63       <http://hugin.sourceforge.net/>
64

AUTHOR

66       Bruno Postle - April 2009.
67
68
69
70perl v5.30.0                      2019-07-26                    PTOVARIABLE(1)
Impressum