Hello,
Andrew Mihal (developer of enblend) and the hugin development team
around Pablo d'Angelo have a christmas present for the panorama
community: enfuse
The program uses the multi resolution spline blending technique known
from enblend to fusion (hence the name) a stack of exposure bracketed
images - not to HDR but to a exposure blended LDR result.
I tested it on some cases and it yielded results wich are the closest
to perfect I ever saw. Even the 17 EV lamp example from my page
http://www.erik-krause.de/blending which no recent tonemapper was
able to process satisfactorily looks really great:
http://www.erik-krause.de/lamp_enfuse.jpg
And the best is: this runs fully automatic, without need to tweak a
load of settings. The syntax is similar to enblend, hence it might be
possible to use one of the enblend GUIs:
http://wiki.panotools.org/Enblend_Front_End or even PTGui if you
specify enfuse instead of enblend or smartblend in the Options
-> Plugins menu (don't forget to set it back, since enfuse is *no*
panorama blender).
Enfuse is part of the enblend 3.1 pre release. Hence be warned: There
still might be bugs - this is for testing only. Please read the
README and the NEWS file from the ZIP before. Please report any bugs
or oddities here or better on the hugin-ptx list at
http://groups.google.com/group/hugin-ptx
Enblend 3.1 reports are welcome, too!
Enfuse f.e. shuts down if it is called with wrong parameters. Here is
a list (output of enfuse if called without parameters):
Usage: enfuse [options] -o OUTPUT INPUTS
Common options:
-h Print this help message
-l number Number of levels to use (1 to 29)
-o filename Write output to file
-v Verbose
-w Blend across -180/+180 boundary
--compression=COMP Set compression of the output image.
Valid values for compression are:
For TIFF files: LZW, DEFLATE
For JPEG files: 0-100
Extended options:
-b kilobytes Image cache block size (default=2MiB)
-c Use CIECAM02 to blend colors
-g Associated alpha hack for Gimp (ver. < 2) and
Cinepaint
-f WIDTHxHEIGHT+x0+y0 Manually set the size and position of the
output image.
Useful for cropped and shifted input TIFF
images, such as those produced by Nona.
-m megabytes Use this much memory before going to disk
(default=1GiB)
Fusion options:
--wExposure Weight given to well-exposed pixels.
--wContrast Weight given to high-contrast pixels
(unimplemented).
--wSaturation Weight given to highly-saturated pixels
(unimplemented).
The Fusion options parameters have no effect so far since only
--wExposure is implemented and hence default. -c works only if the
source images contain a color profile.
Ok, did you read all? Then for the link (currently only Windows
version):
http://hugin.panotools.org/testing/enblend/enblend-3.1_win32_pre2.zip
best regards and merry christmas.
--
Erik Krause
Offenburger Str. 33
79108 Freiburg
Hello, Andrew Mihal (developer of enblend) and the hugin development team around Pablo d'Angelo have a christmas present for the panorama community: enfuse The...
That looks really delicious! What a wonderful Christmas present! Sacha Griffin Southern Digital Solutions LLC - Atlanta, Georgia www.southern-digital.com ...
... Can anyone explain *why* that (lovely) image looks so computer generated? To my eye/brain that looks like a Pixar synthesised scene, and not anything that...
Because your pupils aren't dilating as you look from one part to the other. As the pieces of the image don't change in luminosity as you do so. Stare at a...
... Because it *is* computer generated (although it's shot). You can't normally see the filament of a light bulb! 17EV is the limit of contrast you can...
I've been playing with this, but must be getting my command line wrong. Here is what I have: C:\Enfuse\enfuse -o output.tif D.tif L.tif M.tif D, L, and M are...
On Thursday, December 20, 2007 at 14:51, Mark D. Fink wrote on ... Did you paste this line from somewhere else or did you type it actually? I could reproduce...
That's precisely what I did. Normally, I don't have problems when I do that. I'll give it a try by typing it in directly. Thanks! Mark www.pinnacle-vr.com...
Success! It turns out it was the path statement that was bothering the process. When I did a cd\ to the enfuse directory and just ran the command without the...
... in case something does not work, particularly with the output image, try to add the -g option. From the man page: Gimp (ver.<2) and Cinepaint exhibit...
More like a Christmas miracle :) Thanks Marlon ... -- "Instead of building newer and larger weapons of mass destruction, I think mankind should try to get more...
... Really impressive! I'm not wild about the weak contrast in the left-hand side, but with that extreme light difference - it is an *amazing* demonstration. ...
... Yes, that's the beauty of the algorithm. The contrast is compressed only in the range you shoot. If you shoot 26 EV you'll get weak contrast in one or the...
Hey! I'm famous! At least according to your link below. :o) it could be a Merry Christmas. The instruction for building the present yourself are at ...
Did a quick test with some interior that I've done with Photomatix before - an I must say that the Enfuse output looks better. I ran it through EnblendGUI and...
... It's a command line program. You can use it with the mother of all batch processors: Windows Batch. ;-) Create a text file named (f.e.) ENF360.bat and past...
OH GREAT!!!! Would be possible to make it position-independent? So the .bat is in the same directory of enfuse, and you take out the .bat link on the desktop ...
Ciao Luca, ... That is what i did. I have got several (jpg,tif,360 and single) batch files in the enfuse folder and sent a shortcut to the desktop for easy ...
Thank you, Erik. I had heard from Yuval that the team was producing something great. I cut my teeth on command-line programs but since then I have been lazily...
... Wowhoho! I have to admit that my HDR/DRI skills are still quite bad. I never was really satisfied with the results. I tried a few progs (Photomatix, FDR,...
... From: "Erik Krause" ... Thanks Erik, the batch-file is fine, but not much different than the way EnblendGUI work. With ENF360.bat I save some time not...
... There is a for command, but it's cryptic. In this case it might be easier to use a goto: --snip @echo off %~d1 cd %~p1 ... c:\enfuse\enfuse -w -o...
... From: "Erik Krause" ... Thanks again Erik, Guess you're right about +160 images being to much for the command-line. But I did it succesfully with a set of...