[hugin-ptx] Re: Small errors, Projection formula and Preview

2013-05-15 Thread smib
Hi Kay

Command line output as requested


checking for availability of tiffdump
checking for availability of nona
checking for availability of cpfind
main: parameters used for this run:
ceiling: 1.0
exclude: []
focus:   None
images:  []
margin:  0
output:  xout.pto
scale:   0.25
stop:None
thresh:  0.01
prolific True
ptofile: b.pto
verbose: True
found 3 images in panorama
image 0: C:\SLR Photos\Europe 2006-7\England + Germany\IMGP0823.JPG
image 1: C:\SLR Photos\Europe 2006-7\England + Germany\IMGP0824.JPG
image 2: C:\SLR Photos\Europe 2006-7\England + Germany\IMGP0825.JPG
processing image set [0, 1, 2]
examining image pair (0, 1)
overlap area: 3946190.434895714 pixels
overlap ratio: 0.6559492079281439
overlap area: 3943129.262840057 pixels
overlap ratio: 0.6554403694880414
setting subpano width to 4722
creating warped overlap images with woa_000_001.pto
nona returned 0, output:
b'woa_000_001.tif: LZW compression is not available to due to
Unisys patent enforcement.\r\n'b'woa_000_0010001.tif: LZW compression
is not available to due to Unisys patent enforcement.\r\n'cp
detection: cpfind ['--fullscale', '--sieve2size', '5', '--ransacmode',
'hom', '-o', 'woa_000_001_warped.pto', '_woa_000_001_warped.pto']
CPG found 122 CPs
matching pair (0, 1) failed with TypeError: can't use a string
pattern on a bytes-like object
stack traceback:
examining image pair (0, 2)
overlap area: 2098998.746581664 pixels
overlap ratio: 0.3489027171844521
overlap area: 2084369.3272030938 pixels
overlap ratio: 0.3464709652930675
setting subpano width to 4722
creating warped overlap images with woa_000_002.pto
nona returned 0, output:
b'woa_000_002.tif: LZW compression is not available to due to
Unisys patent enforcement.\r\n'b'woa_000_0020001.tif: LZW compression
is not available to due to Unisys patent enforcement.\r\n'cp
detection: cpfind ['--fullscale', '--sieve2size', '5', '--ransacmode',
'hom', '-o', 'woa_000_002_warped.pto', '_woa_000_002_warped.pto']
CPG found 110 CPs
matching pair (0, 2) failed with TypeError: can't use a string
pattern on a bytes-like object
stack traceback:
examining image pair (1, 2)
overlap area: 3263912.034864002 pixels
overlap ratio: 0.5425385696250004
overlap area: 3262644.4793947963 pixels
overlap ratio: 0.5423278722398265
setting subpano width to 4722
creating warped overlap images with woa_001_002.pto
nona returned 0, output:
b'woa_001_002.tif: LZW compression is not available to due to
Unisys patent enforcement.\r\n'b'woa_001_0020001.tif: LZW compression
is not available to due to Unisys patent enforcement.\r\n'cp
detection: cpfind ['--fullscale', '--sieve2size', '5', '--ransacmode',
'hom', '-o', 'woa_001_002_warped.pto', '_woa_001_002_warped.pto']
CPG found 108 CPs
matching pair (1, 2) failed with TypeError: can't use a string
pattern on a bytes-like object
stack traceback:


Cheers

