This manual is for Enblend (version 4.0-753b534c819d, 4 December 2009), a tool for compositing images in such a way that the seam between the images is invisible, or at least very difficult to see.
Enblend overlays multiple TIFF images using the Burt-Adelson multiresolution spline algorithm.1 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 file 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. Use a tool such as hugin or PanoTools to do this. The TIFF files produced by these programs are exactly what Enblend is designed to work with. Sometimes these GUIs allow you to select feathering for the edges of your images. This treatment is detrimental to Enblend. Turn off feathering by deselecting it or setting the feather width to zero.
Enblend blends the images in the order they are specified on the command line. You should order your images according to the way that they overlap, for example from left-to-right across the panorama. If you are making a multi-row panorama, we recommend blending each horizontal row individually, and then running Enblend a last time to blend all of the rows together vertically.
Enblend reads all layers of multi-layer images, like, for example, multi-directory TIFF images2. The input images are processed in the order they appear on the command line. Multi-layer images are processed from the first layer to the last before Enblend considers the next image on the command line.
Find out more about Enblend on its SourceForge web page.
Enblend and Enfuse are parts of a chain of tools to assemble images.
Figure:photographic-workflow shows where Enblend and Enfuse sit in this tool chain.
There is one exception with Enfuse when a single raw image is
converted multiple times to get several – typically differently
“exposed” – images.
Exemplary Benefits
Remaining Problem: The “overlayed” images may not fit together, that is the overlay regions may not match exactly.
Again there is one exception and this is when images naturally align.
For example, a series of images taken from a rock solid tripod with a
cable release without touching the camera, or images taken with a
shift lens, can align without further user intervention.
This step submits the images to affine transformations. If necessary, it rectifies the lens' distortions (e.g. barrel or pincushion), too. Sometimes even luminance or color differences between pairs of overlaying images are corrected (“photometric alignment”).
Benefit: The overlay areas of images match as closely as possible given the quality if the input images and the lens model used in the transformation.
Remaining Problem: The images may still not align perfectly, for example, because of parallax errors, or blur produced by camera shake.
Benefit: The overlay areas become imperceptible for all but the most mal-aligned images.
Remaining Problem: Enblend and Enfuse write images with an alpha channel. (For more information on alpha channels see Understanding Masks.) Furthermore, the final image rarely is rectangular.
View
Enjoy
enblend [OPTIONS] [--output=IMAGE] INPUT...
Assemble the sequence of images INPUT... into a single IMAGE.
Input images are either specified literally or via so-called response files (see below). The latter are an alternative to specifying image filenames on the command line.
A response file contains names of images or other response filenames. Introduce response file names with an at-character (‘@’).
Enblend and Enfuse process the list INPUT strictly from left to right, expanding response files in depth-first order. (Multi-layer files are processed from first layer to the last.) The following examples only show Enblend, but Enfuse works exactly the same.
enblend image-1.tif image-2.tif image-3.tif
The ultimate order in which the images are processed is: image-1.tif, image-2.tif, image-3.tif.
enblend @list
where file list contains
img1.exr
img2.exr
img3.exr
img4.exr
Ultimate order: img1.exr, img2.exr, img3.exr, img4.exr.
enblend @master.list image-09.png image-10.png
where file master.list comprises of
image-01.png
@first.list
image-04.png
@second.list
image-08.png
first.list is
image-02.png
image-03.png
and second.list contains
image-05.png
image-06.png
image-07.png
Ultimate order: image-01.png, image-02.png, image-03.png, image-04.png, image-05.png, image-06.png, image-07.png, image-08.png, image-09.png, image-10.png,
Response files contain one filename per line. Blank lines or lines beginning with a sharp sign (‘#’) are ignored; the latter can serve as comments. Filenames that begin with an at-character (‘@’) denote other response files. Table:response-file-format states a formal grammar of response files in EBNF.
| response-file | ::= | line* |
| line | ::= | (comment | file-spec) [‘\r’] ‘\n’ |
| comment | ::= | space* ‘#’ text |
| file-spec | ::= | space* ‘@’ filename space* |
| space | ::= | ‘ ’ | ‘\t’ |
where text is an arbitrary string and filename is any filename.
Table 3.1: EBNF definition of the grammar of response files.
In a response file relative filenames are used relative the response file itself, not relative to the current-working directory of the application.
The above grammar might unpleasantly surprise the user in the some ways.
# exposure series
img-0.33ev.tif # "middle" EV
img-1.33ev.tif
img+0.67ev.tif
only the first line contains a comment, whereas the second line includes none. Rather, it refers to a file called ‘img-0.33ev.tif # "middle" EV’.
If Enblend or Enfuse do not recognize a response file, they will skip the file and issue a warning. To force a file being recognized as a response file add one of the following syntactic comments to the first line of the file.
response-file: true
enblend-response-file: true
enfuse-response-file: true
Finally, here is an example of a valid response file.
# 4\pi panorama!
# These pictures were taken with the panorama head.
@round-shots.list
# Freehand sky shot.
zenith.tif
# "Legs, will you go away?" images.
nadir-2.tif
nadir-5.tif
nadir.tif
Comments that follow the format described in Table:response-file-syntactic-comment are treated as instructions how to interpret the rest of the response file. A syntactic comment is effective immediately and its effect persists to the end of the response file, unless another syntactic comment undoes it.
| syntactic-comment | ::= | space* ‘#’ space* key space* ‘:’ space* value |
| key | ::= | (‘A’ .. ‘Z’ | ‘a’ .. ‘z’ | ‘-’)+ |
where value is an arbitrary string.
Table 3.2: EBNF definition of the grammar of syntactic comments in response files.
Unknown syntactic comments are silently ignored.
The three equivalent syntactic keys
control the algorithm that Enblend or Enfuse use to glob filenames in response files.
All versions of Enblend and Enfuse support at least two algorithms: literal, which is the default, and wildcard. See Table:globbing-algorithms for a list of all possible globbing algorithms. To find out about the algorithms in your version of Enblend or Enfuse team up the options --version and --verbose.
literalPlease keep in mind that whitespace at both ends of a line in a response file always gets discarded.
wildcardThe W*N32 implementation only globs the filename part of a path, whereas all other implementations perform wildcard expansion in all path components. Also see glob(7).
noneliteral.shellshell globbing algorithm works as literal does. In addition, it interprets the wildcard characters ‘{’, ‘}’, and ‘~’. This makes the expansion process behave more like common UN*X shells.shshell.Table 3.3: Globbing algorithms for the use in response files
Example:
# Horizontal panorama
# 15 images
# filename-globbing: wildcard
image_000[0-9].tif
image_001[0-4].tif
Common options control some overall features of Enblend.
-aThis overrides the default behavior which is to blend the images sequentially in the order given on the command line. Enblend will use fewer blending iterations, but it will do more work in each iteration.
--compression=COMPRESSIONDepending on the output file format Enblend accepts different values for COMPRESSION.
However, VIGRA automatically compresses png-files with the Deflate method.
-h--help-l LEVELS--levels=LEVELSThe number of levels used in a pyramid controls the balance between local and global image features (contrast, saturation, ...) in the blended region. Fewer levels emphasize local features and suppress global ones. The more levels a pyramid has, the more global features will be taken into account.
As a guideline, remember that each new level works on a linear scale twice as large as the previous one. So, the zeroth layer, the original image, obviously defines the image at single-pixel scale, the first level works at two-pixel scale, and generally, the n-th level contains image data at 2^n-pixel scale. This is the reason why an image of width×height pixels cannot be deconstructed into a pyramid of more than
levels.If too few levels are used, “halos” around regions of strong local feature variation can show up. On the other hand, if too many levels are used, the image might contain too much global features. Usually, the latter is not a problem, but is highly desired. This is the reason, why the default is to use as many levels as is possible given the size of the overlap regions. Enblend may still use a smaller number of levels if the geometry of the overlap region demands.
Positive values of LEVELS limit the maximum number of pyramid levels. Depending on the size and geometry of the overlap regions this may or may not influence any pyramid. Negative values of LEVELS reduce the number of pyramid levels below the maximum no matter what the actual maximum is and thus always influence all pyramids.
The valid range of the absolute value of LEVELS is 1 to 29.
-o--output=FILEIf --output is not specified, the default is to put the resulting image in a.tif.
-v--verbose[=LEVEL]Each level includes all messages of the lower levels.
The default verbosity level of Enblend is 1.
-V--versionTeam this option with --verbose to inquire about configuration details, like the extra features that have been compiled in.
-w--wrap=MODEWith this option Enblend treats the panorama of width w and height h as an infinite data structure, where each pixel P(x, y) of the input images represents the set of pixels S_P(x, y)4.
MODE takes the following values:
Specifying --wrap without MODE selects horizontal wrapping.
-xExtended options control the image cache, the color model, and the cropping of the output image.
-b BLOCKSIZEThis is the amount of data that Enblend will move to and from the disk at one time. The default is 2048KB, which should be ok for most systems. See Tuning Memory Usage for details.
Note that Enblend must have been compiled with the image-cache feature for this option to be effective. Find out about extra features with enblend --version --verbose.
-cThe input files should have embedded ICC profiles if this option is specified. If no ICC profile is present, Enblend will assume that the image uses the sRGB color space. The difference between this option and Enblend's default color blending algorithm is very slight and will only be noticeable when areas of different primary colors are blended together.
-d--depth=DEPTHEnblend always uses a smart way to change the channel depth to assure highest image quality (at the expense of memory), whether requantization is implicit because of the output format or explicit with option --depth.
All DEPTH specifications are valid in lowercase as well as uppercase letters. For integer format, use
8, uint8int1616, uint16int3232, uint32For floating-point format, use
r32, real32, floatr64, real64, doubleIf the requested DEPTH is not supported by the output file format, Enblend warns and chooses the DEPTH that matches best.
The OpenEXR data format is treated as IEEE754 float internally. Externally, on disk, OpenEXR data is represented by “half” precision floating-point numbers.
OpenEXR half precision floating-point, 16bit wide, 10bit significant
-f WIDTHxHEIGHT-f WIDTHxHEIGHT+xXOFFSET+yYOFFSETThis option is useful when the input images are cropped TIFF files, such as those produced by nona. The stitcher nona is part of Hugin. See Helpful Programs.
-gGimp (before version 2.0) and Cinepaint (see Helpful Programs) exhibit unusual behavior when loading images with unassociated alpha channels. Use option -g to work around this problem. With this flag Enblend creates the output image with the associated alpha tag set, even though the image is really unassociated alpha.
--gpuThis is an experimental feature that may not work on all systems. In this version of Enblend, 4.0-753b534c819d, only mask optimization strategy 1 benefits from this option.
Note that GPU-support must have been compiled into Enblend for this option to be available. Find out about this feature with enblend --version --verbose.
-m CACHESIZEThis is the amount of memory Enblend will use for storing image data before swapping to disk. The default is 1024MB which is good for systems with 3–4gigabytes (GB) of RAM. See Tuning Memory Usage for details.
Note that Enblend must have been compiled with the image-cache feature for this option to be effective. Find out about extra features with enblend --version --verbose.
These options control the generation and the usage of masks.
--anneal=TAU[:DELTA-E-MAX[:DELTA-E-MIN[:K-MAX]]]Append a percent sign (‘%’) to specify TAU as a percentage.
Valid range:
The default is 0.75; values around 0.95 are reasonable. Usually, slower cooling results in more converged points.
Valid range:
In particular they determine the initial and final annealing temperatures according to:
The defaults are: DELTA-E-MAX: 7000.0 and DELTA-E-MIN: 5.0.
Valid range:
The default is 32. Values around 100 seem reasonable.
--coarse-mask[=FACTOR]If omitted FACTOR defaults to 8, this means, option --coarse-mask shrinks the overlapping areas by a factor of 8 ×
8. With FACTOR = 8 the total memory allocated during a run of Enblend shrinks approximately by 80% and the maximum amount of memory in use at a time is decreased to 60% (Enblend compiled with image cache) or 40% (Enblend compiled without image cache).
Valid range: FACTOR = 1, 2, 3,....
Also see Table:mask-generation.
--no-optimize |
--optimize
|
|
|---|---|---|
--fine-mask |
Use NFT mask. | Vectorize NFT mask, optimize vertices with simulated annealing and Dijkstra's shortest path algorithm, fill vector contours.
|
--coarse-mask |
Scale down overlap region, compute NFT mask and vectorize it, fill vector contours. | Scale down overlap region, vectorize NFT mask, optimize vertices with simulated annealing and Dijkstra's shortest path algorithm, fill vector contours. |
Table 3.4: Various options that control the generation of masks. All mask computations are based on the Nearest-Feature Transformation (NFT) of the overlap region.
--dijkstra=RADIUSA small value prefers straight line segments and thus shorter seam lines. Larger values instruct the optimizer to let the seam line take more detours when searching for the best seam line.
Valid range:
Default: 25pixels.
--fine-maskAlso see Table 3.4.
--load-masks[=IMAGE-TEMPLATE]See --save-masks below for details.
--mask-vectorize=DISTANCEIf Enblend uses a coarse mask (--coarse-mask) or Enblend optimizes (--optimize) a mask it vectorizes the initial seam line before performing further operations. See Table 3.4 for the precise conditions. DISTANCE tells Enblend how long to make each of the line segments called vectors here.
The unit of DISTANCE is pixels unless it is a percentage as explained in the next paragraph. In fine masks one mask pixel corresponds to one pixel in the input image, whereas in coarse masks one pixel represents for example 8pixels in the input image.
Append a percentage sign (‘%’) to DISTANCE to specify the segment length as a fraction of the diagonal of the rectangle including the overlap region. Relative measures do not depend on coarse or fine masks, they are recomputed for each mask. Values around 5%–10% are a good starting point.
This option massively influences the mask generation process! Large DISTANCE values lead to shorter, straighter, less wiggly, less baroque seams that are on the other hand less optimal, because they run through regions of larger image mismatch instead of avoiding them. Small DISTANCE values give the optimizers more possibilities to run the seam around high mismatch areas.
What should never happen though, are loops in the seam line. Counter loops with higher weights of DISTANCE-WEIGHT (in option --optimizer-weights), larger vectorization DISTANCEs, TAUs (in option --anneal) that are closer to one, and blurring of the difference image with option --smooth-difference. Use option --visualize to check the results.
Valid range:
Enblend limits DISTANCE so that it never gets below 4 even if it has been given as a percentage. The user will be warned in such cases.Default: 4pixels for coarse masks and 20pixels for fine masks.
--no-optimizeAlso see Table 3.4.
--optimize--anneal = TAU : DELTA-E-MAX : DELTA-E-MIN : K-MAX.
--dijkstra = RADIUS.
Table 3.5: Enblend's two strategies to optimize the seam lines between images.
--optimizer-weights=DISTANCE-WEIGHT[:MISMATCH-WEIGHT]The seam-line optimizer considers two qualities of the seam line:
The optimizer weights DISTANCE-WEIGHT and MISMATCH-WEIGHT define how to weight these two criteria. Enblend up to version 3.2 used 1:1. This version of Enblend (4.0-753b534c819d) uses 8.0:1.0.
A large DISTANCE-WEIGHT pulls the optimized seam line closer to the initial postion. A large MISMATCH-WEIGHT makes the seam line go on detours to find a path along which the mismatch between the images is small. If the optimized seam line shows cusps or loops (see option --visualize), reduce MISMATCH-WEIGHT or increase DISTANCE-WEIGHT.
Both weights must be non-negative. They cannot be both zero at the same time. Otherwise, their absolute values are not important as Enblend normalizes their sum.
--save-masks[=IMAGE-TEMPLATE]Use this option if you wish to edit the location of the seam line by hand. This will give you images of the right sizes that you can edit to make your changes. Later, use --load-masks to blend the project with your custom seam lines.
IMAGE-TEMPLATE defines a template that is expanded for each input file. In a template a percent sign (‘%’) introduces a variable part. All other characters are copied literally. Lowercase letters refer to the name of the respective input file, whereas uppercase ones refer to the name of the output file (see Common Options). Table:mask-template-characters lists all variables.
A fancy mask filename template could look like this:
%D/mask-%02n-%f.tif
It puts the mask files into the same directory as the output file (‘%D’), generates a two-digit index (‘%02n’) to keep the mask files nicely sorted, and decorates the mask filename with the name of the associated input file (‘%f’) for easy recognition.
--smooth-difference=RADIUSIf RADIUS is larger than zero Enblend blurs the difference images of the overlap regions with a Gaussian filter having a radius of RADIUSpixels. Values of 0.5 to 1.5pixels for RADIUS are good starting points; use option --visualize to directly judge the effect.
When using this option in conjunction with --coarse-mask=FACTOR, keep in mind that the smoothing occurs after the overlap regions have been shrunken. Thus, blurring affects a FACTOR×FACTOR times larger area in the original images.
Valid range:
--visualize[=VISUALIZE-TEMPLATE]The image shows Enblend's view of the overlap region and how it decided to route the seam line. If you are experiencing artifacts or unexpected output, it may be useful to include this visualization image in your bug report. See Bug Reports.
VISUALIZE-TEMPLATE defines a template that is expanded for each input file. In a template, a percent sign (‘%’) introduces a variable part; all other characters are copied literally. Lowercase letters refer to the name of the respective input file, whereas uppercase ones refer to the name of the output file (see Common Options). Table:mask-template-characters lists all variables.
Visualization Image The visualization image shows the symmetric difference of the pixels in the rectangular region where two images overlap. The larger the difference the lighter shade of gray it appears in the visualization image. Enblend paints the non-overlapping parts of the image pair – these are the regions where no blending occurs – in dark red. Table:visualization-colors shows the meanings of all the colors that are used in seam-line visualization images.
Enblend marks a non-movable (“frozen”) endpoint of a seam-line segment with a bright white cross, whereas it uses a light orange diamond to denote an endpoint that the optimizer may move around.
Table 3.6: Colors used in seam-line visualization images.
%%%i‘%i’ supports setting a pad character or a width specification:
% PAD WIDTH i
PAD is either ‘0’ or any punctuation character; the default pad character is ‘0’. WIDTH is an integer specifying the minimum width of the number. The default is the smallest width given the number of input images, this is 1 for 2–9 images, 2 for 10–99 images, 3 for 100–999 images, and so on.
Examples: ‘%i’, ‘%02i’, or ‘%_4i’.
%n%pExample: If the input file is called /home/luser/snap/img.jpg, ‘%p’ expands to /home/luser/snap/img.jpg, or shorter: ‘%p’ ⇒ /home/luser/snap/img.jpg.
%P%dExample (cont.): ‘%d’ ⇒ /home/luser/snap.
%D%bExample (cont.): ‘%b’ ⇒ img.jpg.
%B%fExample (cont.): ‘%f’ ⇒ img.
%F%eExample (cont.): ‘%e’ ⇒ .jpg.
%ETable 3.7: Special characters to control the generation of mask filenames.
A binary mask indicates for every pixel of an image if this pixel must be considered in further processing, or ignored. For a weight mask, the value of the mask determines how much the pixel contributes, zero again meaning “no contribution”.
Masks arise in two places: as part of the input files and as separate files, showing the actual pixel weights prior to image blendung or fusion. We shall explore both occurrences in the next sections.
Each of the input files for Enfuse and Enblend can contain its own mask. Both applications interpret them as binary masks no matter how many bits per image pixel they contain.
Use ImageMagick's identify or, for TIFF files, tiffinfo to inquire quickly whether a file contains a mask. Helpful Programs shows where to find these programs on the web.
$ identify -format "%f %m %wx%h %r %q-bit" remapped-0000.tif
remapped-0000.tif TIFF 800x533 DirectClassRGBMatte 8-bit
^^^^^ mask
$ tiffinfo remapped-0000.tif
TIFF Directory at offset 0x1a398a (1718666)
Subfile Type: (0 = 0x0)
Image Width: 800 Image Length: 533
Resolution: 150, 150 pixels/inch
Position: 0, 0
Bits/Sample: 8
Sample Format: unsigned integer
Compression Scheme: PackBits
Photometric Interpretation: RGB color
Extra Samples: 1<unassoc-alpha> <<<<< mask
Orientation: row 0 top, col 0 lhs
Samples/Pixel: 4 <<<<< R, G, B, and mask
Rows/Strip: 327
Planar Configuration: single image plane
The “Matte” part of the image class and the “Extra Samples” line tell us that the file features a mask. Also, many interactive image manipulation programs show the mask as a separate channel, sometimes called “Alpha”. There, the white (high mask value) parts of the mask enable pixels and black (low mask value) parts suppress them.
The multitude of terms all describing the concept of a mask is confusing.
Enblend and Enfuse only consider pixels that have an associated mask value other than zero. If an input image does not have an alpha channel, Enblend warns and assumes a mask of all non-zero values, that is, it will use every pixel of the input image for fusion.
Stitchers like nona add a mask to their output images.
Sometimes it is helpful to manually modify a mask before fusion. For example to suppress unwanted objects (insects and cars come into mind) that moved across the scene during the exposures. If the masks of all input images are black at a certain position, the output image will have a hole in that position.
The default configuration of Enblend and Enfuse assumes a system with 3–4GB of RAM.
If Enblend and Enfuse have been compiled with the “image-cache” feature, they do not rely on the operating system's memory management, but use their own image cache in the file system. To find out whether your version uses the image cache say
enblend --verbose --version
or
enfuse --verbose --version
Enblend and Enfuse put the file that holds the image cache either in the directory pointed to by the environment variable TMPDIR, or, if the variable is not set, in directory /tmp. It is prudent to ensure write permissions and enough of free space on the volume with the cache file.
The size of the image cache is user configurable with the option ‘-m CACHE-SIZE’ (see Extended Options). Furthermore, option ‘-b BUFFER-SIZE’ (see Extended Options) allows for fine-tuning the size of a single buffer inside the image cache. Note that CACHE-SIZE is given in megabytes, whereas the unit of BUFFER-SIZE is kilobytes.
Usually the user lets the operating system take care of the memory management of all processes. However, users of Enblend or Enfuse might want to control the balance between the operating systems' Virtual Memory system and the image cache for several reasons.
The CACHE-SIZE should be set in such a way as to reconcile all of the above aspects even for the biggest data sets, that is, projects with many large images.
Table:cache-size-settings suggests some cache- and buffer-sizes for different amounts of available RAM.
| RAM | CACHE-SIZE | BUFFER-SIZE | Comment |
|---|---|---|---|
| MB | MB | KB | |
| 4096 | 1024 | 2048 | default |
| 2048 | 512–1024 | 1024 | |
| 1024 | 256–512 | 256–512 |
Table 5.1: Suggested cache-size settings
On systems with considerably more than 4GB of RAM it is recommended to run Enblend or Enfuse versions without image cache.
Several programs and libraries have proven helpful when working with Enfuse and Enblend.
It comes with several command line tools, like nona to stitch panorama images, align_image_stack to align overlapping images for HDR or create focus stacks, and fulla to correct lens errors.
The nifty tiffinfo command quickly inquires the properties of TIFF files.
Most of this appendix was taken from the
Octave documentation.
Bug reports play an important role in making Enblend and Enfuse reliable and enjoyable.
When you encounter a problem, the first thing to do is to see if it is already known. On the package's SourceForge homepage click “Develop” and on the development page click “Tracker”. Search the trackers for your particular problem. If it is not known, then you should report the problem.
In order for a bug report to serve its purpose, you must include the information that makes it possible to fix the bug.
If you are not sure whether you have found a bug, here are some guidelines:
The fundamental principle of reporting bugs usefully is this: report all the facts. If you are not sure whether to state a fact or leave it out, state it. Often people omit facts because they think they know what causes the problem and they conclude that some details do not matter. Play it safe and give a specific, complete example.
Keep in mind that the purpose of a bug report is to enable someone to fix the bug if it is not known. Always write your bug reports on the assumption that the bug is not known.
Try to make your bug report self-contained. If we have to ask you for more information, it is best if you include all the previous information in your response, as well as the information that was missing.
To enable someone to investigate the bug, you should include all these things:
Examples:
~/local/bin/enblend -v \
--fine-mask \
--optimizer-weights=3:2 --mask-vectorize=12.5% \
image-1.png image-2.png
or:
/local/bin/enfuse \
--verbose \
--exposure-weight=0 --saturation-weight=0 --entropy-weight=1 \
--gray-projector=l-star \
--entropy-cutoff=1.667% \
layer-01.ppm layer-02.ppm layer-03.ppm
If you call Enblend or Enfuse from within a GUI like, for example, Hugin or KImageFuser by Harry van der Wolf, copy&paste or write down the command line that launches Enblend or Enfuse.
Of course, if the bug is that the application gets a fatal signal, then one cannot miss it. But if the bug is incorrect output, we might not notice unless it is glaringly wrong.
If you would like to write bug fixes or improvements for Enblend or Enfuse, that is very helpful. When you send your changes, please follow these guidelines to avoid causing extra work for us in studying the patches. If you do not follow these guidelines, your information might still be useful, but using it will take extra work.
If you make two changes for separate reasons, then we might not want to install them both. We might want to install just one.
hg diff --unified 4.Andrew Mihal (acmihal@users.sourceforge.net) has written Enblend and Enfuse.
Contributors
Thanks to Simon Andriot and Pablo Joubert for suggesting the Mertens-Kautz-Van Reeth technique and the name “Enfuse”.
Version 1.2, November 2002
Copyright © 2000, 2001, 2002 Free Software Foundation, Inc.
51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
The purpose of this License is to make a manual, textbook, or other functional and useful document free in the sense of freedom: to assure everyone the effective freedom to copy and redistribute it, with or without modifying it, either commercially or noncommercially. Secondarily, this License preserves for the author and publisher a way to get credit for their work, while not being considered responsible for modifications made by others.
This License is a kind of “copyleft”, which means that derivative works of the document must themselves be free in the same sense. It complements the GNU General Public License, which is a copyleft license designed for free software.
We have designed this License in order to use it for manuals for free software, because free software needs free documentation: a free program should come with manuals providing the same freedoms that the software does. But this License is not limited to software manuals; it can be used for any textual work, regardless of subject matter or whether it is published as a printed book. We recommend this License principally for works whose purpose is instruction or reference.
This License applies to any manual or other work, in any medium, that contains a notice placed by the copyright holder saying it can be distributed under the terms of this License. Such a notice grants a world-wide, royalty-free license, unlimited in duration, to use that work under the conditions stated herein. The “Document”, below, refers to any such manual or work. Any member of the public is a licensee, and is addressed as “you”. You accept the license if you copy, modify or distribute the work in a way requiring permission under copyright law.
A “Modified Version” of the Document means any work containing the Document or a portion of it, either copied verbatim, or with modifications and/or translated into another language.
A “Secondary Section” is a named appendix or a front-matter section of the Document that deals exclusively with the relationship of the publishers or authors of the Document to the Document's overall subject (or to related matters) and contains nothing that could fall directly within that overall subject. (Thus, if the Document is in part a textbook of mathematics, a Secondary Section may not explain any mathematics.) The relationship could be a matter of historical connection with the subject or with related matters, or of legal, commercial, philosophical, ethical or political position regarding them.
The “Invariant Sections” are certain Secondary Sections whose titles are designated, as being those of Invariant Sections, in the notice that says that the Document is released under this License. If a section does not fit the above definition of Secondary then it is not allowed to be designated as Invariant. The Document may contain zero Invariant Sections. If the Document does not identify any Invariant Sections then there are none.
The “Cover Texts” are certain short passages of text that are listed, as Front-Cover Texts or Back-Cover Texts, in the notice that says that the Document is released under this License. A Front-Cover Text may be at most 5 words, and a Back-Cover Text may be at most 25 words.
A “Transparent” copy of the Document means a machine-readable copy, represented in a format whose specification is available to the general public, that is suitable for revising the document straightforwardly with generic text editors or (for images composed of pixels) generic paint programs or (for drawings) some widely available drawing editor, and that is suitable for input to text formatters or for automatic translation to a variety of formats suitable for input to text formatters. A copy made in an otherwise Transparent file format whose markup, or absence of markup, has been arranged to thwart or discourage subsequent modification by readers is not Transparent. An image format is not Transparent if used for any substantial amount of text. A copy that is not “Transparent” is called “Opaque”.
Examples of suitable formats for Transparent copies include plain ascii without markup, Texinfo input format, LaTeX input format, SGML or XML using a publicly available DTD, and standard-conforming simple HTML, PostScript or PDF designed for human modification. Examples of transparent image formats include PNG, XCF and JPG. Opaque formats include proprietary formats that can be read and edited only by proprietary word processors, SGML or XML for which the DTD and/or processing tools are not generally available, and the machine-generated HTML, PostScript or PDF produced by some word processors for output purposes only.
The “Title Page” means, for a printed book, the title page itself, plus such following pages as are needed to hold, legibly, the material this License requires to appear in the title page. For works in formats which do not have any title page as such, “Title Page” means the text near the most prominent appearance of the work's title, preceding the beginning of the body of the text.
A section “Entitled XYZ” means a named subunit of the Document whose title either is precisely XYZ or contains XYZ in parentheses following text that translates XYZ in another language. (Here XYZ stands for a specific section name mentioned below, such as “Acknowledgements”, “Dedications”, “Endorsements”, or “History”.) To “Preserve the Title” of such a section when you modify the Document means that it remains a section “Entitled XYZ” according to this definition.
The Document may include Warranty Disclaimers next to the notice which states that this License applies to the Document. These Warranty Disclaimers are considered to be included by reference in this License, but only as regards disclaiming warranties: any other implication that these Warranty Disclaimers may have is void and has no effect on the meaning of this License.
You may copy and distribute the Document in any medium, either commercially or noncommercially, provided that this License, the copyright notices, and the license notice saying this License applies to the Document are reproduced in all copies, and that you add no other conditions whatsoever to those of this License. You may not use technical measures to obstruct or control the reading or further copying of the copies you make or distribute. However, you may accept compensation in exchange for copies. If you distribute a large enough number of copies you must also follow the conditions in section 3.
You may also lend copies, under the same conditions stated above, and you may publicly display copies.
If you publish printed copies (or copies in media that commonly have printed covers) of the Document, numbering more than 100, and the Document's license notice requires Cover Texts, you must enclose the copies in covers that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on the back cover. Both covers must also clearly and legibly identify you as the publisher of these copies. The front cover must present the full title with all words of the title equally prominent and visible. You may add other material on the covers in addition. Copying with changes limited to the covers, as long as they preserve the title of the Document and satisfy these conditions, can be treated as verbatim copying in other respects.
If the required texts for either cover are too voluminous to fit legibly, you should put the first ones listed (as many as fit reasonably) on the actual cover, and continue the rest onto adjacent pages.
If you publish or distribute Opaque copies of the Document numbering more than 100, you must either include a machine-readable Transparent copy along with each Opaque copy, or state in or with each Opaque copy a computer-network location from which the general network-using public has access to download using public-standard network protocols a complete Transparent copy of the Document, free of added material. If you use the latter option, you must take reasonably prudent steps, when you begin distribution of Opaque copies in quantity, to ensure that this Transparent copy will remain thus accessible at the stated location until at least one year after the last time you distribute an Opaque copy (directly or through your agents or retailers) of that edition to the public.
It is requested, but not required, that you contact the authors of the Document well before redistributing any large number of copies, to give them a chance to provide you with an updated version of the Document.
You may copy and distribute a Modified Version of the Document under the conditions of sections 2 and 3 above, provided that you release the Modified Version under precisely this License, with the Modified Version filling the role of the Document, thus licensing distribution and modification of the Modified Version to whoever possesses a copy of it. In addition, you must do these things in the Modified Version:
If the Modified Version includes new front-matter sections or appendices that qualify as Secondary Sections and contain no material copied from the Document, you may at your option designate some or all of these sections as invariant. To do this, add their titles to the list of Invariant Sections in the Modified Version's license notice. These titles must be distinct from any other section titles.
You may add a section Entitled “Endorsements”, provided it contains nothing but endorsements of your Modified Version by various parties—for example, statements of peer review or that the text has been approved by an organization as the authoritative definition of a standard.
You may add a passage of up to five words as a Front-Cover Text, and a passage of up to 25 words as a Back-Cover Text, to the end of the list of Cover Texts in the Modified Version. Only one passage of Front-Cover Text and one of Back-Cover Text may be added by (or through arrangements made by) any one entity. If the Document already includes a cover text for the same cover, previously added by you or by arrangement made by the same entity you are acting on behalf of, you may not add another; but you may replace the old one, on explicit permission from the previous publisher that added the old one.
The author(s) and publisher(s) of the Document do not by this License give permission to use their names for publicity for or to assert or imply endorsement of any Modified Version.
You may combine the Document with other documents released under this License, under the terms defined in section 4 above for modified versions, provided that you include in the combination all of the Invariant Sections of all of the original documents, unmodified, and list them all as Invariant Sections of your combined work in its license notice, and that you preserve all their Warranty Disclaimers.
The combined work need only contain one copy of this License, and multiple identical Invariant Sections may be replaced with a single copy. If there are multiple Invariant Sections with the same name but different contents, make the title of each such section unique by adding at the end of it, in parentheses, the name of the original author or publisher of that section if known, or else a unique number. Make the same adjustment to the section titles in the list of Invariant Sections in the license notice of the combined work.
In the combination, you must combine any sections Entitled “History” in the various original documents, forming one section Entitled “History”; likewise combine any sections Entitled “Acknowledgements”, and any sections Entitled “Dedications”. You must delete all sections Entitled “Endorsements.”
You may make a collection consisting of the Document and other documents released under this License, and replace the individual copies of this License in the various documents with a single copy that is included in the collection, provided that you follow the rules of this License for verbatim copying of each of the documents in all other respects.
You may extract a single document from such a collection, and distribute it individually under this License, provided you insert a copy of this License into the extracted document, and follow this License in all other respects regarding verbatim copying of that document.
A compilation of the Document or its derivatives with other separate and independent documents or works, in or on a volume of a storage or distribution medium, is called an “aggregate” if the copyright resulting from the compilation is not used to limit the legal rights of the compilation's users beyond what the individual works permit. When the Document is included in an aggregate, this License does not apply to the other works in the aggregate which are not themselves derivative works of the Document.
If the Cover Text requirement of section 3 is applicable to these copies of the Document, then if the Document is less than one half of the entire aggregate, the Document's Cover Texts may be placed on covers that bracket the Document within the aggregate, or the electronic equivalent of covers if the Document is in electronic form. Otherwise they must appear on printed covers that bracket the whole aggregate.
Translation is considered a kind of modification, so you may distribute translations of the Document under the terms of section 4. Replacing Invariant Sections with translations requires special permission from their copyright holders, but you may include translations of some or all Invariant Sections in addition to the original versions of these Invariant Sections. You may include a translation of this License, and all the license notices in the Document, and any Warranty Disclaimers, provided that you also include the original English version of this License and the original versions of those notices and disclaimers. In case of a disagreement between the translation and the original version of this License or a notice or disclaimer, the original version will prevail.
If a section in the Document is Entitled “Acknowledgements”, “Dedications”, or “History”, the requirement (section 4) to Preserve its Title (section 1) will typically require changing the actual title.
You may not copy, modify, sublicense, or distribute the Document except as expressly provided for under this License. Any other attempt to copy, modify, sublicense or distribute the Document is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance.
The Free Software Foundation may publish new, revised versions of the GNU Free Documentation License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. See http://www.gnu.org/copyleft/.
Each version of the License is given a distinguishing version number. If the Document specifies that a particular numbered version of this License “or any later version” applies to it, you have the option of following the terms and conditions either of that specified version or of any later version that has been published (not as a draft) by the Free Software Foundation. If the Document does not specify a version number of this License, you may choose any version ever published (not as a draft) by the Free Software Foundation.
ale: Helpful Programsalign_image_stack (Hugin): Helpful Programscinepaint: Helpful Programscinepaint: Extended Optionsconvert (ImageMagick): Helpful Programsdcraw: Helpful Programsdcraw: Workflowdisplay (ImageMagick): Helpful Programsexiftool: Helpful Programsexrdisplay (OpenEXR): Helpful Programsfulla (Hugin): Helpful Programsgimp: Extended Optionsgimp: Helpful Programsgimp: Workflowgm (GraphicsMagick): Helpful Programshugin: Overviewhugin: Helpful Programshugin: Extended Optionshugin: Workflowidentify (ImageMagick): Understanding Masksidentify (ImageMagick): Helpful Programsmontage (ImageMagick): Helpful Programsnona (Hugin): Extended Optionsnona (Hugin): Helpful ProgramsPanoTools: OverviewPanoTools: Workflowpfshdrcalibrate (PFScalibration): Helpful Programspfsin (PFSTools): Helpful Programspfsout (PFSTools): Helpful Programspfstmo_* (PFStmo): Helpful Programspfsview (PFSTools): Helpful ProgramsPTmender (PanoTools): Helpful ProgramsPTOptimizer (PanoTools): Helpful Programstifficc (LittleCMS): Helpful Programstiffinfo (libtiff): Understanding Maskstiffinfo (libtiff): Helpful Programsufraw: Workflowufraw: Helpful Programsufraw-batch: Helpful Programsenblend-response-file: Response Filesenfuse-response-file: Response Filesfilename-globbing: Response Filesglob: Response Filesglobbing: Response Filesresponse-file: Response Files--anneal: Mask Generation Options--coarse-mask: Mask Generation Options--compression: Common Options--depth: Extended Options--dijkstra: Mask Generation Options--fine-mask: Mask Generation Options--gpu: Extended Options--help: Common Options--levels: Common Options--load-masks: Mask Generation Options--mask-vectorize: Mask Generation Options--no-optimize: Mask Generation Options--optimize: Mask Generation Options--optimizer-weights: Mask Generation Options--output: Common Options--save-masks: Mask Generation Options--smooth-difference: Mask Generation Options--verbose: Common Options--version: Common Options--visualize: Mask Generation Options--wrap: Common Options-a: Common Options-b: Tuning Memory Usage-b: Extended Options-c: Extended Options-d: Extended Options-f: Extended Options-g: Extended Options-h: Common Options-l: Common Options-m: Tuning Memory Usage-m: Extended Options-o: Common Options-v: Common Options-V: Common Options-w: Common Options-x: Common Options[1] Peter J. Burt and Edward H. Adelson, “A Multiresolution Spline With Application to Image Mosaics”, ACM Transactions on Graphics, Vol. 2, No. 4, October 1983, pages 217–236.
[2] Use utilities like, e.g., tiffcopy and tiffsplit of LibTIFF to manipulate multi-directory TIFF images. See Helpful Programs.
[3] As Dr. Daniel Jackson correctly noted, actually, it is not a pyramid: “Ziggaurat, it's a Ziggaurat.”
[4] Solid-state physicists will be reminded of the http://en.wikipedia.org/wiki/Born-von_Karman_boundary_condition, Born-von Kármán boundary condition.
[5] Muhammad H. Alsuwaiyel and Marina Gavrilova, “On the Distance Transform of Binary Images”, Proceedings of the International Conference on Imaging Science, Systems, and Technology, June 2000, Vols. I and II, pages 83–86.
[6] Images of a size less than 1500×1000 pixels qualify as small.