Last month, I took a time lapse session of New York skyline during dusk. I wanted to merge them and turned to Enfuse. As I didn’t find too many examples I wrote a small script to generate some series of images out of a sample of the time lapse pictures. The result is quite amazing and looks promising. Below is the average image of 201 photos taken during 40 minutes.
The shell script can be downloaded here (attention! it’s not idiot proof 😉 ). Just copy your image files to a directory with the script and check it out. It runs on both Linux and Mac systems and requires to have Enfuse installed and the command enfuse in the system path.
Note that each picture can be opened in full size, using Open Image in New Tab. For the tests, I have reduced the number of images to 10 of them during the twilight.
Rendered gray projectors
Various gray-projectors in soft-mask, using --gray-projector=value
, where value is below:
average | |
lightness | |
l-star | |
luminance | |
pl-star | |
value |
The difference is not obvious; however if we enable the flag --hard-mask
, then the difference becomes evident:
average | |
lightness | |
l-star | |
luminance | |
pl-star | |
value |
Sigma and Mu variation
The following images have been rendered using the average gray projector.
Sigma
value | soft-mask | hard-mask |
---|---|---|
0.00 | ||
0.10 | ||
0.20 | ||
0.30 | ||
0.40 | ||
0.50 | ||
0.60 | ||
0.70 | ||
0.80 | ||
0.90 | ||
1.00 |
Mu
value | soft-mask | hard-mask |
---|---|---|
0.00 | ||
0.10 | ||
0.20 | ||
0.30 | ||
0.40 | ||
0.50 | ||
0.60 | ||
0.70 | ||
0.80 | ||
0.90 | ||
1.00 |
Mu and Sigma matrix
Only using the hard mask rendering where Mu values are horizontal and Sigma vertical:
0.00 | 0.25 | 0.50 | 0.75 | 1.00 | |
0.00 | |||||
0.25 | |||||
0.50 | |||||
0.75 | |||||
1.00 |
Looks like the fun has just begun 🙂