[hugin-ptx] Re: EXR compression support, part II

2009-02-17 Thread Lukáš Jirkovský
I've done small benchmark. I've used only one file. Testing machine
was Pentium 4...@2ghz Northwood, 1519MB RAM (in fact it should be 1536,
but free reports 1519), OS Archlinux current, own kernel build
2.6.28.5
The command was: time nona -z COMPRESSION -r hdr -m EXR_m -o foo_hdr_
-i 0 bar.pto

Speed (average of time spent in user in seconds):
--
NONE  17.538s
RLE   18.012s
B44A  18.176s
B44   18.203s
PIZ   18.922s
ZIP   19.992s
PXR24 21.846s

Compressed size (in kB):
-
B44A  6675
PIZ   6903
ZIP   7187
PXR24 8016
B44   8532
RLE   9337
NONE  19523

It seems that the best compressions for this particular file are PIZ
(default) and B44A, but B44A is lossy compression with half format.

--~--~-~--~~~---~--~~
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 hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-~--~~~~--~~--~--~---



benchmark
Description: Binary data


[hugin-ptx] Re: strings/batcher

2009-02-17 Thread prokoudine

On Feb 17, 9:26 am, T. Modes thomas.mo...@gmx.de wrote:
 The strings for PTBatcher are also missing in hugin.pot.

*sigh*

Did you really read my initial message? :-)

They should *not* be there in the first place.

Alexandre
--~--~-~--~~~---~--~~
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 hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-~--~~~~--~~--~--~---



[hugin-ptx] Re: strings/batcher

