Hugin 2009.4.0 (and earlier) CP gen. interface question

View: New views
5 Messages — Rating Filter:   Alert me  

Hugin 2009.4.0 (and earlier) CP gen. interface question

by Andreas Metzler :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hello,

the cp-detector preferences are strangly structured: There is the main
dialogue, offering a choice of cp detectors.

[Edit] allows to customize to specific program invokations. That is
were the magic switch is: What does the "Autopano-SIFT / Autopano by A
Jenny" choice do? How should it be set for the non-obvious choices
(panoramic, match-n-shift, align image stack)?

I have been wondering about this since at last 0.8 but have never
bothered to ask. ;-)

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


Re: Hugin 2009.4.0 (and earlier) CP gen. interface question

by Nicolas Pelletier-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I don't know exactly the difference, but would expect that it is related to the way the output is done.

This being said, here is what is configured in the latest builds for what you mentioned

Panomatic: autopano-sift
match n shift: autopano-sift
align image stack: autopano-sift

hope this helps

On Sun, Oct 25, 2009 at 3:37 AM, Andreas Metzler <ametzler@...> wrote:

Hello,

the cp-detector preferences are strangly structured: There is the main
dialogue, offering a choice of cp detectors.

[Edit] allows to customize to specific program invokations. That is
were the magic switch is: What does the "Autopano-SIFT / Autopano by A
Jenny" choice do? How should it be set for the non-obvious choices
(panoramic, match-n-shift, align image stack)?

I have been wondering about this since at last 0.8 but have never
bothered to ask. ;-)

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


Re: Hugin 2009.4.0 (and earlier) CP gen. interface question

by Harry van der Wolf-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



2009/10/25 Nicolas Pelletier <nicolas.pelletier@...>
I don't know exactly the difference, but would expect that it is related to the way the output is done.

This being said, here is what is configured in the latest builds for what you mentioned

Panomatic: autopano-sift
match n shift: autopano-sift
align image stack: autopano-sift
   autopano-sift-c: autopano-sift

hope this helps



Nicolas is right.
To explain my probable cryptic addition. The original and still existing autopano-sift is a mono (.net in windows) "executable" which was a cross-platform "semi-compiled" program. autopano-sift-c is a complete C/C++-remake of the relatively slow autopano-sift.

 
On Sun, Oct 25, 2009 at 3:37 AM, Andreas Metzler <ametzler@...> wrote:

[Edit] allows to customize to specific program invokations. That is
were the magic switch is: What does the "Autopano-SIFT / Autopano by A
Jenny" choice do? How should it be set for the non-obvious choices
(panoramic, match-n-shift, align image stack)?


And next to that: the mentioned autopano is a (by now) somewhat older program and only available for/on windows. You can use it on on Linux and OSX if your run a windows version of hugin and autopano via wine.
It has already been suggested several times to remove the option from hugin to reduce confusion, but there is still a number of devoted windows users that use autopano.

A better suggestion might be to make it a "conditional compilation" step like: If Windows { display autopano as option} else {don't display}
This shouldn't be too difficult for a programmer.

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


Re: Hugin 2009.4.0 (and earlier) CP gen. interface question

by T. Modes :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi

> And next to that: the mentioned autopano is a (by now) somewhat older
> program and only available for/on windows. You can use it on on Linux and
> OSX if your run a windows version of hugin and autopano via wine.
> It has already been suggested several times to remove the option from hugin
> to reduce confusion, but there is still a number of devoted windows users
> that use autopano.
>

That's not fully correct. There is also a native linux version of
autopano.

> A better suggestion might be to make it a "conditional compilation" step
> like: If Windows { display autopano as option} else {don't display}
> This shouldn't be too difficult for a programmer.

Something similar is done. It works on windows and linux. On Mac,
where autopano is not available, there comes a message box, when you
choose to use autopano and switch automatically back to autopano-sift.

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


Re: Hugin 2009.4.0 (and earlier) CP gen. interface question

by Harry van der Wolf-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Thomas,

2009/10/26 T. Modes <Thomas.Modes@...>

Hi

> And next to that: the mentioned autopano is a (by now) somewhat older
> program and only available for/on windows. You can use it on on Linux and
> OSX if your run a windows version of hugin and autopano via wine.
> It has already been suggested several times to remove the option from hugin
> to reduce confusion, but there is still a number of devoted windows users
> that use autopano.
>

That's not fully correct. There is also a native linux version of
autopano.

I didn't know that.
 

> A better suggestion might be to make it a "conditional compilation" step
> like: If Windows { display autopano as option} else {don't display}
> This shouldn't be too difficult for a programmer.

Something similar is done. It works on windows and linux. On Mac,
where autopano is not available, there comes a message box, when you
choose to use autopano and switch automatically back to autopano-sift.

Thomas





You did a great job and I do not give you the credit you deserve. Shame on me.

You are right in that there are two options in the CP generator pane. I never choose autopano because I know it's not available on OSX. I now selected it on purpose and it works  just the way you describe.
Very nice.

Thank you !

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