[hugin-ptx] Re: Hugin-2009.2.0_beta4 released

2009-09-14 Thread Serge Droz

On 09/14/2009 07:21 AM, Yuval Levy wrote:
> 
> Panorama stitching and more. A powerful software package for creation 
> and processing of panoramic images.
> 
> A hugin-2009.2.0_beta4 (beta release 4) tarball is available here:
> 
> 
> 

Clicking the above link gives a 404 File not found.
Going through the sourceforge pages gives teh error

> Unable to find any mirror information for the "/hugin-2009.2.0_beta4.tar.gz" 
> file. Please select another file. 

which is claimed to be fixed by the sourceforge people:

http://sourceforge.net/apps/trac/sourceforge/ticket/2316

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 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: libpano13-2.9.15_beta1 released

2009-09-14 Thread Andreas Metzler

In gmane.comp.misc.ptx Bruno Postle  wrote:
> A libpano13-2.9.15_beta1 (beta 1) tarball has been uploaded to 
> sourceforge:
[...]

Hello,
Make check shows some errors due to missing files in the tarball
-
Comparing reference images: 2
reference/tiff_m_uncropped.tif -> tests/tiff_m_uncropped.tif
Reference file reference/tiff_m_uncropped.tif does not exist

Test tiff_m_uncropped. FAILED!!!
[...]
-

I think this patch patch should fix it:
-
Index: tests/simpleStitch/reference/Makefile.am
===
--- tests/simpleStitch/reference/Makefile.am(Revision 1044)
+++ tests/simpleStitch/reference/Makefile.am(Arbeitskopie)
@@ -1,6 +1,7 @@
 EXTRA_DIST = jpeg.jpg psd_mask.psd psd_no_mask.psd psd.psd tiff_deflate.tif \
tiff_lzw.tif tiff_m.tif tiff_m0001.tif tiff_mask.tif 
tiff_mask0001.tif \
-   tiff_m_cropped.tif tiff_m_cropped0001.tif tiff_none.tif
+   tiff_m_cropped.tif tiff_m_cropped0001.tif tiff_none.tif \
+   tiff_m_uncropped.tif tiff_m_uncropped0001.tif
 
 MAINTAINERCLEANFILES = \
Makefile.in
Index: tests/simpleTiff16/reference/Makefile.am
===
--- tests/simpleTiff16/reference/Makefile.am(Revision 1044)
+++ tests/simpleTiff16/reference/Makefile.am(Arbeitskopie)
@@ -1,6 +1,6 @@
 EXTRA_DIST = jpeg.jpg psd_mask.psd psd_no_mask.psd psd.psd tiff_deflate.tif \
tiff_lzw.tif tiff_m.tif tiff_mask.tif tiff_m_cropped.tif \
-   tiff_none.tif
+   tiff_none.tif tiff_m_uncropped.tif
 
 MAINTAINERCLEANFILES = \
Makefile.in
-

On a sidenote, shouldn't make check *exit*8 with an error if there is a
testsuite error?

-
Index: tests/panoAutomateTest.pl
===
--- tests/panoAutomateTest.pl   (Revision 1044)
+++ tests/panoAutomateTest.pl   (Arbeitskopie)
@@ -178,7 +178,7 @@
   my $testsFailed = $testsCount - $testsPassed;
   printf "\nSummary: $testsCount tests executed.  $testsPassed passed 
($testsFailed failed) %5.2f percent passed\n", $testsPassed * 100 /$testsCount;
   if ($testsPassed != $testsCount ) {
-printf "BAD NEWS\n";
+die "BAD NEWS\n";
   }
 } else {
   printf "\nSummary: $testsCount reference tests executed.\n";
-

cu andreas


--~--~-~--~~~---~--~~
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: Howto build a Hugin bundle on MacOSX

2009-09-14 Thread Harry van der Wolf
2009/9/14 michael_tn 

>
>
> now with jpeg-7 (cannot find 6.2 source), i get this:
>
> libjpeg6 source is here: http://sourceforge.net/projects/libjpeg/files/
Please try to build this one. Hugin is based on libjpeg-6 and so is the
XCode project. (as are enblend/enfuse, autopano-sift, nona, vigra, etc.,
etc. and our MacOSX and your linux).
version 7 is life since 27 june 2009. If it is not compatible with all stuff
within hugin we might get completely other problems.

I just created created a libjpeg-7.sh script for test purposes and added it
to trunk and 2009.2.

For your convenience I also added it to this mail. I will try this evening
with libjpeg7 in hugin.

For the time being: Please stick to the 6b library and the standard
libjpeg.sh script.

Harry

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



libjpeg-7.sh
Description: Bourne shell script


[hugin-ptx] Re: [PanoTools-devel] libpano13-2.9.15_beta1 released

2009-09-14 Thread Andreas Metzler

In gmane.comp.misc.ptx Bruno Postle  wrote:
> On Sun 13-Sep-2009 at 17:08 +0200, Andreas Metzler wrote:

>>on a *quick* glance over the diff (relative to .14) I cannot see where
>>the ABI has changed without preserving compatibility. The only change
>>I can see is the addition of shearInv(), but that is just an added
>>function.

>>Am I missing something?

> No, I didn't have the time/resources to do the check, so I 
> incremented the soname to be on the safe side.  This is just a beta, 
> so we can roll this back.

Hello,

I see. A quick test by running a hugin built against 2.9.14 with
2.9.15beta1 seems to confirm that the soname bump is unnecessary. In
the upload of the test release to Debian/experimental I have therefore
applied a patch that reverts this change.

thanks, cu andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'


--~--~-~--~~~---~--~~
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: [OSX] hugin-mac-2009.2-Beta3a featuring new AutoPanoGenerator configuration for download

2009-09-14 Thread Harry van der Wolf
2009/9/14 AKS-Gmail-IMAP 

> Hello Harry,
> This new one works here. I ran it as is without re-installing the control
> point generators. I don't know if you have new CP installers that expose the
> CP executables, but I had to do that in order for the Preferences file
> browser to pick them. Otherwise the browser shows the CP plugin packages. It
> does not have the ability to drill down to the executable. Picking the
> plugin package does not work. So I had to first open the plugin packages and
> then drag an alias of the executable out to where Preferences would see it.
> Preferences shows the full file name to the executable when you pick the
> alias.
>
> By the way, Hugin's error message for not finding the CP says "Autopano
> Sift" regardless of what the CPs name is that it could not find.
>
> Allan
>
>

Hi Allan,

Thanks for testing.
I built new AutoCP installers (currently only autopano-sift-c and
panomatic) and they are also on my website. I already had a section 0.8
MACOSX builds and 0.8 Autoplugin installers.
Above that, as they are newer, is now the Hugin 2009.x builds and the Hugin
2009.x AutoCP installers section.
I also mentioned this in my mail but obviously I have to that in a better
way to make it more clear to the users, bith in the mail and on my website.

Harry

--~--~-~--~~~---~--~~
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] libpano: supporting kfreebsd-*

