hugin-devs team mailing list archive
-
hugin-devs team
-
Mailing list archive
-
Message #00435
[Bug 679298] Re: autopano-sift-c --projection parameter no longer works
Works for me with current trunk:
$ autopano-sift-c --projection 0,84 test.pto img_095*
APSCpp, enhanced autopano-sift-c version 2.5.2 16February2010
[...]
rectilinear width 2920 height 4386 hfov 84
reduce to 1065 x 1600 (Scale 2.7412)...
convert to stereographic projection ...
[...]
$
I think this was fixed in SVN revision 5143. Marking as fix released.
** Changed in: hugin
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Hugin
Developers, which is subscribed to Hugin.
https://bugs.launchpad.net/bugs/679298
Title:
autopano-sift-c --projection parameter no longer works
Status in Hugin - Panorama Tools GUI:
Fix Released
Bug description:
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.