i'm interested.
Dale
I'd really like to see some testing of the existing 'multi-row'
control point generation feature in the current trunk.
This is not going to be fast because it currently uses the
generatekeys/autopano pair from autopano-sift-C, it also doesn't
work well with wide-angle photos for the same reason.
It should however deal with the multi-row problem without resorting
to complex new GUIs.
--
Bruno
--
You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" group.
A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugi...@googlegroups.com
To unsubscribe from this group, send email to hugin-ptx+...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
This is a legacy from the mathematical background of panotools.
Optimization in this context describes the iterative process of altering
the parameters such that the control point distance finds an optimal
minimum. The mathematical algorithm is called Levenberg-Marquard
optimization:
http://en.wikipedia.org/wiki/Levenberg%E2%80%93Marquardt_algorithm
--
Erik Krause
http://www.erik-krause.de
(cough)*local* minimum(/cough)
BugBear
Gesundheit!
Sorry, you are absolutely right. However, isn't there a technique
implemented that tries other start values in order to find a better
neighboring minimum? I must admit that I don't know much about the
internal workings of the optimizer.