1Panotools::Script::LineU:s:eCronCtornotlr(i3b)uted PerlPDaoncoutmoeonltsa:t:iSocnript::Line::Control(3)
2
3
4
6 Panotools::Script::Line::Control - Panotools control-point
7
9 A pair of control-points forms a 'c' line
10
12 One line per point pair. about one pair of points per image per
13 variable being optimized. The more variables being optimized the more
14 control points needed.
15
16 n0 first image
17 N1 second image
18 x1066.5 first image x point position
19 y844.333 first image y point position
20 X239.52 second image x point position
21 Y804.64 second image y point position
22 t0 type of control point (optional)
23 0 - normal (default)
24 1 - optimize horizontally only
25 2 - optimize vertically only
26 3+ (all other numbers) - straight line
27
28 Get a simplified description of a control point useful for identifying
29 duplicates like so:
30
31 print $point->Packed;
32
33 Format is first image, x, y, second image, x, y, point type
34
35 e.g: 2,123,456,3,234,567,0
36
37 Get a value for control point error distance (measured in pixels in the
38 panorama output):
39
40 print $point->Distance ($pto);
41
42 Note that it is necessary to pass a Panotools::Script object to this
43 method. Note also that the values returned are approximately half
44 those returned by panotools itself, go figure.
45
46
47
48perl v5.32.1 2021-01-27Panotools::Script::Line::Control(3)