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