logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pto_gen - Generate a Hugin project file from a list of images.

Authors

       Thomas Modes

Version: 2024.0.1"                                 2025-01-03                                       PTO_GEN("1")

Description

pto_gen assembles a Hugin .pto project file that is suitable as input for further tools such as the
       cpfind control-point generator, or for opening with the Hugin panorama GUI itself.  Functionality is
       similar to match-n-shift.

Name

       pto_gen - Generate a Hugin project file from a list of images.

Options

-o|--outputfile
           Output Hugin PTO file.

       -p|--projectionnum
           Projection type (default: 0)

       -f|--fovfloat
           Horizontal field of view of images (default: 50)

       -c|--crop=left,right,top,bottom
           Sets the crop of input images (especially for fisheye lenses)

       -s|--stacklengthnum
           Number of images in stack (default: automatic detection)

       -l|--linkstacks
           Link image positions in stacks

       --distortion
           Try to load distortion information from lens database

       --vignetting
           Try to load vignetting information from lens database

       -h|--help
           shows help

Synopsis

pto_gen [options] image [...]

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.

See Also