.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "CPCLEAN ""1""" .TH CPCLEAN """1""" 2024-03-20 """Version: 2023.0.0""" HUGIN .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME cpclean \- Remove wrong control points by statistical methods .SH SYNOPSIS .IX Header "SYNOPSIS" \&\fBcpclean\fR [options] \fIinput.pto\fR .SH DESCRIPTION .IX Header "DESCRIPTION" \&\fBcpclean\fR uses statistical methods to remove wrong control points. .PP 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. .PP 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. .SH OPTIONS .IX Header "OPTIONS" .IP "\fB\-\-output|\-o\fR output.pto" 4 .IX Item "--output|-o output.pto" Output Hugin PTO file. Default: '_clean.pto'. .IP "\fB\-\-max\-distance|\-n\fR num" 4 .IX Item "--max-distance|-n num" distance factor for checking (default: 2) (cps with an error > mean + this factor*sigma will be removed) .IP \fB\-\-pairwise\-checking|\-p\fR 4 .IX Item "--pairwise-checking|-p" do only image pair cp checking (skip step 2) .IP \fB\-\-whole\-pano\-checking|\-w\fR 4 .IX Item "--whole-pano-checking|-w" do only whole panorama checking (skip step 1) .IP \fB\-\-dont\-optimize|\-s\fR 4 .IX Item "--dont-optimize|-s" skip optimisation step when checking the whole panorama .IP \fB\-\-check\-line\-cp|\-l\fR 4 .IX Item "--check-line-cp|-l" also include line control points for calculation and filtering in step 2 .IP \fB\-\-verbose|\-v\fR 4 .IX Item "--verbose|-v" verbose output during optimisation .IP \fB\-\-help|\-h\fR 4 .IX Item "--help|-h" shows help .SH AUTHORS .IX Header "AUTHORS" Thomas Modes