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