diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2006-08-09 22:20:43 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2006-08-09 22:20:43 +0200 |
commit | b045aa1c430b86cb523b7e619d23ddc96aea521a (patch) | |
tree | 69bb5b4ee5bd157058dcfe112fe7d738fbfa2725 /README | |
parent | bf4427b9a9c912e94287a4bf9828fdd76b8a40de (diff) | |
parent | feae8373e6fbdafe5368410ba0ac51059f7155f7 (diff) |
merge in stitching code
Diffstat (limited to 'README')
-rw-r--r-- | README | 40 |
1 files changed, 36 insertions, 4 deletions
@@ -18,9 +18,11 @@ picture manually. Requirements ============ -- gipfel works on UNIX-like system (e.g. Linux, *BSD and probably others). -- You need fltk-1.1.x from www.fltk.org. -- You need the ccmath library (http://freshmeat.net/projects/ccmath/). +- fltk-1.1.x (http://www.fltk.org) +- libtiff (http://www.remotesensing.org/libtiff/) +- libjpeg (http://www.ijg.org/) +- ccmath library (http://freshmeat.net/projects/ccmath/) +- gipfel works on UNIX-like system (e.g. Linux, *BSD and probably others) Installation @@ -133,6 +135,37 @@ the Option->Show Hidden menu entry. Hidden objects and hidden GPS way points are displayed in blue. +Stitching +========= + +If you have multiple images from the same viewpoint referenced with gipfel +you can stitch them together to form a panorama image. +For stitching the input images must all have been correctly referenced +with gipfel and saved (see "Loading and Saving Images"). +You can then call gipfel -s <img1> <img2> ... +to see the result in a window. Alternatively you can call +gipfel -s -j <outimg> <img1> <img2> ... +to save the result as a JPEG image to <outimg> or +gipfel -s -t <outdir> <img1> <img2> ... +to save the result as multiple TIFF images to <outdir>. +Use the multiple TIFF option for blending the result with enblend +(http://enblend.sourceforge.net/). +The width and height of the result images can be adjusted with the +-w and -h options. + +The nice thing about stitching is that gipfel uses the same code that +it already had for positioning mountains on the pictures. +gipfel simply scans all directions needed for the panorama and determines +where these directions would end up on the various pictures. It can then +record the corresponding color values from the input images. + +In contrast to other stitching programs, the input images don't need to +overlap. + +If you want to open a stitched image in gipfel to locate the mountains +on it, don't forget to choose Panoramic Projection! + + Troubleshooting =============== @@ -180,4 +213,3 @@ results of gipfel. Johannes Hofmann (Johannes.Hofmann@gmx.de) -Nov 14, 2005 |