Menu

Tree [08a323] default Devel-3_0-root-20060904 PreMerge-Devel-3_0-20070126 /
 History

Read Only access


File Date Author Commit
 doc 2005-12-11 Andrew Mihal Andrew Mihal [742ba7] Updated the date on the man page.
 include 2005-12-04 Andrew Mihal Andrew Mihal [05c036] Minor changes to enable compilation under MSVC+...
 src 2006-09-05 Andrew Mihal Andrew Mihal [08a323] Added scope resolution to Twister reference.
 test 2004-11-07 Andrew Mihal Andrew Mihal [cc8fe2] Cleanup for sourceforge migration.
 AUTHORS 2005-12-03 Andrew Mihal Andrew Mihal [057e38] Added Pablo's patch for working with cropped an...
 COPYING 2004-02-24 Andrew Mihal Andrew Mihal [151bf3] Initial checkin, autoconf skeleton.
 ChangeLog 2005-12-11 Andrew Mihal Andrew Mihal [4d4b05] Checking in the ChangeLog for the 2.5 release.
 INSTALL 2004-02-24 Andrew Mihal Andrew Mihal [151bf3] Initial checkin, autoconf skeleton.
 Makefile.am 2004-11-15 Andrew Mihal Andrew Mihal [412bae] Added win32helpers and VC++ project files to th...
 NEWS 2005-12-11 Andrew Mihal Andrew Mihal [a848a9] Updated NEWS and the version number for release...
 README 2005-12-03 Andrew Mihal Andrew Mihal [057e38] Added Pablo's patch for working with cropped an...
 READMEWIN 2004-11-15 Andrew Mihal Andrew Mihal [ac33e1] Checked in ChangeLog and NEWS for version 2.1.
 TODO 2005-06-24 Andrew Mihal Andrew Mihal [a7f24b] Added compile-time index template functions to ...
 VIGRA_LICENSE 2004-07-04 Andrew Mihal Andrew Mihal [24bdee] Imported Pablo's modified vigra library.
 configure.in 2005-12-11 Andrew Mihal Andrew Mihal [a848a9] Updated NEWS and the version number for release...
 enblend.sln 2005-01-27 Andrew Mihal Andrew Mihal [45a42d] Incremented version to 2.2-pre1.
 install-sh 2004-02-24 Andrew Mihal Andrew Mihal [151bf3] Initial checkin, autoconf skeleton.
 missing 2004-03-26 Andrew Mihal Andrew Mihal [467ed8] Cleaned up the code and made the output message...
 mkinstalldirs 2004-02-24 Andrew Mihal Andrew Mihal [151bf3] Initial checkin, autoconf skeleton.

Read Me

Copyright (C) 2004-2005 Andrew Mihal.

This file is part of Enblend.

Enblend is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

Enblend is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Enblend; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

Enblend uses the VIGRA computer vision library.
VIGRA is Copyright 1998-2002 by Ullrich Koethe
Cognitive Systems Group, University of Hamburg, Germany
Please see the file VIGRA_LICENSE for details.

                        ENBLEND

Enblend is a tool for compositing images using a Burt & Adelson multiresolution
spline. This technique tries to make the seams between the input images
invisible. The basic idea is that image features should be blended across a
transition zone proportional in size to the spatial frequency of the features.
For example, objects like trees and windowpanes have rapid changes in color.
By blending these features in a narrow zone, you will not be able to see the
seam because the eye already expects to see color changes at the edge of these
features. Clouds and sky are the opposite. These features have to be blended
across a wide transition zone because any sudden change in color will be
immediately noticeable.

Enblend expects each input TIFF to have an alpha channel. The alpha channel
should indicate the region of the file that has valid image data. Enblend
compares the alpha regions in the input files to find the areas where images
overlap. Alpha channels can be used to indicate to Enblend that certain
portions of an input image should not contribute to the final image.

Enblend does not align images for you. Use a tool like Hugin or PanoTools
to do this. The TIFFs produced by these programs are exactly what Enblend is
designed to work with.

                        INSTALLATION

./configure
make
make install

See INSTALL for more information.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.