← Back to team overview

hugin-devs team mailing list archive

[Bug 1356551] Re: White pixels at 180 wrap and zenith for 16/32bit HDR Pano

 

I compiled enblend for my mac using macports.  The current portfile uses
the 4.1.2_2 sources from sourceforge.  I made my own version that is
identical but uses the 4.1.3 sources recently posted.  The compile
process was identical for both.  Note that macports does apply a patch
to the configure script to help it find the boost libraries which are
named with '-mt' on the end in macports.

Both of them run configure with the following options (${prefix} here should expand to '/opt/local' for macports):
================================================
configure.args  --disable-split-doc \
                --enable-image-cache \
                --with-boost-filesystem \
                --with-gnuplot=${prefix}/bin/gnuplot \
                --with-openexr
================================================

Here is the output of 'enblend --version --verbose':
================================================
enblend 4.1.3

Extra feature: dmalloc support: no
Extra feature: image cache: yes
  - environment variable TMPDIR set, cache file located in "/var/folders/1_/6st9_hvx1kvg0g6j1m0b2y0m0000gn/T/"
Extra feature: GPU acceleration: no
Extra feature: OpenMP: no

Supported image formats: BMP EXR GIF HDR JPEG PNG PNM SUN TIFF VIFF
Supported file extensions: bmp exr gif hdr jpeg jpg pbm pgm png pnm ppm ras tif tiff xv

Supported following globbing algorithms:
  literal
    Do not glob.  Treat filenames as literals.
  none
    Do not glob.  Treat filenames as literals. (alias)
  sh
    Glob like UN*X shells do.  Like "wildcard" plus '{', '}', and '~'.  See glob(7). (alias)
  shell
    Glob like UN*X shells do.  Like "wildcard" plus '{', '}', and '~'.  See glob(7).
  wildcard
    Glob with wildcards '?', '*', '[', and ']'.  See glob(7).

Compiled on Seths-MacBook-Pro.local by MacPorts on Wed, Aug 13 2014,
14:09:19.

Copyright (C) 2004-2014 Andrew Mihal.
License GPLv2+: GNU GPL version 2 or later <http://www.gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Andrew Mihal and others.

-- 
You received this bug notification because you are a member of Hugin
Developers, which is subscribed to Enblend.
https://bugs.launchpad.net/bugs/1356551

Title:
  White pixels at 180 wrap and zenith for 16/32bit HDR Pano

Status in Enblend:
  New
Status in Hugin - Panorama Tools GUI:
  New

Bug description:
  When stitching my final pano for an HDR workflow I get a column of
  blank/white pixels near the equator at the 180 wrap and an entire row
  of blank/white pixels at the top.  Here's the basic pieces of my
  workflow:

  - Multiple exposures at 7 angles with samyang 8mm + pano head
  - Combined exposures to 7 HDR images using pfstools (sometimes exr files for 16bpp, other times tiff for 32bpp)
  - Use hugin to: mask out pano head arm, find control points, optimize positions, barrel and view and set output options
  - Stitch with a script using nona+enblend to equirec HDR image

  Can view example of the white pixels here:
  - you're facing the 180 wrap when it first comes up
  - zoom in at zenith to see the missing top pixel
  http://vr.rollerblading.es/pano/file?path=https://dl.dropboxusercontent.com/u/3340541/Panos/MuralLobby-Pano-LDR.jpg

  When I look at intermediate files I'm pretty sure it is enblend that is the source of the problem.  I've tried several different versions:
  - The stock version from the OSX binary on the source forge web site (v 4.1.1)
  - Enblend 4.1.2_2 compiled with macports
  - Enblend 4.1.3 compiled with macports (using my own updated portfile to grab the 4.1.3 tar ball)

  All three versions show the same problem.  I'll attach a screenshot
  pointing out the truant pixels as well as a minimal .pto file and the
  script I use for stitching.

To manage notifications about this bug go to:
https://bugs.launchpad.net/enblend/+bug/1356551/+subscriptions


References