On May 10, 7:30 pm, kfj _...@yahoo.com wrote:
 On Thursday, May 9, 2013 12:13:03 PM UTC+2, smib wrote:

  Hi  Kay

  I've noticed the same issue with my win 32 bit build using MSVC2010 from
  last weekend. Woa works fine from the command line and from an earlier
  build (built with MSVC2008). The 'limit to 5 points' script works from my
  recent build but the woa script returns -1 after calling Nona and then
  CPfind. From what I can see woa has not changed so i guess that there must
  be a recent code change somewhere that is conflicting

 Interesting. The next thing in line from calling the cpg is calling
 tiffdump, in order to get the information about the cropping in the cropped
 TIFF which nona produces - this might be where things go awry. Would you be
 so kind and run woa from the command line with --verbose to make it more
 chatty, capture all console output and post that? It might give me more of
 a clue where things go wrong, particularly if the problem raises an
 exception and I can see from the stack trace where it tripped.

 Of course there's always the possibility of an incompatible change in
 hugin's API... I don't think anyone cares overly much about breaking the
 very few extant python plugins. The python interface itself adapts to every
 new version of the API automatically, but when an 'old' plugin tries to
 call what it could safely call when it was written, and what is called has
 changed in the meantime, it may well fail. That's why Yuv coded an API
 version check into the system, which resulted in all plugins being disabled
 in a previous release, because noone had minded the mechanism and checked
 and updated them when they were found compatible... I guess it will take a
 'killer plugin' which everyone wants to make the plugin interface more
 popular, and while all the issues about lacking concurrency and inability
 of plugins to communicate with the user remain there is probably little
 chance for that :(

 Kay



  On Thursday, 9 May 2013 05:18:32 UTC+10, kfj wrote:

  On Monday, May 6, 2013 9:55:41 PM UTC+2, Giancarlo Todone wrote:

   -1 means that the call to the plugin 

Re: [hugin-ptx] Re: Small errors, Projection formula and Preview

2013-05-15 Thread Stefan Peter
Dear smib

On 15.05.2013 12:39, smib wrote:
...
 setting subpano width to 4722
 creating warped overlap images with woa_000_001.pto
 nona returned 0, output:
 b'woa_000_001.tif: LZW compression is not available to due to
 Unisys patent enforcement.\r\n'b'woa_000_0010001.tif: LZW compression
 is not available to due to Unisys patent enforcement.\r\n'cp

Can you try with not LZW compressed files?


Regards

Stefan Peter

-- 
In theory there is no difference between theory and practice. In
practice there is.

-- 
-- 
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.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[hugin-ptx] Re: [MacOSX] PTBatcherGUI toolbar

2013-05-15 Thread Delfi Reinoso


El dissabte 11 de maig de 2013 22:58:07 UTC+2, ___matthieu___ va escriure:

 .: 


 http://matthieu.desile.free.fr/hugin/Hugin-Release-2013.0.0.6321-4a43fef669c1-10.6.dmg
  

 Cheers, 

 Matthieu 

 *: http://trac.wxwidgets.org/ticket/13888 


I'll try your build (I was using your builds of 2012) but I want to access 
to same command line tools, there is some way to access them? 

-- 
-- 
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.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [hugin-ptx] test build for Lion Mountain Lion

2013-05-15 Thread David Haberthür
Ciao Matthieu.
I wanted to try your build, but the link in your emails below give me an 
ERREUR 404 - Document non trouvé page and I cannot download your build.
Did you remove the files from your webspace?
Greetings from Switzerland,
Habi

On 07.05.2013, at 09:05, ___matthieu___ matthieu.des...@gmail.com wrote:

 Hello,
 
 I have built a new version based on the 2013.0 branch that now has Python 
 support for 10.6 and with wxPython embedded, which means that the plugin 
 Crop Control Points works.
 
 It is here : 
 http://matthieu.desile.free.fr/hugin/Hugin-Release-2013.0.0.6316-68a477c87b0a-10.6.dmg
 
 It is a 64bits only build, it works on 10.6 and 10.8.
 
 If anyone see any problem, please do not hesitate to report it to me.
 
 The only problems I see are :
   - on 10.6, you have an error if you try to run hugin_python from the 
 command line and import hsi; you can nevertheless import wx (but it's a small 
 consolation)
   - you cannot run the python plugins if you launch Hugin from the dmg.
 These problems do not affect the way hugin works, they are only small side 
 problems (for me)
 
 Cheers,
 
 Matthieu
 
 -- 
 -- 
 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.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to hugin-ptx+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  

-- 
-- 
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.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [hugin-ptx] test build for Lion Mountain Lion

2013-05-15 Thread David Haberthür
Sorry for the too fast email. I've seen that I can just go to 
http://matthieu.desile.free.fr/hugin/ and download the .dmg from there. Will 
test it now :)
Habi

