On Mon 01-Sep-2008 at 23:45 +0100, Bruno Postle wrote: > >- panostart is new tool that takes a list of photos and splits it >into likely panorama groups based on EXIF timestamps. It writes a >Makefile with rules for generating hugin .pto projects (via >match-n-shift), and rules for stitching them into TIFF output.
This tool is fun and seems to work most of the time. Say you have a folder full of camera .JPG files, they can be a mixture of 'normal' panoramas and bracketed panoramas, handheld is ok too. My camera/lens is a fisheye (panotools projection 2) and has a portrait angle of view of about 111°, so I can use something like this on the command-line: panostart --fov=111 --projection=2 --output=Makefile *.JPG make This will create .pto, .pto.mk and .tif files for each panorama. If the results are not good enough, the .pto projects can be tweaked in hugin, then either stitched with the GUI or restitched by typing 'make'. -- 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 -~----------~----~----~----~------~----~------~--~---
