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
19 deviation for all control points and removes all control points with
20 error bigger than mean+n*sigma.
21
23 --output|-o output.pto
24 Output Hugin PTO file. Default: '<filename>_clean.pto'.
25
26 --max-distance|-n num
27 distance factor for checking (default: 2) (cps with an error > mean
28 + this factor*sigma will be removed)
29
30 --pairwise-checking|-p
31 do only image pair cp checking (skip step 2)
32
33 --whole-pano-checking|-w
34 do only whole panorama checking (skip step 1)
35
36 --dont-optimize|-s
37 skip optimisation step when checking the whole panorama
38
39 --check-line-cp|-l
40 also include line control points for calculation and filtering in
41 step 2
42
43 --verbose|-v
44 verbose output during optimisation
45
46 --help|-h
47 shows help
48
50 Thomas Modes
51
52
53
54"Version: 2022.0.0" 2023-01-19 CPCLEAN("1")