cpclean will not remove bad line control points.
and if -s is used to not optimize, then no control points are removed.
In the case of this project the 7 worst control points are line control points.
Adding -n 1 to remove more control points still did not remove any when the -s is used.



cpclean "$panoDir.pto" -w -s -o "$panoDir.2.pto"

Skipping optimisation, current image positions will be used.

Removed 0 control points in step 2

Written output to panorama.2.pto

=====

cpclean "$panoDir.pto" -w -o "$panoDir.3.pto"
Optimizing Variables
Strategy 1
...
Removed 7 control points in step 2

======

cpclean "$panoDir.pto" -w -n 1 -o "$panoDir.4.pto"
Optimizing Variables
Strategy 1
...
Removed 48 control points in step 2

======

cpclean "$panoDir.pto" -w -s -n 1 -o "$panoDir.5.pto"

Skipping optimisation, current image positions will be used.

Removed 0 control points in step 2

--
Jim Watters
http://photocreations.ca

--
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 hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/51D1BF04.6020303%40photocreations.ca.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to