Difference between revisions of "Enblend"

From PanoTools.org Wiki
Jump to navigation Jump to search
m (Miswording. You'd think I'd preview before I submitted something. *sigh*)
(additions)
Line 3: Line 3:
 
overlays [[TIFF]] images so as to make the seam invisible. Works with 8, 16 or 32 bit (HDR floating point) per channel images.
 
overlays [[TIFF]] images so as to make the seam invisible. Works with 8, 16 or 32 bit (HDR floating point) per channel images.
  
Works as a plug-in for [[PTGui]], [[hugin]], [[PTMac]] or [[PTAssembler]]. Works also standalone.
+
Works as a plug-in for [[PTGui]], [[hugin]], [[PTMac]] or [[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
 
As of version 3.0, enblend now: adjusts the seam line to avoid areas of mismatch between source images such as
 
[[parallax]] errors, supports saving and loading masks, and includes various other performance improvements.
 
[[parallax]] errors, supports saving and loading masks, and includes various other performance improvements.
  
For Windows and Linux. Mac OSX version (xblend) is available from [http://www.kekus.com/xblend Kevin Kratzke]
+
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]
  
 
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.
 
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.
Line 18: Line 18:
 
* -o to force Enblend to use an output filename of your choice
 
* -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
 
* -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.
  
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].
 +
 
 +
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
  
If you are trying to run Enblend in 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. You can obtain an non-SSE binary for Enblend [http://sourceforge.net/project/showfiles.php?group_id=123407 from Sourceforge].
+
Tutorials featuring enblend:
 +
* [[Using enblend to fill the "Hole in the floor"]] {{RateStar|2}}
 +
* [[How to use enblend for patching zenith and nadir images]] {{RateStar|2}}
  
 
[[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 16:03, 20 April 2007

Enblend Project Page

overlays TIFF images so as to make the seam invisible. Works with 8, 16 or 32 bit (HDR floating point) per channel images.

Works as a plug-in for PTGui, hugin, PTMac or 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 parallax errors, supports saving and loading masks, and includes various other performance improvements.

enblend is available for Windows and Linux from the above link. Mac OSX version (xblend) is available from Kevin Kratzke

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.

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.

Also, other parameters worth noting are:

  • -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 from Sourceforge.

However, it could be that this version still doesn't run as discussed on [1] (problem) and [2] (solution). If so there is a patched version available at http://alto.anu.edu.au/~wpc/private/enblend/enblend-3.0-cyg.zip

Tutorials featuring enblend: