1CALIBRATE_LENS(1) HUGIN CALIBRATE_LENS(1)
2
3
4
6 calibrate_lens - Lens calibration from straight lines
7
9 calibrate_lens [options] <image1> <image2> ...
10
13 -p <filename>
14 Input Hugin PTO file.
15
16 -j <filename>
17 Input file containing line data.
18
19 -d <int>
20 Maximum dimension for re-sized image prior to processing. Default
21 1600
22
23 -t <float>
24 Edge detector threshold. Default 4
25
26 -m <float>
27 Minimum line length as a fraction of longest dimension. Default 0.3
28
29 -y <float>
30 Corner threshold. Default 150
31
32 -f <float>
33 Focal length (mm). Read from EXIF data.
34
35 -c <float>
36 Crop factor. Read/calculated from EXIF data.
37
38 -s <float>
39 Shortest dimension of sensor (mm), used to calculate crop factor.
40
41 -l <int>
42 Lens model:
43
44 1 = Rectilinear (default)
45 2 = Equal-area fisheye
46 3 = Equal-angle fisheye
47 4 = Stereographic fisheye
48 5 = Orthographic fisheye
49 6 = Generic fisheye
50 7 = Universal
51 -z <0⎪1>
52 Optimise image centre. Default 0
53
54 -v <0⎪1>
55 Verbose. Default 0
56
57 -h Print usage.
58
60 Tim Nugent
61
62
63
64perl v5.8.5 2009-12-02 CALIBRATE_LENS(1)