[hugin-ptx] Modified makefile generation on windows

2010-02-28 Thread T. Modes
I modified to generation of hugins makefiles on windows (rev. 5038).
Hugins stitching engine uses now windows own cmd.exe to execute all
steps instead of the sh.exe from UnxUtils. (sh.exe has some bugs, e.g.
is does not support redirecting to a file with ">", furthermore the
UnxUtils are discontinued/not updated for a long time)

Now all critical characters (space, #, ^, $ and so on) should work
because they are better masked. I hope, that it will cope better with
other characters from other codepages e.g. cyrillic, but this is
untested.
As a side effect the test target of the makefiles works now on
windows.

For builders: you will need gnu make to use it. (It's easy: download
GNUmake, extract to path make-3.81 (same level as hugin-trunk),
compile using the provided project file make_msvc_net2003.sln, rename
the resulting exe in make-3.81/Release to make.exe). The UnxUtils are
not used any more. Maybe the installer must be updated.

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


Re: [hugin-ptx] Submitting a patches

2010-02-28 Thread Bruno Postle

On Sun 28-Feb-2010 at 05:57 -0800, Steeve wrote:


Sometime ago James Legg showed me how to change the 'show control
points' feature in the fast preview tool to use crosses rather than
dots. I then extended this to colour coded control points with a high
error. I find this very useful for locating rogue control points
remaining in clouds, or features which moved during photographing. See
http://miltonpanoramic.co.uk/misc/HuginControlPointPreview.jpg as an
example.


The best place to submit patches is the Hugin tracker, at least they 
won't get lost (yesterday I commited a patch that was posted to 
hugin-ptx a year and a half ago and forgotten because it wasn't in 
the tracker):

https://sourceforge.net/tracker/?group_id=77506&atid=550443

We would give you access to add it to SVN when it is ready.

How does your patch work? currently points are drawn as (very thin) 
lines with the length indicating the 'error distance', and different 
colours are used for the different kinds of control points.  I think 
we would like to enhance the functionality of the current 'show 
points' mode rather than add another mode.



I noticed that in two other places we already colour code errors in
control points, CPImagesComboBox.cpp and PreviewLayoutLinesTool.cpp so
it made sense to implement one common implementation, not sure where
best to implement this utils.cpp?


Not sure, someone else can answer this.

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


Re: [hugin-ptx] Mac OSX Hugin and colour temperatures

2010-02-28 Thread Bruno Postle

On Sun 28-Feb-2010 at 13:53 -0800, MarkA wrote:

I've just managed to get all the packages for Hugin compiled and
working on a MAC. I've been using PTassemblr on Windows and years, but
I've now moved away from windows. Hugin appears to work great, except
I've got a problem with colour temperature settings. Is there an
option, or another piece of software, that will equalise colour
temperatures in a selection of pictures?


You can equalise colour temperature by optimising white balance in 
the Exposure tab, this will give the photos the same white balance, 
but you could still end up with the 'wrong' overall colour 
temperature.


Hugin actually has everything needed to be able to adjust the colour 
temperature of a panorama, but currently it isn't really available 
in the GUI.  You can go to the Camera and Lens tab and manually set 
red/blue levels for each 'lens', but since the Hugin display isn't 
colour managed you have to wait for the final stitch to see the 
results properly.


This is something that could be a summer of code project:

* Integrate lcms and display photos using the system monitor profile

* Add a 'grey picker' to set the white point of a panorama

* A temperature 'slider' to be able to do stuff like this in the 
GUI: http://www.flickr.com/photos/sbprzd/4196026736/


--
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] Mac OSX Hugin and colour temperatures

2010-02-28 Thread MarkA
I've just managed to get all the packages for Hugin compiled and
working on a MAC. I've been using PTassemblr on Windows and years, but
I've now moved away from windows. Hugin appears to work great, except
I've got a problem with colour temperature settings. Is there an
option, or another piece of software, that will equalise colour
temperatures in a selection of pictures? I know I could try it
manually, but trying to get rid of the right amount of red from a snow
scene could take forever.

-- 
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] [win32] Hugin 2010.1 svn5031 for download

2010-02-28 Thread Zoran Zorkic
You can grab it from http://lemur.dreamhosters.com/hugin/
Changelog:
* Revision: 5031: [OSX] update CPDetectorConfig_default.h to latest 
"insights"
* Revision: 5030: [OSX] correct MaskLoadDialog.h and XCode project after 
svn commit 5014
* Revision: 5029: Updated Czcech translation
* Revision: 5028: [2889525] Reject control ponits with coordinates less 
than zero.
* Revision: 5027: Set blender and fusion options to default value when user 
entered an empty string
* Revision: 5024: Make `hugin *.jpg` work (Alexandre Duret-Lutz)

