On 8 June 2010 18:19, Ulfón Seemann <[email protected]> wrote: > > I am trying to build a no-GUI version of Hugin, and would appreciate any > hints or links. > More specifically, what I intend to do is to prepare hugin projects > (.pto) the normal way, then transfer all the projects (including the > images of course) to a different (linux-)machine and have it stich and > fuse everything there. I would use 'hugin_stitch_project' to do the job > and call everything, from a commandline.
hugin_stitch_project and PTBatcherGUI are wxwidgets GUI tools, so you probably don't want to use them on a headless machine. Command-line stitching is straightforward and involves processing the project with 'make', see: http://wiki.panotools.org/Panorama_scripting_in_a_nutshell#Makefile_stitching_system To build just the Hugin command-line tools, compile Hugin on a system without wxwidgets. However you do still need some xorg libraries. -- 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
