There was a problem building, which I fixed. I did need the appended patch.

- I have two Optimizer tabs, only the on can be clicked.
- There is no Stitch tab, and I haven't figured out how to stitch
from the GUI

The remark below stands

- In the Old GUI, I liked the drop down in the Optimizer menu, that
gave the different stitching options.
  This allows to play around without understanding in detail what's
happening.

Best regards
Serge

--
You received this message because you are subscribed to the Google Groups "Hugin and 
other free panoramic software" group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/hugin-ptx
--- hugin.orig/src/hugin1/hugin/PanoPanel.cpp	2012-05-13 17:33:19.738737204 +0200
+++ hugin/src/hugin1/hugin/PanoPanel.cpp	2012-05-13 17:33:09.209590068 +0200
@@ -309,7 +309,7 @@
     // Determine if there are stacks in the pano.
     UIntSet activeImages = pano.getActiveImages();
     UIntSet images = getImagesinROI(pano,activeImages);
-    vector<UIntSet> hdrStacks = HuginBase::getHDRStacks(pano, images);
+    vector<UIntSet> hdrStacks = HuginBase::getHDRStacks(pano, images, opt );
     DEBUG_DEBUG(hdrStacks.size() << ": HDR stacks detected");
     const bool hasStacks = (hdrStacks.size() != activeImages.size());
 

Reply via email to