Man page - cpclean(1)
Packages contas this manual
- pto_template(1)
- pto_lensstack(1)
- checkpto(1)
- tca_correct(1)
- cpfind(1)
- pto_mask(1)
- nona(1)
- geocpset(1)
- pto_var(1)
- deghosting_mask(1)
- fulla(1)
- pano_modify(1)
- cpclean(1)
- pto_merge(1)
- hugin_lensdb(1)
- linefind(1)
- autooptimiser(1)
- pto_gen(1)
- pto_move(1)
- icpfind(1)
- hugin_executor(1)
- verdandi(1)
- pano_trafo(1)
- hugin_hdrmerge(1)
- hugin_stacker(1)
- vig_optimize(1)
- align_image_stack(1)
- celeste_standalone(1)
Package: hugin-tools
apt-get install hugin-tools
apt-get install hugin-tools
Manuals in package:
Documentations in package:
Manual
| CPCLEAN("1") | HUGIN | CPCLEAN("1") |
NAME
cpclean - Remove wrong control points by statistical methods
SYNOPSIS
cpclean [options] input.pto
DESCRIPTION
cpclean uses statistical methods to remove wrong control points.
Step 1 optimises all images pairs, calculates for each pair mean and standard deviation and removes all control points with error bigger than mean+n*sigma.
Step 2 optimises the whole panorama, calculates mean and standard deviation for all control points and removes all control points with error bigger than mean+n*sigma.
OPTIONS
- --output|-o output.pto
- Output Hugin PTO file. Default: '<filename>_clean.pto'.
- --max-distance|-n num
- distance factor for checking (default: 2) (cps with an error > mean + this factor*sigma will be removed)
- --pairwise-checking|-p
- do only image pair cp checking (skip step 2)
- --whole-pano-checking|-w
- do only whole panorama checking (skip step 1)
- --dont-optimize|-s
- skip optimisation step when checking the whole panorama
- --check-line-cp|-l
- also include line control points for calculation and filtering in step 2
- --verbose|-v
- verbose output during optimisation
- --help|-h
- shows help
AUTHORS
Thomas Modes
| 2025-01-09 | "Version: 2024.0.1" |