2009-09-14 Thread Andreas Metzler

Hello,

Debian is currently applying the patch quoted below to get libpano13
to build on kfreebsd-*. It would be nice if this could applied.

thanks, cu andreas

==
Author: Cyril Brulebois
http://bugs.debian.org/543998

--- a/configure
+++ b/configure
@@ -19275,7 +19275,7 @@ case "${host_os}" in
 HSYS=unknown
 HCPU="${host_cpu}"
;;
-  linux*)
+  linux*|k*bsd*)
 PANO_WIN32_RESOURCE=
 HSYS=linux
case "${host_cpu}" in
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,7 @@ case "${host_os}" in
 HSYS=unknown
 HCPU="${host_cpu}"
;;
-  linux*)
+  linux*|k*bsd*)
 PANO_WIN32_RESOURCE=
 HSYS=linux
 dnl
==


--~--~-~--~~~---~--~~
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-2009.2.0_beta4 released

2009-09-14 Thread Andreas Metzler

Serge Droz  wrote:
> On 09/14/2009 07:21 AM, Yuval Levy wrote:
[...]
>> A hugin-2009.2.0_beta4 (beta release 4) tarball is available here:

>> 

> Clicking the above link gives a 404 File not found.
> Going through the sourceforge pages gives teh error
[...]

Hello,
FWIW this link works: 
'http://downloads.sourceforge.net/project/hugin/hugin-2009.2_beta/hugin-2009.2.0_beta4.tar.gz?use_mirror=surfnet'
cu andreas


--~--~-~--~~~---~--~~
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: Changing [OSX] hugin-mac AutoCP parameters is possible.

2009-09-14 Thread Harry van der Wolf
Hi Allan,

A likewise discussion is running via <
http://groups.google.com/group/hugin-ptx/browse_thread/thread/f909c659600bdffe
>.

I have now modified Hugin in such a way that it behaves exactly as the the
orther plaforms with the side note that the OSX version defaults to the
"MacOSX appropriate location".

Harry



2009/9/14 AKS-Gmail-IMAP 