2009-02-17 Thread T. Modes

 PTBatcherGUI is set up to use hugin.pot in the same way, so the
 problem is elsewhere.  I tried various things including substituting
 _T( for _( and didn't get anywhere.


I have tried to change _T(  to _(  AND added the strings manually (for
testing) to de.po.
After these two changes I got a translated GUI.

(Tried under Windows Vista, compiled with VCEE)

Thomas
--~--~-~--~~~---~--~~
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 hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-~--~~~~--~~--~--~---



[hugin-ptx] Re: Hugin Build Version 3649 for Windows

2009-02-17 Thread Guido Kohlmeyer

The complete package of all files incl. autopano-sift and enblend/enfuse 
will be 100MB. 7-zip can compress this amount down to about 14MB (use 
ultra compression and solid archive).

Guido

Bart.van.Andel schrieb:
 Hi,
 
 First of all, thanks for sharing your effort! That said, I'd like to
 make a little suggestion. It seems like free.fr is not a blazingly
 fast host (either that or a huge amount of people are all downloading
 your file ;) To speed up things, a smaller file size would help a lot,
 especially if you're really planning to do a weekly update. To this
 end, 7-Zip does a far better job than standard (Win)Zip. And it's free
 too (see 7-zip.org). Last time I checked with a Hugin build, the 7z
 archive was less than half the size of the zip archive holding the
 exact same contents! If you're afraid people don't have 7-zip, you can
 add a sfx-part to create a self-extracting 7z file (this can be done
 from the 7-zip compress dialog).
 
 I'm curious for the build... just another 11 minutes... :)
 
 Cheers,
 Bart
  

--~--~-~--~~~---~--~~
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 hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-~--~~~~--~~--~--~---



[hugin-ptx] Enblend error: Mask is entirely black, but white image was not identified as redundant

2009-02-17 Thread Bart.van.Andel

I just encountered an enblend error. At the end of a Hugin run, I get
this message:

---(1)---
enblend: an exception occured
Mask is entirely black, but white image was not identified as
redundant.
make: *** [blend.tif] Error 1
---(1)---

After that, the process is interrupted. All intermediate TIFFs are
generated, but not the final, enblended, one.
A little back in the log, I read this:

---(2)---
[...]
Loading next image: blend0019.tif
Loading next image: blend0020.tif
Loading next image: blend0021.tif
Creating blend mask: 1/4 2/4 3/4 4/4
Optimizing 1 distinct seam.

Strategy 1, s0: 1/4enblend: some images are redundant and will not be
blended.
enblend: some images are redundant and will not be blended.
 2/4 3/4 4/4
Strategy 2: s0
Using 7 blending levels
[...]
---(2)---

From the preview it is clear that some images are completely
overlapped by other images and probably won't be shown in the final
output. However this shouldn't prevent enblend from finalizing the
image, I'd presume.

It seems the issue has been encountered earlier by Michael Galloway.
Guio Kohlmeyer's solution was to pass the option '--fine-mask' to
enblend. I find that a strange solution slash workaround, which did
the trick by the way. But I still consider this an error.

One thing I noticed was that message (2) is still spawned, but in a
different form. Instead of the enblend message coming after 'Strategy
1, s0: 1/4', it now appears just before it. Could the error be in this
part? It looks like this:

---(3)---
[...]
Optimizing 1 distinct seam.
enblend: some images are redundant and will not be blended.
enblend: some images are redundant and will not be blended.
Strategy 1, s0: 1/4 2/4 3/4 4/4
Strategy 2: s0
Using 7 blending levels
[...]
---(2)---

(see 
http://groups.google.com/group/hugin-ptx/browse_thread/thread/c42857dceb7b6fe4/3297012a01321a1d
for the other thread)
--~--~-~--~~~---~--~~
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 hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-~--~~~~--~~--~--~---



[hugin-ptx] Problem compiling SVN revision 2906 on AMD 64b

2009-02-17 Thread Gerald

ger...@4c:~/enblend/hugin/hugin$ cmake -DCMAKE_INSTALL_PREFIX=/usr/
local .
-- Current SVN revision is
2906
CMake Error at CMakeModules/FindPackageHandleStandardArgs.cmake:51
(MESSAGE):
  Could not find REQUIRED package
wxWidgets


Any ideas ?


--~--~-~--~~~---~--~~
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 hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-~--~~~~--~~--~--~---



[hugin-ptx] Re: strings/batcher

2009-02-17 Thread T. Modes

I tried different thinks before and forget to reset some changes.

But now I found finally the bug: It's the private member variable
m_locale in Batch.h/.cpp
When creating Batch::Batch m_locale is created with default
constructor (not explicit called, it's created automatic) and become
the translating instance. But in GUI mode the path is not set correct.

Solution:
Variante 1: quick and dirty
In Batch::Batch (constructor in batch.cpp) comment out / remove the
line if(!gui) , where it is in connection with locale.

Minus: There are 2 locale instances created (one in PTBatcherGUI and
one in Batch).

Variante 2:
Remove the member variable m_locale from Batch.h/Batch.cpp complete.
For PTBatcherGUI it isn't needed, because the locale is initialized in
PTBatchGUI.cpp.
In PTBatcher (command line version, using also Batch.cpp) the
translation should not be necessary (I think, but needs to be
checked).

Sorry for missing this point in my previous post.

Thomas
--~--~-~--~~~---~--~~
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 hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-~--~~~~--~~--~--~---



[hugin-ptx] Re: Hugin Build Version 3649 for Windows

2009-02-17 Thread Guido Kohlmeyer

Dear Yuv,

I seems that lxegs used my SDK, thus exiv2 0.18 and wxWidgets 2.9.8.

Guido


 lxegs wrote:
 i have compiled hugin with Visual Studio 2008 under Vista x86 and
 tested in Vista x86/x64.I suppose it will work under XP

 good job! which version of exiv2 and of wxWidgets did you use?


 if someone has an idea how to compile enblend svn (problems with lcms)
 and autopano-sift-c svn , i can try it

 http://wiki.panotools.org/Build_Hugin_for_Windows_with_SDK#Build_enblend_3

 autopano-sift-c has a CMake build. Just grab it from SVN at
 https://hugin.svn.sourceforge.net/svnroot/hugin/autopano-sift-C/trunk/,
 start the Visual Studio command promt, run cmakesetup.exe.


 I will try to update this package once a week or when changes are
 significative.

 THANK YOU!
 Yuv

 




--~--~-~--~~~---~--~~
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 hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-~--~~~~--~~--~--~---