ChameleonScales schrieb am Freitag, 20. Mai 2022 um 13:04:16 UTC+2:
> Hi,
> If you download the attached pto and run :
> cpclean --max-distance "2" -o "./out.pto" "./in.pto"
>
> it revomes 0 control point, even though the max distance is 2.01
>
> I assume cpclean rounds the values and considers 2.01 good enough ?
>
> Did I make a wrong assumption about cpclean?
>
cpclean does not work with fixed threshold. The threshold is always
mean+n*sigma (in step 1 for each image pair and then in step 2 for the
whole pano). The max-distance factor is the variable n in the given
expression.
Also running autooptimiser in between does not affect the results because
cpclean does its own optimisation for each step before calculating mean and
sigma.
>From the help screen:
cpclean --help
<snip>
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
</snip>
I have extended also the help file for cpclean.
>
--
A list of frequently asked questions is available at:
http://wiki.panotools.org/Hugin_FAQ
---
You received this message because you are subscribed to the Google Groups
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/hugin-ptx/f9030f55-9b6e-42bc-8f74-28f59268503en%40googlegroups.com.