On 15.05.2013, at 23:36, David Haberthür david.haberth...@gmail.com wrote:

 Ciao Matthieu.
 I wanted to try your build, but the link in your emails below give me an 
 ERREUR 404 - Document non trouvé page and I cannot download your build.
 Did you remove the files from your webspace?
 Greetings from Switzerland,
 Habi
 
 On 07.05.2013, at 09:05, ___matthieu___ matthieu.des...@gmail.com wrote:
 
 Hello,
 
 I have built a new version based on the 2013.0 branch that now has Python 
 support for 10.6 and with wxPython embedded, which means that the plugin 
 Crop Control Points works.
 
 It is here : 
 http://matthieu.desile.free.fr/hugin/Hugin-Release-2013.0.0.6316-68a477c87b0a-10.6.dmg
 
 It is a 64bits only build, it works on 10.6 and 10.8.
 
 If anyone see any problem, please do not hesitate to report it to me.
 
 The only problems I see are :
   - on 10.6, you have an error if you try to run hugin_python from the 
 command line and import hsi; you can nevertheless import wx (but it's a 
 small consolation)
   - you cannot run the python plugins if you launch Hugin from the dmg.
 These problems do not affect the way hugin works, they are only small side 
 problems (for me)
 
 Cheers,
 
 Matthieu
 
 -- 
 -- 
 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.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to hugin-ptx+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  
 

-- 
-- 
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.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[hugin-ptx] Can't find the Sourceforge hg repo

2013-05-15 Thread Terry Duell

Hello All,
I regularly check for changes to the hugin repository, and do this by  
pointing my browser at http://sourceforge.net/projects/hugin/.
On this web page I select code and in the menu I choose mercurial, and  
from there I can look at the recent patches to hugin or any of the  
branches.
This morning when I tried this, selecting code didn't give any choices  
and dropped me into the svn repo from 2010!
I know Sourceforge have been re-jigging things of late, but it would seem  
that they have got this wrong.
If the location of the hg repo has changed, I would still would expect the  
web page to provide access via the code menu.



Cheers,
--
Regards,
Terry Duell

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

To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[hugin-ptx] How to discard automatically the unconnected images ?

2013-05-15 Thread Yaoxin Song
I have some images to be stitched with hugin command line. However, there 
are still some unconnected images using CP detector. I want discard 
automatically the unconnected images, but I don't known how to do it.so I 
need help to complete my work.
Thank you! 

-- 
-- 
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.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [hugin-ptx] Can't find the Sourceforge hg repo

2013-05-15 Thread Terry Duell
On Thu, 16 May 2013 09:17:31 +1000, Terry Duell tdu...@iinet.net.au  
wrote:



Hello All,
I regularly check for changes to the hugin repository, and do this by  
pointing my browser at http://sourceforge.net/projects/hugin/.
On this web page I select code and in the menu I choose mercurial,  
and  from there I can look at the recent patches to hugin or any of the  
branches.
This morning when I tried this, selecting code didn't give any choices  
and dropped me into the svn repo from 2010!


[snip]

I have contacted forge:site-support, and pointed out the problem,  
hopefully it will be corrected soon.


Cheers,
--
Regards,
Terry Duell

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

To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [hugin-ptx] Can't find the Sourceforge hg repo

2013-05-15 Thread Thomas Pryds
Perhaps something to do with this? (I thought everyone with write access to
the hg repo was sent such a mail):



Your code repository in upgraded project hugin is now ready for use.

Old repository url: http://hugin.svn.sourceforge.net/svnroot/hugin

New repository checkout command: svn checkout --username=username svn+ssh://
usern...@svn.code.sf.net/p/hugin/code/ hugin-code

You should do a checkout using the new repository location.  The old
repository is read-only now.

For more detailed instructions on migrating to your new repo, please see
https://sourceforge.net/p/forge/community-docs/Repository%20Upgrade%20FAQ/

-- 
-- 
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.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [hugin-ptx] Can't find the Sourceforge hg repo

2013-05-15 Thread Terry Duell

Hello Thomas,

On Thu, 16 May 2013 14:35:40 +1000, Thomas Pryds tho...@pryds.eu wrote:

Perhaps something to do with this? (I thought everyone with write access  
to

the hg repo was sent such a mail):



Your code repository in upgraded project hugin is now ready for use.

Old repository url: http://hugin.svn.sourceforge.net/svnroot/hugin

New repository checkout command: svn checkout --username=username  
svn+ssh://

usern...@svn.code.sf.net/p/hugin/code/ hugin-code


Yes, I think it is, but it seems to me that they have got it wrong.
Hopefully fixed soon.

Cheers,
--
Regards,
Terry Duell

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

To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.