> My opinion is that the OS X pop-up selector for the AutoCPs should be
> removed to allow the now built in selector at the Images interface and the
> Preferences methods to function as in the windows and presumably linux
> versions. At the Images interface the text, "Settings:" for the AutoCP
> selector should be changed to better describe the selector function. Its
> function is more to select an AutoCP generator than to be "Settings". The
> text is actually not necessary. The "Feature Matching (Autopano)" title
> above it already describes the section function. I would remove it to make
> room for a wider selector button that is wide enough for a user's more
> lengthy descriptor of his or her custom AutoCP. Following that selector
> could be a button to open Preferences in context with AutoCP.  That would
> put both controls within a minimal pointer movement effort distance.
>
> Allan
>
> On Sep 10, 2009, at 10:54 AM, Harry van der Wolf wrote:
>
>
>
> 2009/9/10 Allan Seidel 
>
>> Hello Harry,
>>
>> I thought OS X users should know that they could change the plug-in
>> parameters.
>>
>
> You are completely right!
> Thanks for pointing me in the right direction. I will write something on my
> website about it.
>
>
>> Your idea to save multiple parameter versions for the same plug-in type is
>> a great idea. If it were me creating the Hugin interface I would not have
>> the parameter settings accessible only in Peferences. I'd have the setting
>> available in the context where it is used. In other words the
>> parameters would be visible and easily changed with a double click on their
>> representation.  One way to do this would be to have the Peference pane
>> openable to the settings location upon that double click. That same concept
>> could be applied througout Hugin where applicable.
>>
>>
> I think that's really a nice idea.
>
>
>> I don't know how the different os packages are created. It seems to me
>> that one can code the "parameter less" plugin concept without needing to
>> change the current the OS X plug-in structure. Hugin knows all about these
>> plug-in files.
>>
>
> Yes, This is more or less what I want to look into.
>
>
>> It can easily read each plug-in's argument line, report it in
>> Peferences and then alter the argument if needed.
>>
>>
>
> My ideas are slightly different.
> Option 1: The "file browse" button from Preferences would open in the
> plugin directory where you would be able to select the available plugin(s)
> and configure them with multiple configurations like it is now done for
> linux/windows, thereby bypassing the internal argument line.
>
> Option 2: (Even simpler). An installer would copy the AutoCP generator to
> the same directory where the plugins reside. The "File open" selector would
> than open (by default) in that plugin directory where you simply select the
> executable instead of the plugin.
>
> For lineair images you simply select the panomatic plugin (option 1) or
> panomatic executable (option 2) and provide some settings for this set of
> images.
> For fisheye images you select the same panomatic plugin (option 1) or
> panomatic executable (option 2) and provide fish eye settings.
> Then this will give you multiple options without needing to copy anything
> (just like the linux/windows solution)
>
> My favourite is option 2 as it is much simpler to realize and this one
> gives a cross platform (lin/win/osx) compatibility.
>
> What's your opinion?
> Others are welcome to give their opinion as well off course.
>
> Harry
>
>
>
>
>
>
> >
>

--~--~-~--~~~---~--~~
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: Odd behaviour by Google Groups in how it displays posts

2009-09-14 Thread Harry van der Wolf
2009/9/14 Yuval Levy 

>
> Hi Terry,
>
> Tduell wrote:
> > It seems that the posts are generally displayed in latest first order,
> > but occasionally it goes wrong and uses the original post date to set
> > the position of the thread.
>
> it seems to me that Google is trying to use some sort of smart algorithm
> to sort out what may be actual / relevant. A while ago I wanted to reply
> to a thread that was more than 60 days old and found it was closed.
>
>
> > I wonder how many posts are missed due to this.
>
> I seldom use the forum-like web based interface. My preferred way to
> follow the list is to receive it in a mailbox.
>

> Yuv
>
> +1, +1.

I only use to do a quick search and use the html web adress as a referrer in
other posts as it is easy to mention a thread via
, because you can't reference to mails (or..? Someone a bright idea?)


The problem I currently have (last week) on multiple platforms (OSX, linux,
windows with firefox and safari) is that the left side navigation is
displayed over the first post and partly over the heading, as if someone is
blundering with his DHTML programming. Extremely annoying.
Is Google groups changing things?

Harry

--~--~-~--~~~---~--~~
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: Howto build a Hugin bundle on MacOSX

2009-09-14 Thread michael_tn



On Sep 14, 4:37 am, Harry van der Wolf  wrote:
> 2009/9/14 michael_tn 
>
>
>
> > now with jpeg-7 (cannot find 6.2 source), i get this:
>
> > libjpeg6 source is here:http://sourceforge.net/projects/libjpeg/files/
>
> Please try to build this one. Hugin is based on libjpeg-6 and so is the
> XCode project. (as are enblend/enfuse, autopano-sift, nona, vigra, etc.,
> etc. and our MacOSX and your linux).
> version 7 is life since 27 june 2009. If it is not compatible with all stuff
> within hugin we might get completely other problems.
>
> I just created created a libjpeg-7.sh script for test purposes and added it
> to trunk and 2009.2.
>
> For your convenience I also added it to this mail. I will try this evening
> with libjpeg7 in hugin.
>
> For the time being: Please stick to the 6b library and the standard
> libjpeg.sh script.
>
> Harry

ok, i found the jpeg6b source and it builds with the original script.
i'm as far along as panomatic now. i get this at the end of the build

Making install in panomatic
test -z "/Users/michael/development/hugin/mac/ExternalPrograms/
repository/arch/i386/bin" || .././install-sh -c -d "/Users/michael/
development/hugin/mac/ExternalPrograms/repository/arch/i386/bin"
  /usr/bin/install -c 'panomatic' '/Users/michael/development/hugin/
