Hugin is a piece of software used for stitiching images. You can take several photos, taking some care to have 30 percent overlap or so, and then use this program to stitch them together into a continuous image. When it works, it works very well.
These are my notes on the program, in particular the process needed to build and install it on Linux Fedora Core 4 and 5.
Here are my notes on building this for Fedora core 4 (I will add the Fedora Core 5 notes pretty soon, I hope). First download the following three packages:
I also downloaded these, but haven't found them necessary, nor have I done anything with them yet:
su chown -R tom:tom /usr/local
This works fine since I can now put stuff there and run stuff out of there without ever having to touch root ... and I will find out if any of the makefiles try to put things in to /usr/bin or some such.
libpano needs to be built first. This goes without a hitch:
Stuff gets placed into /usr/local/lib, /usr/local/bin, and /usr/local/include/pano12. We will see if there are troubles with subsequent builds finding this stuff (there aren't). A peek at /etc/ld.so.conf shows that it has /usr/local/lib in the list, so this apparently is adquate to allow things to go smoothly.
yum install boost-devel yum install wxGTK wxGTK-devel wxGTK-gl
This puts lots of stuff into /usr/local/share. It wants to fiddle with /usr/bin/update-desktop-database and gets in trouble, but I don't think I care about that.
Now I can type hugin at the command line and voila, I get the hugin GUI looking at me, and load a first trial pair of JPEG images, but am quickly informed that I will be much happier if I also install enblend.
Uncle Tom's Digital Photography Info / [email protected]