Difference between revisions of "Enblend"

From PanoTools.org Wiki
Jump to navigation Jump to search
(additions)
(→‎Overview: some formatting; not only TIFF supported)
(14 intermediate revisions by 7 users not shown)
Line 1: Line 1:
[http://enblend.sourceforge.net/ Enblend Project Page]
+
__TOC__
  
overlays [[TIFF]] images so as to make the seam invisible. Works with 8, 16 or 32 bit (HDR floating point) per channel images.
+
==Overview==
 +
'''Enblend''' {{Glossary|overlays multiple images so as to make the seam invisible|1}}. It works with a broad range of image file formats and supports images with 8, 16 or 32 bit (HDR floating point) per channel.
  
Works as a plug-in for [[PTGui]], [[hugin]], [[PTMac]] or [[PTAssembler]] or standalone from the command line or by [[Enblend Front End]].
+
Enblend is used as a plug-in for [[PTGui]], [[Hugin]] and [[PTAssembler]] or standalone from the command line or by [[Enblend Front End]].
  
As of version 3.0, enblend now: adjusts the seam line to avoid areas of mismatch between source images such as
+
Some main features include:
[[parallax]] errors, supports saving and loading masks, and includes various other performance improvements.
+
* Adjusts the seam line to avoid areas of mismatch between source images such as [[parallax]] errors
 +
* Supports saving and loading masks
  
enblend is available for Windows and Linux from the above link. Mac OSX version (xblend) is available from [http://www.kekus.com/xblend Kevin Kratzke]
+
Enblend and the full documentation (manuals for each version and a "NEWS" link for the release notes) is available from the [http://enblend.sourceforge.net/ project site].
  
If you are working with multi-row panoramics, (for example three rows of eight pictures each), you can greatly speed up the processing by manually feeding the first row of images (with the -a parameter which assembles non-adjacent images first), then the second row of images, and finally the third row of images. Next, feed these three assembled rows into Enblend again using the -a parameter and you will have a fully blended pano in a fraction of the time.
+
== Command-line usage ==
 +
Arguments and parameters may change between versions and also depend on the build process. It is recommended to rely on the manual for your specific version of Enblend which is available from [http://enblend.sourceforge.net/ Enblend's home page].
  
I have written batch files for the Windows platform that do this automatically. Feel free to email me at markdfink_AT_northernlight_DOT_net if you are interested.
+
Enblend supports [[cropped TIFF]] input files as well as other file formats and bit depths. Please refer to the manual.
  
Also, other parameters worth noting are:
+
The [[Enblend reference manual]] is based on information for an outdated version of Enblend.
* -w to wrap the blending process around the 360 degree boundary so you don't end up with a harsh transition at the +180 and -180 degree seam.
 
* -o to force Enblend to use an output filename of your choice
 
* -v to see the details of what is happening rather than staring at a blank screen
 
* -l 20 to force enblend to use the maximum number of levels in order to increase the blend area (minimize visible seam lines)
 
Enblend supports [[cropped TIFF]] input files.
 
  
If you are trying to run Enblend 3.0 on Windows and are finding that the program returns immediately with no output, you may be attempting to run a version compiled with SSE instructions on a non-SSE-capable CPU (like older AMD CPU's f.e.). You can obtain an non-SSE binary for Enblend [http://sourceforge.net/project/showfiles.php?group_id=123407 from Sourceforge].
+
== Getting Enblend ==
  
However, it could be that this version still doesn't run as discussed on [http://sourceforge.net/forum/forum.php?thread_id=1668117&forum_id=420370] (problem) and [http://sourceforge.net/forum/forum.php?thread_id=1685658&forum_id=420370] (solution). If so there is a patched version available at http://alto.anu.edu.au/~wpc/private/enblend/enblend-3.0-cyg.zip
+
Enblend is Open Source. As such you can download it for free from its project page linked below. Enblend is part of the major linux distributions. You can get the latest release by using the distributions' software package management system. For ubuntu linux, open a terminal and type:
 +
$ sudo apt-get install enblend
 +
That's it!
 +
 
 +
Enblend is in constant development. If you want to get the bleeding edge, read the development section below.
 +
 
 +
== Development ==
 +
 
 +
enblend is Open Source, and as such very much dependent on voluntary contributions of resources. If you have coding skills, you are welcome to look at the source code and contribute to it. Even if you don't have coding skills, you most likely have some skills that the project could use and you are more than welcome to contribute your time. The tasks requiring attention change frequently and so do the required skillset and resources. Join the hugin-ptx mailing list to find out what is going on at the moment and how you can help. Even just testing and giving feedback help.
 +
 
 +
To get the bleeding edge, follow the development / build process of Hugin
 +
* [[Hugin Compiling Ubuntu | Ubuntu Linux]]
 +
* [[Hugin Compiling Fedora | Fedora Linux]]
 +
* [[Hugin Compiling OSX | Mac OSX]]
 +
* [[Hugin Compiling Windows | Windows]]
 +
 
 +
== See also ==
  
 
Tutorials featuring enblend:
 
Tutorials featuring enblend:
 
* [[Using enblend to fill the "Hole in the floor"]] {{RateStar|2}}
 
* [[Using enblend to fill the "Hole in the floor"]] {{RateStar|2}}
 
* [[How to use enblend for patching zenith and nadir images]] {{RateStar|2}}
 
* [[How to use enblend for patching zenith and nadir images]] {{RateStar|2}}
 +
* [[How to remove blending error caused by enblend and enfuse at zenith and nadir (automatic)]]
 +
 +
== External links ==
 +
 +
* [http://enblend.sourceforge.net/ Enblend Project Page]
 +
* [http://www.kekus.com/xblend xblend]
  
 
[[Category:Software:Platform:Linux]]
 
[[Category:Software:Platform:Linux]]
 
[[Category:Software:Platform:Windows]]
 
[[Category:Software:Platform:Windows]]
 
[[Category:Software:Platform:Mac OS X]]
 
[[Category:Software:Platform:Mac OS X]]

Revision as of 11:40, 26 May 2017

Overview

Enblend overlays multiple images so as to make the seam invisible. It works with a broad range of image file formats and supports images with 8, 16 or 32 bit (HDR floating point) per channel.

Enblend is used as a plug-in for PTGui, Hugin and PTAssembler or standalone from the command line or by Enblend Front End.

Some main features include:

  • Adjusts the seam line to avoid areas of mismatch between source images such as parallax errors
  • Supports saving and loading masks

Enblend and the full documentation (manuals for each version and a "NEWS" link for the release notes) is available from the project site.

Command-line usage

Arguments and parameters may change between versions and also depend on the build process. It is recommended to rely on the manual for your specific version of Enblend which is available from Enblend's home page.

Enblend supports cropped TIFF input files as well as other file formats and bit depths. Please refer to the manual.

The Enblend reference manual is based on information for an outdated version of Enblend.

Getting Enblend

Enblend is Open Source. As such you can download it for free from its project page linked below. Enblend is part of the major linux distributions. You can get the latest release by using the distributions' software package management system. For ubuntu linux, open a terminal and type:

$ sudo apt-get install enblend

That's it!

Enblend is in constant development. If you want to get the bleeding edge, read the development section below.

Development

enblend is Open Source, and as such very much dependent on voluntary contributions of resources. If you have coding skills, you are welcome to look at the source code and contribute to it. Even if you don't have coding skills, you most likely have some skills that the project could use and you are more than welcome to contribute your time. The tasks requiring attention change frequently and so do the required skillset and resources. Join the hugin-ptx mailing list to find out what is going on at the moment and how you can help. Even just testing and giving feedback help.

To get the bleeding edge, follow the development / build process of Hugin

See also

Tutorials featuring enblend:

External links