Stay sharp!



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


Re: [hugin-ptx] Re: Hugin 2010.1.0 svn5031 bundle

2010-02-28 Thread Harry van der Wolf
Thanks for notifying me. Stupid Safari. It's a standard html redirect that
I'm using. I've been using that since 1998.

I'll have to look at it again.

Harry



2010/2/28 AKS-Gmail-IMAP 

> Harry,
>
> I have never seen the survey either so I had no idea it existed and thus
> had no context to understand these posts regarding a survey. In checking I
> see that it does not work in Safari. It does appear in Firefox and Opera.
>
> Allan
>
>
> On Feb 28, 2010, at 7:03 AM, grow wrote:
>
>  Harry,
>>
>> "enhancements by Thomas and James to the mask editor"
>> ...  h mask editor  ... I think I might be interested in THAT!
>> Thank YOU!
>>
>> On your survey  - I emailed you last time to say that I had "somehow
>> missed the survey page".  So   I paid closer attention this time ...
>> after I clicked the download link the download started as normal but
>> on the status bar at the bottom of my browser I got a message saying
>> "failed to load page see Activity window for details".  The Activity
>> window tells me that
>> "loading of : http://panorama.dyndns.org/download.php?id=407 was
>> cancelled"
>>
>> When I went back to the ordinary browser window it appeared to be
>> completely blank ... but when I did "view source"  there seemed to be
>> a complete page of HTML there with code for a form in a table with  a
>> lot of radio-buttons.  But in the browser window it shows as blank.
>>
>> all the best
>>
>> George
>> PS Thanks again for providing a new build for us to try.
>>
>> On 28 Feb, 12:17, Harry van der Wolf  wrote:
>>
>>> Hi mac users,
>>>
>>> Another 32bit Universal bundle. This bundle contains a lot of bugfixes
>>> and
>>> enhancements by Thomas and James to the mask editor, compared to the
>>> bundle
>>> 4984 which I published little over a week ago.
>>>
>>> In this bundle ("Changelog"):
>>> * bugfixes and enhancements to the mask editor.
>>>
>>> * update of the CPDetector defaults. If you go into the CPDetector config
>>> in
>>> Preferences and you choose "load defaults", you will see "Pablo's patent
>>> free panomatic" and 2 align_image_stack versions, which are inside the
>>> bundle. Next to that you will find entries for panomatic and
>>> autopano-sift-c. The last 2 are configured but NOT bundled with this
>>> bundle.
>>> You can download them separately from my site. If you already did so and
>>> installed them, you only have to use the "Choose/Kies/Auswählen/Choisir/
>>> etc." button to (automatically) reselect the path and re-enable them.
>>> This also means that Pablo's patent free panomatic is now the default for
>>> the OSX hugin bundle. It functions fine for non-fisheye panos and not so
>>> good for fisheye panos (like the original panomatic and to some extend
>>> autopano-sift-c as well).
>>>
>>> * And as before: all the tools are bundled with it. See the Readme.txt in
>>> the "Hugin Tools" directory.
>>>
>>> As always: Information and binaries via my website
>>> <
>>> http://panorama.dyndns.org/index.php?lang=en&subject=Hugin&texttag=Hugin
>>> >.
>>>
>>> (The binaries themselves are served from hugin.panotools.org who kindly
>>> provide the disk space and bandwidth).
>>>
>>> Hoi,
>>> 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
>>
>
> --
> 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
>

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

Re: [hugin-ptx] Re: Hugin 2010.1.0 svn5031 bundle

2010-02-28 Thread AKS-Gmail-IMAP

Harry,

I have never seen the survey either so I had no idea it existed and  
thus had no context to understand these posts regarding a survey. In  
checking I see that it does not work in Safari. It does appear in  
Firefox and Opera.


Allan

On Feb 28, 2010, at 7:03 AM, grow wrote:


Harry,

"enhancements by Thomas and James to the mask editor"
...  h mask editor  ... I think I might be interested in THAT!
Thank YOU!

On your survey  - I emailed you last time to say that I had "somehow
missed the survey page".  So   I paid closer attention this time ...
after I clicked the download link the download started as normal but
on the status bar at the bottom of my browser I got a message saying
"failed to load page see Activity window for details".  The Activity
window tells me that
"loading of : http://panorama.dyndns.org/download.php?id=407 was
cancelled"

