And how come I can take a project all the way through finding control
points, optimizing, etc, save it - then open it the very next day and
have Hugin tell me "Control points have changed, images need realignment"?
--
Gnome Nomad
gnome...@gmail.com
wandering the landscape of god
http://www.cafepress.com/otherend/
I can only support the wish of an good explanation of this problem.
Are there any experts who have a solution or an idea?
Only one calculation delivered one match less (floating point accuracy?)
--
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
I'd say: Don't seed the RNG at all. That way, to the program the
random number generator will still produce "random" results, but the
random numbers will be the same sequence every time the program is
run.
(Seeding with 23 works just as well, don't worry).
For testing/debugging, it might be useful to add an option that
controls the seeding:
default:
--seed=0
(seed with the value zero or don't seed. These are probably the same).
you can seed with a specific value like this:
--seed=<value>
or you can seed with the time:
--seed=time
or with /dev/random:
--seed=random
Roger.
--
** R.E....@BitWizard.nl ** http://www.BitWizard.nl/ ** +31-15-2600998 **
** Delftechpark 26 2628 XH Delft, The Netherlands. KVK: 27239233 **
*-- BitWizard writes Linux device drivers for any device you may have! --*
The plan was simple, like my brother-in-law Phil. But unlike
Phil, this plan just might work.
Might be interesting to run the same tests on the same images using
cpfind, then compare the output with what autopano-sift-c gave you.