mac/ExternalPrograms/repository/arch/i386/bin/panomatic'
make[2]: Nothing to be done for `install-data-am'.
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
lipo: can't open input file: /Users/michael/development/hugin/mac/
ExternalPrograms/repository/arch/ppc/bin/panomatic (No such file or
directory)
strip: can't open file: /Users/michael/development/hugin/mac/
ExternalPrograms/repository/bin/panomatic (No such file or directory)

looks like it builds an i386 but not ppc (i'm using the SetEnv-
universal build).

-- michael
--~--~-~--~~~---~--~~
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: Control point generator incantations

2009-09-14 Thread Bruno Postle

On Sat 12-Sep-2009 at 07:38 -0700, RueiKe wrote:
>
>Not sure if I found a bug or if I am doing something wrong.  I am
>using SVN4352 of 2009.2.  I attempted to use the default arguments for
>autopano-SIFT-C, and I found that it indicates conversion to a
>stereographic projection in the control point generation window, even
>though an equirectangular projection is indicated in both the stitcher
>tab and quick preview window.  It only finds 3 control points.  When I
>remove the "--projection %f,%v" option it finds over 500 control
>points.

The stereographic conversion is used for input images, the 
projection of the output shouldn't make any difference to 
control-point detection.

I suspect that the initial field of view or projection of your 
photos is being misread.  Are you entering values manually when you 
load the photos? or is hugin estimating them from the EXIF info?

i.e. what values are set in the Camera and Lens tab immediately 
before generating control points?

-- 
Bruno

--~--~-~--~~~---~--~~
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: libpano: supporting kfreebsd-*

2009-09-14 Thread Yuval Levy

Andreas Metzler wrote:
> Debian is currently applying the patch quoted below to get libpano13
> to build on kfreebsd-*. It would be nice if this could applied.

+1

even better: it would be nice if somebody would step in and contribute 
to the CMake build that Thomas Sharpless started a while ago.

Enblend now has (experimental) CMake build.

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
-~--~~~~--~~--~--~---



[hugin-ptx] Re: Control point generator incantations

2009-09-14 Thread RueiKe

Hi Bruno,

Hugin is able to estimate them from the EXIF data.   The values
immediately after loading are Normal (rectilinear), degrees of
view=84.00737, focal length=20, crop factor=1.

Here is text while processing one of the images:

Filename K:\HWD\RL3_8447.tif
  rectilinear  width 4256  height 2832  hfov 180
  reduce to 1600 x 1064 (Scale 2.6600)...
  convert to stereographic projection ...
  find keypoints ...
  69 keypoints found

For this set of images, it finds a bit more points, but all of them
are in very near the center of each image and much less than without
the projection specified.

Regards,
Rick

On Sep 14, 8:44 pm, Bruno Postle  wrote:
> On Sat 12-Sep-2009 at 07:38 -0700, RueiKe wrote:
>
>
>
> >Not sure if I found a bug or if I am doing something wrong.  I am
> >using SVN4352 of 2009.2.  I attempted to use the default arguments for
> >autopano-SIFT-C, and I found that it indicates conversion to a
> >stereographic projection in the control point generation window, even
> >though an equirectangular projection is indicated in both the stitcher
> >tab and quick preview window.  It only finds 3 control points.  When I
> >remove the "--projection %f,%v" option it finds over 500 control
> >points.
>
> The stereographic conversion is used for input images, the
> projection of the output shouldn't make any difference to
> control-point detection.
>
> I suspect that the initial field of view or projection of your
> photos is being misread.  Are you entering values manually when you
> load the photos? or is hugin estimating them from the EXIF info?
>
> i.e. what values are set in the Camera and Lens tab immediately
> before generating control points?
>
> --
> Bruno
--~--~-~--~~~---~--~~
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-2009.2.0_beta4 released

2009-09-14 Thread Yuval Levy

Merci Serge!

Serge Droz wrote:
> Clicking the above link gives a 404 File not found.
> Going through the sourceforge pages gives teh error
> 
>> Unable to find any mirror information for the "/hugin-2009.2.0_beta4.tar.gz" 
>> file. Please select another file. 
> 
> which is claimed to be fixed by the sourceforge people:
> 
> http://sourceforge.net/apps/trac/sourceforge/ticket/2316

thanks for the report and the pointer to SF's own bug tracker. I am not 
sure it is the same bug, I filed a new one:

https://sourceforge.net/apps/trac/sourceforge/ticket/4806

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
-~--~~~~--~~--~--~---



[hugin-ptx] Re: News links on Hugin website lead to blank page

2009-09-14 Thread Yuv

On Sep 13, 4:23 pm, Harry van der Wolf  wrote:
> Not one single news item is working. The archived ones don't work either.
> Can we "call" for a sourceforge sys admin?

done: https://sourceforge.net/apps/trac/sourceforge/ticket/4807
--~--~-~--~~~---~--~~
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: Cleaning Up Libpano integration

2009-09-14 Thread Yuv

On Sep 13, 9:15 am, michael crane  wrote:
> do you mean this ?
> https://lists.sourceforge.net/lists/listinfo/panotools-devel

yes, this is the link that is impossible to find on Google.

it is also what SF should link from the project menu mailing list,
instead of the useless

https://sourceforge.net/mailarchive/forum.php?forum_name=panotools-devel

I filed a bug report

https://sourceforge.net/apps/trac/sourceforge/ticket/4808

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
-~--~~~~--~~--~--~---



[hugin-ptx] Re: Hugin-2009.2.0_beta4 released

2009-09-14 Thread Yuv

On Sep 14, 9:34 am, Yuval Levy  wrote:
> https://sourceforge.net/apps/trac/sourceforge/ticket/4806

one of the fastest bug fixes I've ever seen - 24 minutes!

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
-~--~~~~--~~--~--~---



[hugin-ptx] Source code about cylindrical projection a nd Creating 360°panoramas

2009-09-14 Thread Bob

Dear all,

With the help of Guido,Kornel and Yuv, I've successfully built Hugin
on Windows using VS2008,
next I will study the source code of Hugin

In the Hugin.sln, Where is the code of this two part :cylindrical
projection and Creating 360°panoramas

Thanks!

Bob
--~--~-~--~~~---~--~~
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: Source code about cylindrical projecti on and Creating 360°panoramas

2009-09-14 Thread Yuval Levy

Dear Bob,

Bob wrote:
> Where is the code of this two part :cylindrical
> projection and Creating 360°panoramas

starting point:

find . -exec grep -l "cylindrical" {} \;

at least this is what I would do on Linux. I guess that as a Windows 
developer you have access to similar tools.

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
-~--~~~~--~~--~--~---



[hugin-ptx] Re: Hugin-2009.2.0_beta4 released

2009-09-14 Thread Serge Droz

Quick indeed,

beta4 is building just fine on my fedora 11 box (x86_64, nvidia
drivers), even without Bruno's workaround needed to build beta3.

Thanks
Serge

On 09/14/2009 03:45 PM, Yuv wrote:
> 
> On Sep 14, 9:34 am, Yuval Levy  wrote:
>> https://sourceforge.net/apps/trac/sourceforge/ticket/4806
> 
> one of the fastest bug fixes I've ever seen - 24 minutes!
> 
> 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
-~--~~~~--~~--~--~---



[hugin-ptx] Re: Odd behaviour by Google Groups in how it displays posts

2009-09-14 Thread Yuval Levy

Hoi Harry,

Harry van der Wolf wrote:
> The problem I currently have (last week) on multiple platforms (OSX, linux,
> windows with firefox and safari) is that the left side navigation is
> displayed over the first post and partly over the heading, as if someone is
> blundering with his DHTML programming. Extremely annoying.
> Is Google groups changing things?

can it be that you are sometimes logged in and sometimes not with your 
google id? you can check this on the top right of the screen.

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
-~--~~~~--~~--~--~---



[hugin-ptx] Re: Odd behaviour by Google Groups in how it displays posts

2009-09-14 Thread Harry van der Wolf
2009/9/14 Yuval Levy 

>
> Hoi Harry,
>
> Harry van der Wolf wrote:
> > The problem I currently have (last week) on multiple platforms (OSX,
> linux,
> > windows with firefox and safari) is that the left side navigation is
> > displayed over the first post and partly over the heading, as if someone
> is
> > blundering with his DHTML programming. Extremely annoying.
> > Is Google groups changing things?
>
> can it be that you are sometimes logged in and sometimes not with your
> google id? you can check this on the top right of the screen.
>
> Yuv
>
>
No, just tried a couple of times. It doesn't make a difference.

Harry

--~--~-~--~~~---~--~~
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-2009.2.0_beta4 released

2009-09-14 Thread Andreas Metzler

Yuval Levy  wrote:
[...]
> A hugin-2009.2.0_beta4 (beta release 4) tarball is available here:
[...]

Hello,

builds fine on Debian (and probably Ubuntu).
http://www.bebt.de/debian/dists/lenny/hugin2009.2/
cu andreas

-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'


--~--~-~--~~~---~--~~
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: Howto build a Hugin bundle on MacOSX

2009-09-14 Thread Harry van der Wolf
2009/9/14 michael_tn 

>
>
> looks like it builds an i386 but not ppc (i'm using the SetEnv-
> universal build).
>
> -- michael
>

The script contains a typo that I just corrected. But that was not enough.
I built the script the last time on tiger. Now I have terrible problems
compiling ppc again.

Please continue. It's not a showstopper if panomatic doesn't compile (yet).

I let you know when I've solved this annoying problem.

Harry

--~--~-~--~~~---~--~~
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-2009.2.0_beta4 released

2009-09-14 Thread Stefan Peter

Hi Yuv

Yuval Levy wrote:
...
> See README, ChangeLog and INSTALL_cmake for more information.
> 
> This release is tagged in the subversion repository as 
> /hugin/releases/tag/2009.2.0_beta4 at revision 4414.
...

This URL gives a 'svn url 
»https://hugin.svn.sourceforge.net/svnroot/hugin/releases/tag/2009.2.0_beta4« 
not foind'.

The proper URL is
https://hugin.svn.sourceforge.net/svnroot/hugin/hugin/tags/hugin-2009.2.0-beta4/
so the above should read
/hugin/tags/hugin-2009.2.0-beta4/

However, the full url would be preferred, i think.


Regards

Stefan Peter



--~--~-~--~~~---~--~~
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: Odd behaviour by Google Groups in how it displays posts

2009-09-14 Thread Erik Krause

Tduell wrote:

> This morning (Sep 14) I looked to see if there was any follow-up on my
> experiences, and had to go looking in the 'older' posts, and ended up
> 5 pages back.

You are not limited to google if you want to use a web interface. You 
can as well use nabble: http://www.nabble.com/hugin-ptx-f14411.html
or gmane: http://news.gmane.org/gmane.comp.misc.ptx

writing messages is possible after registration.

best regards
-- 
Erik Krause
http://www.erik-krause.de

--~--~-~--~~~---~--~~
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: Cleaning Up Libpano integration

2009-09-14 Thread D M German

 Yuval Levy twisted the bytes to say:



 Yuval> dmg wrote:
 >> Would it be possible for someone to describe in the libpano mailing
 >> list what the problem is?

 Yuval> I tried. Seems that my message "awaits moderation".

Hi Yuv,

I don't know who is the moderator of the panotools-devel.

Bruno, Jim, do you know who that person is?

But at the very least, send me directly bug reports and I'll triage
them.  I am committed to fix them if they are accompanied with a good
report.

I'd really like to have any discussions on libpano on the
panotools-devel mailing list. It helps with traceability and
documentation.



--
Daniel M. German  
http://turingmachine.org/
http://silvernegative.com/
dmg (at) uvic (dot) ca
replace (at) with @ and (dot) with .

--~--~-~--~~~---~--~~
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: Cleaning Up Libpano integration

2009-09-14 Thread michael crane

2009/9/14 Yuv :
>
> On Sep 13, 9:15 am, michael crane  wrote:
>> do you mean this ?
>> https://lists.sourceforge.net/lists/listinfo/panotools-devel
>
> yes, this is the link that is impossible to find on Google.

google panotools > panotools.sourceforge.net > developer list

Robert is your mother's brother.

:-)

mick

--~--~-~--~~~---~--~~
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: Control point generator incantations

2009-09-14 Thread Bruno Postle

On Mon 14-Sep-2009 at 06:27 -0700, RueiKe wrote:
>
>Hugin is able to estimate them from the EXIF data.   The values
>immediately after loading are Normal (rectilinear), degrees of
>view=84.00737, focal length=20, crop factor=1.
>
>Here is text while processing one of the images:
>
>Filename K:\HWD\RL3_8447.tif
>  rectilinear  width 4256  height 2832  hfov 180

You found a bug, basically the autopano-sift-c --projection option 
doesn't work in the current trunk, it always assumes an angle of 
view of 180:

Current trunk:
 ./autopano-sift-c --projection 0,84 new.pto /tmp/RL3_844*
 ...
 rectilinear  width 4256  height 2832  hfov 180

2.5.0:
 autopano-sift-c --projection 0,84 new.pto /tmp/RL3_844*
 ...
 width 4256  height 2832  format 0  hfov 84

This appears to have broken with svn4082.

Note to packagers, the current stable version of autopano-sift-C is 
2.5.0, this version does have a substantial memory leak which is 
fixed in svn3895 - Any snapshot after this should be considered 
unstable.

-- 
Bruno

--~--~-~--~~~---~--~~
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: enfuse error with custom parameters

2009-09-14 Thread Bruno Postle

On Sun 13-Sep-2009 at 19:49 +0200, J. Schneider wrote:
>
>I encountered a problem when I specified custom parameters for enfuse
>via the button on the stitcher tab. I wanted different weights for
>exposure, contrast, and saturation, therefor I entered
>--wExposure=1 --wSaturation=0.8 --wContrast=0.1

It looks like these parameters are being added to both enfuse and 
enblend:

>C:\Programme\BILD\Hugin\Hugin\ 0.8\bin\enfuse --wExposure=1 
>--wSaturation=0.8 --wContrast=0.1 -o 2009-08-26\ -\ 
>5473+0-4-5472_fused\ 10-08-01_stack_ldr_.tif 2009-08-26\ -\ 
>5473+0-4-5472_fused\ 10-08-01_exposure_layers_.tif 2009-08-26\ 
>-\ 5473+0-4-5472_fused\ 10-08-01_exposure_layers_0003.tif Loading 
>next image: 2009-08-26 - 5473+0-4-5472_fused 
>10-08-01_exposure_layers_.tif Loading next image: 2009-08-26 - 
>5473+0-4-5472_fused 10-08-01_exposure_layers_0003.tif

enblend fails if you supply --wExposure=1 etc... :

>C:\Programme\BILD\Hugin\Hugin\ 0.8\bin\enblend --compression LZW 
>-l29 -a -z --wExposure=1 --wSaturation=0.8 --wContrast=0.1 
>-f4269x2665 -o 2009-08-26\ -\ 5473+0-4-5472_fused\ 
>10-08-01_fused.tif 2009-08-26\ -\ 5473+0-4-5472_fused\ 
>10-08-01_stack_ldr_.tif

The error message you see is from enblend.  Did you add these 
parameters to both by mistake or is this a hugin bug?

-- 
Bruno

--~--~-~--~~~---~--~~
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: Cleaning Up Libpano integration

2009-09-14 Thread Bruno Postle

On Mon 14-Sep-2009 at 12:05 -0700, Daniel M. German wrote:
> Yuval> dmg wrote:
> >> Would it be possible for someone to describe in the libpano mailing
> >> list what the problem is?
>
> Yuval> I tried. Seems that my message "awaits moderation".
>
>I don't know who is the moderator of the panotools-devel.
>Bruno, Jim, do you know who that person is?

I am, but if someone else wants to be admin too, then they are 
welcome to it.

-- 
Bruno

--~--~-~--~~~---~--~~
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: problem with align_image_stack

2009-09-14 Thread J. Schneider

> On Sun 13-Sep-2009 at 19:51 +0200, J. Schneider wrote:
>> align_image_stacks which has the default parameters
>> -f %v `[ %f == 2 ] || [ %f == 3 ] && echo -n ' -e'` -p %o %i
>> set in the preferences.
> 
> Neither the trunk or the 2009.2 branch has this [ %f == 2 ] stuff as 
> it could only work on unix systems and is completely untested (I 
> haven't had a chance to test it myself and it was my idea).
> 
> Do you still get it if you 'Load defaults' in the preferences?
If I do so the align_image_stack entry disappears from the list!

should the parts in brackets be just ommited?

>> Meanwhile I will preassemble the stacks on the command line into 4
>> .ptos. Wasn't there some helper app to merge pto files?
> 
> ptomerge is part of Panotools::Script.
Thanks!

regards
Joachim

--~--~-~--~~~---~--~~
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: problem with align_image_stack

2009-09-14 Thread Bruno Postle

On Mon 14-Sep-2009 at 22:35 +0200, J. Schneider wrote:
>
>> Do you still get it if you 'Load defaults' in the preferences?
>If I do so the align_image_stack entry disappears from the list!

>should the parts in brackets be just ommited?

Yes, try this entry in the Control point generator preferences:

Align image stack
align_image_stack
-f %v -p %o %i

-- 
Bruno

--~--~-~--~~~---~--~~
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: [PanoTools-devel] libpano13-2.9.15_beta1 released

2009-09-14 Thread Bruno Postle

On Mon 14-Sep-2009 at 10:03 +0200, Andreas Metzler wrote:

>Make check shows some errors due to missing files in the tarball

>I think this patch patch should fix it:

>On a sidenote, shouldn't make check *exit*8 with an error if there is a
>testsuite error?

Thanks, both patches have been applied.

-- 
Bruno

--~--~-~--~~~---~--~~
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: Howto build a Hugin bundle on MacOSX

2009-09-14 Thread Michael Galloway

On Mon, Sep 14, 2009 at 08:15:35PM +0200, Harry van der Wolf wrote:
> 2009/9/14 michael_tn 
> 
> 
> The script contains a typo that I just corrected. But that was not enough.
> I built the script the last time on tiger. Now I have terrible problems
> compiling ppc again.
> 
> Please continue. It's not a showstopper if panomatic doesn't compile (yet).
> 
> I let you know when I've solved this annoying problem.
> 
> Harry
>

right, will carry on this evening 

-- michael 

--~--~-~--~~~---~--~~
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: Cleaning Up Libpano integration

2009-09-14 Thread Yuval Levy

Bruno Postle wrote:
> On Mon 14-Sep-2009 at 12:05 -0700, Daniel M. German wrote:
>> I don't know who is the moderator of the panotools-devel.
>> Bruno, Jim, do you know who that person is?
> 
> I am, but if someone else wants to be admin too, then they are 
> welcome to it.

sounds like a well managed and lively mailing list.

anyway, if you ask me: either make it work or shut it down.

part of the making it work depends on contributors, part on the 
infrastructure.

I had filed a bug report this morning about the infrastructure and have 
been directed to Sourceforge's Ideatorrent.

I've entered the idea in the Ideatorrent:


It is awaiting moderator approval, after which users should be able to 
vote on it.

With better infrastructure I may be more inclined to join a mailing list 
on SF again.

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
-~--~~~~--~~--~--~---



[hugin-ptx] Re: Hugin-2009.2.0_beta4 released

2009-09-14 Thread Yuval Levy

Stefan Peter wrote:
> Hi Yuv
> 
> Yuval Levy wrote:
> ...
>> See README, ChangeLog and INSTALL_cmake for more information.
>>
>> This release is tagged in the subversion repository as 
>> /hugin/releases/tag/2009.2.0_beta4 at revision 4414.
> ...
> 
> This URL gives a 'svn url 
> »https://hugin.svn.sourceforge.net/svnroot/hugin/releases/tag/2009.2.0_beta4« 
> not foind'.
> 
> The proper URL is
> https://hugin.svn.sourceforge.net/svnroot/hugin/hugin/tags/hugin-2009.2.0-beta4/
> so the above should read
> /hugin/tags/hugin-2009.2.0-beta4/
> 
> However, the full url would be preferred, i think.

sorry for the mistake and thanks for the fix, Stefan. I'll try to do 
better with the next tarball, most likely the first release candidate, 
most likely next weekend.

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
-~--~~~~--~~--~--~---



[hugin-ptx] Re: Hugin-2009.2.0_beta4 released

2009-09-14 Thread Gerald

Where can I find the version number of the actual working Hugin on my
work station ???

When I go to help/about panel the version number is absent !

I think I'm using the beta 4 but I'm not sure 
--~--~-~--~~~---~--~~
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-2009.2.0_beta4 released

2009-09-14 Thread Yuval Levy

Gerald wrote:
> Where can I find the version number of the actual working Hugin on my
> work station ???

Help -> About Hugin (ou "aide" -> "à propos" en français)

what does it say on the Version line?

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
-~--~~~~--~~--~--~---



[hugin-ptx] Re: Howto build a Hugin bundle on MacOSX

2009-09-14 Thread Michael Galloway

On Mon, Sep 14, 2009 at 08:15:35PM +0200, Harry van der Wolf wrote:
> 
> The script contains a typo that I just corrected. But that was not enough.
> I built the script the last time on tiger. Now I have terrible problems
> compiling ppc again.
> 
> Please continue. It's not a showstopper if panomatic doesn't compile (yet).
> 
> I let you know when I've solved this annoying problem.
> 
> Harry
>

ok, looking through the BuildConfig.xconfig file i see that Image-Exiftools is 
referenced:

// ExifTool
EXIFTOOL_DIR = ../mac/ExternalPrograms/Image-ExifTool-7.84

but there is no script in the scripts directory to build this. 

-- michael 

--~--~-~--~~~---~--~~
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] missing keyboard shortcuts in os/x and linux

2009-09-14 Thread dex Otaku

I use Hugin frequently under Windows, OS/X and in linux.

I noticed the lack of keyboard shortcuts that exist in the Windows
version [all except the ones listed in the menus] some time ago with
0.7.0.  Now I'm using 0.8.0 on the Mac at work and it still lacks the
shortcuts.

Am I missing something, or is there an actual reason why the workflow
is crippled this way everywhere but on Windows?  It takes 2-4x longer
to do everything on the Mac or in linux.

D
--~--~-~--~~~---~--~~
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: missing keyboard shortcuts in os/x and linux

2009-09-14 Thread Seb Perez-D

On Tue, Sep 15, 2009 at 03:26, dex Otaku  wrote:
> I noticed the lack of keyboard shortcuts that exist in the Windows
> version [all except the ones listed in the menus] some time ago with
> 0.7.0.  Now I'm using 0.8.0 on the Mac at work and it still lacks the
> shortcuts.

Which shortcuts are you missing in Linux? I have several, so I would
be glad to know which additional ones there are.

F to finetune a control point pair
A to add the pair
G to generate "fixed" control points
Del to delete a control point
Ctrl T to optimize
Ctrl S to save

Cheers,

Seb

--~--~-~--~~~---~--~~
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: Howto build a Hugin bundle on MacOSX

2009-09-14 Thread Harry van der Wolf
2009/9/15 Michael Galloway 

>
> ok, looking through the BuildConfig.xconfig file i see that Image-Exiftools
> is referenced:
>
> // ExifTool
> EXIFTOOL_DIR = ../mac/ExternalPrograms/Image-ExifTool-7.84
>
> but there is no script in the scripts directory to build this.
>
> -- michael
>
> That's correct. Exiftool is a perl set. Just download the general package
from . That's the top link,
not the .dmg. Unpack it in the ExternalPrograms directory and refer to it in
the BuildConfig file.

I will add that to the wiki.

Harry

--~--~-~--~~~---~--~~
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 + cmake + FindBoost

2009-09-14 Thread Kornel Benko
Hi all,
currently we are using our own FindBoost.cmake. I was unable to make it work on 
OpenSuSE. That is, though I have
Boost installed (the standard way, add needed packages with yast), this version 
of FindBoost does not find it.
(Yes Ryan, I tried to set the environment BOOST_ROOT, I tried to make a 
directory containing symbolic links to lib and include and so on)

On the other side, using the FindBoost  from installed cmake, I had no problems.
So I propose to remove our version. I am prepared to make any needed changes in 
CMakeLists.txt

If that is not OK, then there is another possibility. Rename our version, so 
that in case nothing is found we could use
the official version too. (This is currently not possible)

Kornel
-- 
Kornel Benko
kornel.be...@berlin.de


signature.asc
Description: This is a digitally signed message part.


[hugin-ptx] Re: Enblend + cmake + FindBoost

2009-09-14 Thread Ryan Sleevi

Or just update the versions (in Enblend and ideally in Hugin) to match 
something from the more recent CMake distributions. I'd like to see that for a 
number of the .cmake files derived/modified from CMake sources - figuring out 
what sort of changes were made, and keeping them up to date as appropriate. 

I don't know what sort of changes have been made for other platforms, but on 
the Windows side of things, FindLibraryForCPU / FindLibraryWithDebug are two 
important macros that, unfortunately, require altering the 'stock' CMake files 
to use (there isn't a way to overload FIND_LIBRARY AFAIK). In addition to that, 
several other packages that have their own complex naming rules (Boost, 
STLPort, wxWidgets) require a little bit of tweaking to properly handle the 
libraries' ability for 64-bit builds via their native build tools.

I've got no objections to combining that plus a scheme for renaming local 
.cmake files, with a preference for local copies over CMake distributed 
versions when they exist (for the obvious reason that local copies have, 
presumably, necessary modifications). eg: FindEnblend_Boost.cmake +

FindPackage(Enblend_Boost)
IF(NOT Boost_FOUND)
  FindPackage(Boost)
ENDIF(NOT Boost_FOUND)


> -Original Message-
> From: hugin-ptx@googlegroups.com [mailto:hugin-...@googlegroups.com] On
> Behalf Of Kornel Benko
> Sent: Tuesday, September 15, 2009 1:49 AM
> To: hugin-ptx@googlegroups.com
> Subject: [hugin-ptx] Enblend + cmake + FindBoost
> 
> Hi all,
> currently we are using our own FindBoost.cmake. I was unable to make it
> work on OpenSuSE. That is, though I have Boost installed (the standard
> way, add needed packages with yast), this version of FindBoost does not
> find it.
> (Yes Ryan, I tried to set the environment BOOST_ROOT, I tried to make a
> directory containing symbolic links to lib and include and so on)
> 
> On the other side, using the FindBoost  from installed cmake, I had no
> problems.
> So I propose to remove our version. I am prepared to make any needed
> changes in CMakeLists.txt
> 
> If that is not OK, then there is another possibility. Rename our
> version, so that in case nothing is found we could use the official
> version too. (This is currently not possible)
> 
>   Kornel
> --
> Kornel Benko
> kornel.be...@berlin.de


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---