When I went back to the ordinary browser window it appeared to be
completely blank ... but when I did "view source"  there seemed to be
a complete page of HTML there with code for a form in a table with  a
lot of radio-buttons.  But in the browser window it shows as blank.

all the best

George
PS Thanks again for providing a new build for us to try.

On 28 Feb, 12:17, Harry van der Wolf  wrote:

Hi mac users,

Another 32bit Universal bundle. This bundle contains a lot of  
bugfixes and
enhancements by Thomas and James to the mask editor, compared to  
the bundle

4984 which I published little over a week ago.

In this bundle ("Changelog"):
* bugfixes and enhancements to the mask editor.

* update of the CPDetector defaults. If you go into the CPDetector  
config in
Preferences and you choose "load defaults", you will see "Pablo's  
patent
free panomatic" and 2 align_image_stack versions, which are inside  
the

bundle. Next to that you will find entries for panomatic and
autopano-sift-c. The last 2 are configured but NOT bundled with  
this bundle.
You can download them separately from my site. If you already did  
so and
installed them, you only have to use the "Choose/Kies/Auswählen/ 
Choisir/

etc." button to (automatically) reselect the path and re-enable them.
This also means that Pablo's patent free panomatic is now the  
default for
the OSX hugin bundle. It functions fine for non-fisheye panos and  
not so
good for fisheye panos (like the original panomatic and to some  
extend

autopano-sift-c as well).

* And as before: all the tools are bundled with it. See the  
Readme.txt in

the "Hugin Tools" directory.

As always: Information and binaries via my website
.


(The binaries themselves are served from hugin.panotools.org who  
kindly

provide the disk space and bandwidth).

Hoi,
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


--
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: parallel processing, hardware configurations, cuda, etc...

2010-02-28 Thread Battle
Thanks all for your replies.  I'm running early 2008 mac 4GB RAM, Core
2 Duo 2.4GHz.  I get good CPU utilization on nona typically 100% of
both processors.  Enblend only wants to use one of the processors as
far as I can tell or at lease I rarely get over 100% utilization.

I'm doing very large panos.  Obviously this is going to take a bigger
horse than I've got now.  So I need to understand what's going on so I
buy the right horse to minimize processing time.

Battle

On Feb 23, 11:09 pm, Battle  wrote:
> I don't know if this forum is exactly the place to ask this question,
> but I'm struggling with 4 to 6 hours per stitch on multi pto batches
> I'm processing overnight.  If I batch more than 2 pto files it still
> running the next morning when I come into work.  Currently I'm on dual
> duo intel mac.  I've got to speed things up.   What effect will going
> to dual quad core have.  Is there a source of benchmarks some where?
> What about parallel processing using graphics chips a la cuda?  Is
> this possible with hugin?  Does anyone have an suggested hardware
> configuration to maximize speed?  Since I'm talking new or new-used
> equipment here the os doesn't matter.  I'm wondering if I would I be
> better off buying more than one older box and setting up a kvm switch
> and letting each machine handle one pto file, or trying parallel
> processing? Cuda or something like that seems like the longer term
> economical solutions since graphics chips are very cheap.  Anyone out
> there got any experience?
> Thanks
> Battle

-- 
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] Submitting a patches

2010-02-28 Thread Steeve
Hugin users

Sometime ago James Legg showed me how to change the 'show control
points' feature in the fast preview tool to use crosses rather than
dots. I then extended this to colour coded control points with a high
error. I find this very useful for locating rogue control points
remaining in clouds, or features which moved during photographing. See
http://miltonpanoramic.co.uk/misc/HuginControlPointPreview.jpg as an
example.

I noticed that in two other places we already colour code errors in
control points, CPImagesComboBox.cpp and PreviewLayoutLinesTool.cpp so
it made sense to implement one common implementation, not sure where
best to implement this utils.cpp?

I hope others would find this change useful, but an not sure how to go
about submitting it.
http://miltonpanoramic.co.uk/misc/ColouredControlPointsPatch.diff

Regards
Stephen

-- 
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 2010.1.0 svn5031 bundle

2010-02-28 Thread grow
Harry,

"enhancements by Thomas and James to the mask editor"
...  h mask editor  ... I think I might be interested in THAT!
Thank YOU!

On your survey  - I emailed you last time to say that I had "somehow
missed the survey page".  So   I paid closer attention this time ...
after I clicked the download link the download started as normal but
on the status bar at the bottom of my browser I got a message saying
"failed to load page see Activity window for details".  The Activity
window tells me that
"loading of : http://panorama.dyndns.org/download.php?id=407 was
cancelled"

