1CPCLEAN(1) HUGIN CPCLEAN(1)
2
3
4
6 cpclean - Remove wrong control points by statistical methods
7
9 cpclean [options] input.pto
10
12 cpclean uses statistical methods to remove wrong control points.
13
14 Step 1 optimises all images pairs, calculates for each pair mean and
15 standard deviation and removes all control points with error bigger
16 than mean+n*sigma.
17
18 Step 2 optimises the whole panorama, calculates mean and standard devi‐
19 ation for all control points and removes all control points with error
20 bigger than mean+n*sigma.
21
23 -o output.pto
24 Output Hugin PTO file. Default: '<filename>_clean.pto'.
25
26 -n num
27 distance factor for checking (default: 2)
28
29 -p do only pairwise optimisation (skip step 2)
30
31 -w do optimise whole panorama (skip step 1)
32
33 -h shows help
34
36 Thomas Modes
37
38
39
40perl v5.8.5 2009-09-30 CPCLEAN(1)