Re: [hugin-ptx] Unsteadiness problem about panomatic and Autopano-sift-C

2009-11-13 Thread Bruno Postle
On Thu 12-Nov-2009 at 20:10 -0800, Bob wrote:
>
>Sometimes part of the generated pto file is like:
>
># input images:
>#-imgfile 640 480 "leftImage.jpg"
>o f0 y+0.00 r+0.00 p+0.00 u20 d0 e0 v50 a0 b0 c0
>#-imgfile 640 480 "rightImage.jpg"
>o f0 y+0.00 r+0.00 p+0.00 u20 d=0 e=0 v=0 a=0 b=0 c=0
>
>and this will fail when I use the autooptimiser  or nona on this pto
>file

You need to say what the error message is.

These lines start with 'o' and are ignored by autooptimiser and not 
required by any Hugin tools.  There will be similar looking lines 
earlier in the file starting with 'i', these are the lines used by 
autooptimiser.

-- 
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] Unsteadiness problem about panomatic and Autopano-sift-C

2009-11-12 Thread Nicolas Pelletier
Hi Bob,

Which is generating the problem? Panomatic? Both?

Can you add the output of the tool causing the problem?

I know for a fact that Panomatic is memory thirsty; depending on if I'm
running full scale images or not, I have to limit myself to 1 or 2 cores
(i.e. 1 or 2 images loaded at the same time max). if I go over that, it will
blow the 2 gig limit of a 32 bit process and the resulting pto will crash
hugin. (this is itching me a lot lately).

The test is simple, change ncores to 1 and retest, and then ncores to 4 and
retest. in both cases, follow the memory usage of the process.

Hope this helps!

nick

On Thu, Nov 12, 2009 at 11:10 PM, Bob  wrote:

> I use  panomatic and Autopano-sift-C (written below )to generate the
> init pto file using the same input images,
> The generated pto file sometimes is OK,but sometimes is disqualified
>
> panomatic --output Output.pto --fullscale --ncores 4 --sieve2width 5
> --sieve2height 5 --sieve2size 2 leftImage.jpg rightImage.jpg
>
> (Autopano-sift-C --ransac on --refine-by-middle Output.pto
> leftImage.jpg rightImage.jpg)
>
> Sometimes part of the generated pto file is like:
>
> # input images:
> #-imgfile 640 480 "leftImage.jpg"
> o f0 y+0.00 r+0.00 p+0.00 u20 d0 e0 v50 a0 b0 c0
> #-imgfile 640 480 "rightImage.jpg"
> o f0 y+0.00 r+0.00 p+0.00 u20 d=0 e=0 v=0 a=0 b=0 c=0
>
> and this will fail when I use the autooptimiser  or nona on this pto
> file
>
>
> And sometimes part of the generated pto file is like:
>
> # image lines
> #-hugin  cropFactor=1
> i w640 h480 f0 Eb1 Eev0 Er1 Ra0 Rb0 Rc0 Rd0 Re0 Va1 Vb0 Vc0 Vd0 Vx0
> Vy0 a0 b-0.0404700058313363 c0 d0 e0 g0 p13.7544483408515
> r1.49156376203419e-022 t0 v50 y-6  Vm5 u10 n"leftImage.jpg"
> #-hugin  cropFactor=1
> i w640 h480 f0 Eb1 Eev0 Er1 Ra0 Rb0 Rc0 Rd0 Re0 Va1 Vb0 Vc0 Vd0 Vx0
> Vy0 a=0 b=0 c=0 d=0 e=0 g0 p17.1491715564502 r2.20989737925425e-012 t0
> v=0 y5.03358945449259  Vm5 u10 n"rightImage.jpg"
>
> and this will be OK when I use the autooptimiser  or nona on this pto
> file
>
> How to handle this problem?
>
> 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

-- 
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] Unsteadiness problem about panomatic and Autopano-sift-C

2009-11-12 Thread Bob
I use  panomatic and Autopano-sift-C (written below )to generate the
init pto file using the same input images,
The generated pto file sometimes is OK,but sometimes is disqualified

panomatic --output Output.pto --fullscale --ncores 4 --sieve2width 5
--sieve2height 5 --sieve2size 2 leftImage.jpg rightImage.jpg

(Autopano-sift-C --ransac on --refine-by-middle Output.pto
leftImage.jpg rightImage.jpg)

Sometimes part of the generated pto file is like:

# input images:
#-imgfile 640 480 "leftImage.jpg"
o f0 y+0.00 r+0.00 p+0.00 u20 d0 e0 v50 a0 b0 c0
#-imgfile 640 480 "rightImage.jpg"
o f0 y+0.00 r+0.00 p+0.00 u20 d=0 e=0 v=0 a=0 b=0 c=0

and this will fail when I use the autooptimiser  or nona on this pto
file


And sometimes part of the generated pto file is like:

# image lines
#-hugin  cropFactor=1
i w640 h480 f0 Eb1 Eev0 Er1 Ra0 Rb0 Rc0 Rd0 Re0 Va1 Vb0 Vc0 Vd0 Vx0
Vy0 a0 b-0.0404700058313363 c0 d0 e0 g0 p13.7544483408515
r1.49156376203419e-022 t0 v50 y-6  Vm5 u10 n"leftImage.jpg"
#-hugin  cropFactor=1
i w640 h480 f0 Eb1 Eev0 Er1 Ra0 Rb0 Rc0 Rd0 Re0 Va1 Vb0 Vc0 Vd0 Vx0
Vy0 a=0 b=0 c=0 d=0 e=0 g0 p17.1491715564502 r2.20989737925425e-012 t0
v=0 y5.03358945449259  Vm5 u10 n"rightImage.jpg"

and this will be OK when I use the autooptimiser  or nona on this pto
file

How to handle this problem?

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