1=head1 NAME
2
3pto_gen - Generate a Hugin project file from a list of images.
4
5=head1 SYNOPSIS
6
7B<pto_gen> [options] I<image> [...]
8
9=head1 DESCRIPTION
10
11B<pto_gen> assembles a Hugin .pto project file that is suitable as input for
12further tools such as the B<cpfind> control-point generator, or for opening
13with the Hugin panorama GUI itself.  Functionality is similar to
14B<match-n-shift>.
15
16=head1 USAGE
17
18   pto_gen *.jpg
19
20This creates a project file from all jpg images, in the same folder as the
21first photo. The project file is named first_file-last_file.pto using the same
22convention as the Hugin GUI.
23
24=head1 OPTIONS
25
26=over
27
28=item B<-o|--output> I<file>
29
30Output Hugin PTO file.
31
32=item B<-p|--projection> I<num>
33
34Projection type (default: 0)
35
36=item B<-f|--fov> I<float>
37
38Horizontal field of view of images (default: 50)
39
40=item B<-c|--crop=left,right,top,bottom>
41
42Sets the crop of input images (especially for fisheye lenses)
43
44=item B<-s|--stacklength> I<num>
45
46Number of images in stack (default: automatic detection)
47
48=item B<-l|--linkstacks>
49
50Link image positions in stacks
51
52=item B<--distortion>
53
54Try to load distortion information from lens database
55
56=item B<--vignetting>
57
58Try to load vignetting information from lens database
59
60=item B<-h|--help>
61
62shows help
63
64=back
65
66=head1 AUTHORS
67
68Thomas Modes
69