On Sun 29-Jul-2012 at 10:50 -0700, Caleb wrote:
My camera rotates. I'd like to try to remove the rotation. I've got a couple systems setup to help me retrieve the rotation data from frame to frame. I am wondering how to apply that data pre-stitching, rather than my current method of post-stitching. I noticed when I move the center of the stitched image in the GL Preview that it modifies all of the yaw/pitch/roll components for each image. Is there an easy way to apply a, for example, yaw of 4 degrees before creating the panorama?
Yaw is simple, you just increment the y values for each photo in the project file. For any combination of roll, pitch and yaw, there is a transform-pano tool in the Panotools::Script perl module that can do the calculation for you: http://search.cpan.org/dist/Panotools-Script/bin/transform-pano
-- 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