When I went back to the ordinary browser window it appeared to be
completely blank ... but when I did "view source"  there seemed to be
a complete page of HTML there with code for a form in a table with  a
lot of radio-buttons.  But in the browser window it shows as blank.

all the best

George
PS Thanks again for providing a new build for us to try.

On 28 Feb, 12:17, Harry van der Wolf  wrote:
> Hi mac users,
>
> Another 32bit Universal bundle. This bundle contains a lot of bugfixes and
> enhancements by Thomas and James to the mask editor, compared to the bundle
> 4984 which I published little over a week ago.
>
> In this bundle ("Changelog"):
> * bugfixes and enhancements to the mask editor.
>
> * update of the CPDetector defaults. If you go into the CPDetector config in
> Preferences and you choose "load defaults", you will see "Pablo's patent
> free panomatic" and 2 align_image_stack versions, which are inside the
> bundle. Next to that you will find entries for panomatic and
> autopano-sift-c. The last 2 are configured but NOT bundled with this bundle.
> You can download them separately from my site. If you already did so and
> installed them, you only have to use the "Choose/Kies/Auswählen/Choisir/
> etc." button to (automatically) reselect the path and re-enable them.
> This also means that Pablo's patent free panomatic is now the default for
> the OSX hugin bundle. It functions fine for non-fisheye panos and not so
> good for fisheye panos (like the original panomatic and to some extend
> autopano-sift-c as well).
>
> * And as before: all the tools are bundled with it. See the Readme.txt in
> the "Hugin Tools" directory.
>
> As always: Information and binaries via my website
> .
>
> (The binaries themselves are served from hugin.panotools.org who kindly
> provide the disk space and bandwidth).
>
> Hoi,
> 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] [OSX] Hugin 2010.1.0 svn5031 bundle

2010-02-28 Thread Harry van der Wolf
Hi mac users,

Another 32bit Universal bundle. This bundle contains a lot of bugfixes and
enhancements by Thomas and James to the mask editor, compared to the bundle
4984 which I published little over a week ago.

In this bundle ("Changelog"):
* bugfixes and enhancements to the mask editor.

* update of the CPDetector defaults. If you go into the CPDetector config in
Preferences and you choose "load defaults", you will see "Pablo's patent
free panomatic" and 2 align_image_stack versions, which are inside the
bundle. Next to that you will find entries for panomatic and
autopano-sift-c. The last 2 are configured but NOT bundled with this bundle.
You can download them separately from my site. If you already did so and
installed them, you only have to use the "Choose/Kies/Auswählen/Choisir/
etc." button to (automatically) reselect the path and re-enable them.
This also means that Pablo's patent free panomatic is now the default for
the OSX hugin bundle. It functions fine for non-fisheye panos and not so
good for fisheye panos (like the original panomatic and to some extend
autopano-sift-c as well).

* And as before: all the tools are bundled with it. See the Readme.txt in
the "Hugin Tools" directory.



As always: Information and binaries via my website
.

(The binaries themselves are served from hugin.panotools.org who kindly
provide the disk space and bandwidth).

Hoi,
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: Getting Hugin to work with Autopano-SIFT

2010-02-28 Thread Steeve
Hi

It is hard for me to help, as my Hugin installation is very old, and
new versions continually copied over the old ones. Can you give
anymore details? What problems are you having?

I assume you've found the Control Point Detectors tab, from the
menubar File=>Preferences->Control Point Detectors. If you have a
first time install, I can't remember what you'll have here. Either
add, or edit an entry for Autopano-SIFT

Here is what I have;

Description: Autopano-SIFT-C
Type: All images at once
Detector: One step detector
Program autopano-sift-c.exe
Arguments: --maxmatches %p %o %i

I'm also not sure about the version you have, I've got Version 2.5.0
and 2.5.1 installed on my machine..

Hope this helps, if you already have all this, but still have
problems, can you give anymore details?

Regards
Stephen

On Feb 27, 1:34 am, fatjr12  wrote:
> I have Hugin version 2009.4.0 running on windows 7 and I have also
> installed Autopano-SIFT version 2.0.  I am having trouble configuring
> Hugin to work with Autopano.  Apparently, I am not using the right
> options in the configuration or I am not calling the right
> executable.
>
> The Autopano installation created more than one exe file and a couple
> of vbs files so I am not sure which one to use.  Has anyone gotten
> them to successfully work together?
>
> Thanks in advance.

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