On Mon 14-Sep-2009 at 06:27 -0700, RueiKe wrote:
>
>Hugin is able to estimate them from the EXIF data. The values
>immediately after loading are Normal (rectilinear), degrees of
>view=84.00737, focal length=20, crop factor=1.
>
>Here is text while processing one of the images:
>
>Filename K:\HWD\RL3_8447.tif
> rectilinear width 4256 height 2832 hfov 180
You found a bug, basically the autopano-sift-c --projection option
doesn't work in the current trunk, it always assumes an angle of
view of 180:
Current trunk:
./autopano-sift-c --projection 0,84 new.pto /tmp/RL3_844*
...
rectilinear width 4256 height 2832 hfov 180
2.5.0:
autopano-sift-c --projection 0,84 new.pto /tmp/RL3_844*
...
width 4256 height 2832 format 0 hfov 84
This appears to have broken with svn4082.
Note to packagers, the current stable version of autopano-sift-C is
2.5.0, this version does have a substantial memory leak which is
fixed in svn3895 - Any snapshot after this should be considered
unstable.
--
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-~----------~----~----~----~------~----~------~--~---