1PANOSTART(1) User Contributed Perl Documentation PANOSTART(1)
2
3
4
6 panostart - identify likely panorama sequences
7
9 panostart [options] image1 image2 [...]
10
11 Options:
12 -o | --output name Filename of created Makefile
13 -t | --time Number of seconds between panoramas
14 -f | --projection Panotools style input projection number. Use
15 0 for rectilinear, 2 for circular fisheye and
16 3 for full-frame fisheye images.
17 -v | --fov Horizontal field of view in degrees. Otherwise will
18 be calculated from EXIF info.
19 -k | --selection Crop selection boundary, eg -459,2459,-57,2861
20 --linkstacks Hard link positions of stacked photos.
21 -h | --help Outputs help documentation.
22 -l | --loquacious Verbose output listing targets and numbers of images.
23
25 panostart takes a list of image files and creates a Makefile containing
26 rules to generate panoramas from the images.
27
29 This program is free software; you can redistribute it and/or modify it
30 under the terms of the GNU General Public License as published by the
31 Free Software Foundation; either version 2 of the License, or (at your
32 option) any later version.
33
35 <http://hugin.sourceforge.net/>
36
38 Bruno Postle - August 2008.
39
40
41
42perl v5.28.2 2014-03-02 PANOSTART(1)