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              --view               Optimise angle of view
20              --barrel             Optimise barrel distortion
21              --centre             Optimise optical centre
22              --vignetting         Optimise vignetting
23              --vignetting-centre  Optimise vignetting centre
24              --response           Optimise camera response EMoR parameters
25              --exposure           Optimise exposure (EV)
26              --white-balance      Optimise colour balance
27         -o | --output OUTFILE     Specify output file default is to overwrite input
28         -h | --help               Outputs help documentation
29

DESCRIPTION

31       ptovariable sets optimisation variable 'v' lines for a hugin .pto
32       project.  Usually this is a preparation for optimisation with
33       autooptimiser or vig_optimize.
34

EXAMPLES

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

LICENSE

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

SEE ALSO

59       <http://hugin.sourceforge.net/>
60

AUTHOR

62       Bruno Postle - April 2009.
63
64
65
66perl v5.12.1                      2009-12-28                    PTOVARIABLE(1)
Impressum