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)
28
29 --pairwise-checking|-p
30 do only pairwise optimisation (skip step 2)
31
32 --whole-pano-checking|-w
33 do optimise whole panorama (skip step 1)
34
35 --dont-optimize|-s
36 skip optimisation step when optimising the whole panorama
37
38 --check-line-cp|-l
39 also include line control points for calculation and filtering in
40 step 2
41
42 --help|-h
43 shows help
44
46 Thomas Modes
47
48
49
50"Version: 2018.0.0" 2016-01-17 CPCLEAN(1)