[hugin-ptx] Re: Interfacing Panni_General to hugin previews -- design review request

2010-01-14 Thread T. Modes
Hi Tom,

> I have no idea how these numbers are arrived at.  The function,
> getMaxHfov(), in PanoramOptions.cpp, seems to get called when the
> preview needs to check for a feasible hfov.  It calls
> panoProjectionFeaturesQuery() in libpano, which I know for a fact
> currently always returns 320 degrees as the max hFOV for
> panini_general.  The true hFOV limit is not computed until
> setMakeParams() calls setup_panini_general() to process the
> parameters, preparatory to running a transformation stack.  And all it
> does is clip the requested hFOV.
>

I don't know which version you are using. In current trunk getMaxHfov
() is calling panoProjectionFeaturesQuery(), as you written. But then
it considers the projection parameters for biplane, triplane and also
for general panini to calculate the max hFOV for these projections
with the current state of the parameters.
see:
http://hugin.svn.sourceforge.net/viewvc/hugin/hugin/trunk/src/hugin_base/panodata/PanoramaOptions.cpp?revision=4861&view=markup#l_451
When libpano can calculate the max FOV, as you proposed, we could
remove the code there and replace it with a call the the corresponding
libpano function.

> Another useful behavior for the preview windows would be default
> values for the projection parameters,

When a new projection is choosen, hugin sets the parameters to default
values in function void PanoramaOptions::setProjection
(ProjectionFormat f)
. see:
http://hugin.svn.sourceforge.net/viewvc/hugin/hugin/trunk/src/hugin_base/panodata/PanoramaOptions.cpp?revision=4861&view=markup#l_150
So other values then zero are possible as default (see e.g. albers
equal area, where the default is 0 and 60, or biplane with default
45).
A reset button would be nice. But there is not so much space in the
new toolbar to add more buttons to the projection tab, especially in
case of general panini where we have 3 input field and 3 sliders
beside the other controls. Alternativly the controls of the parameters
could arranged vertical, but this will again decrease the preview
area, which we tried to maximize with the toolbar design.

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

[hugin-ptx] Re: building 2010.1.0.4886 on Windows -- freeglut problem in nona

2010-01-14 Thread allard
> I should have said "no problem with the precompiled dll version of
> glut" (built in 2002).  That is what the current Windows distro uses,
> because Allard has also been unable to get a static freeglut to work.

To be correct, I haven't really tried yet. Just copying a precompiled
dll was much easier and it worked for me as well as for everyone who
tested it before release (not too many people). I know very little
about the advantages and disadvantages of using dll's. I was planning
to give static glut a try but only because I was under the impression
that some project members who do have a clue about these issues had
decided that it might be better. What advantage can be expected from
using a static library in this case?

I haven't yet seen many complaints about nona-gui on windows but I
don't know how many people have used it. One thing I found annoying is
that even if you indicate that you don't want to use GPU stitching you
still get an error if the glut32.dll is missing, which seems
completely unnecessary to me.
-- 
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] Sharing finished work

2010-01-14 Thread Andrew Chanler
Like Bruno said, if the pictures are already perfectly aligned, then do the
following:
1) Create a new project (File->New).
2) On the assistant tab click on the Load images button and load all your
images.
3) Switch to the Stitcher tab.
4) Change the projection to rectilinear.
5) un-check "blended panorama"
6) check "fused and blended panorama"
7) I may have clicked the "calculate field of view"  and  "calculate optimal
size" buttons also.  I can't remember.
8) It is also good to verify that the image does not look strange in the
fast-preview by clicking the button on the toolbar that says GL.
9) select the output file format you want and save the project.
10) click on the "Stich now" button and give the dialog the name of the file
you would like to save the output image as.

Good Luck,
Andrew


On Thu, Jan 14, 2010 at 6:13 PM, Bruno Postle  wrote:

> On Thu 14-Jan-2010 at 13:32 -0500, Nathan Gutman wrote:
>
>> Forgive my ignorance but how exactly did run this from within hugin? From
>> which tab do I start?
>>
>
> If you have a single stack of images, and they are aligned, then make sure
> you have 'fused and blended panorama' selected in the Stitcher tab and Hugin
> will use enfuse as appropriate.
>
> --
> 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
>
-- 
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: Tests for Pablo's (almost) patent free CP detector (was: Towards a non-patented control point detector)

2010-01-14 Thread Tduell
Hullo Harry,

On Jan 15, 6:24 am, Harry van der Wolf  wrote:
[snip]
> - cd inside the panomatic-lib source directory (not src)
> - make a build directory like "mkdir build"
> - cd build;
> - issue the following commands to set CFLAGS and so on correctly:
> export PKG_CONFIG_PATH=/opt/local/lib/pkgconfig
> export CFLAGS="-I/opt/local/include -L/opt/local/lib"
> export CXXFLAGS=$CFLAGS
[snip]

Thanks for that advice, I used a suitably edited version to build on
Fedora 12.
I have done a couple of tests and it seems to do a good job thus far.

Cheers,
Terry
-- 
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] Sharing finished work

2010-01-14 Thread Bruno Postle

On Thu 14-Jan-2010 at 13:32 -0500, Nathan Gutman wrote:
Forgive my ignorance but how exactly did run this from within hugin? 
From which tab do I start?


If you have a single stack of images, and they are aligned, then 
make sure you have 'fused and blended panorama' selected in the 
Stitcher tab and Hugin will use enfuse as appropriate.


--
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] Ubuntu & Hugin

2010-01-14 Thread Alex Mandel
Dale Beams wrote:
> Hugin in Ubuntu is stuck at 0.8.x.
> 
> Dale
> 
> 

Actually, Lucid due out in April contains 2009.2.0
I do however agree that it would be great if someone wanted to roll a
newer version and put it up on launchpad or something.

Alex

-- 
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] Sharing finished work

2010-01-14 Thread Nicolas Pelletier
There are some hugin related groups on flickr where you will find some of
the people on this mailing list. Also, a lot of people tag their pictures.

http://www.flickr.com/groups/hugin/ or http://www.fluidr.com/groups/hugin


http://www.flickr.com/photos/tags/hugin/ or
http://www.fluidr.com/photos/tags/hugin/interesting

nick

On Thu, Jan 14, 2010 at 7:18 AM, Andrew Chanler  wrote:

> Are there any hugin or enfuse community websites to share finished work?
>
> Here is a small pano of a place up in White Mountains in NH.
>
> http://achanler.smugmug.com/Random/Panoramas/WhiteMountainsCliff/629372526_VACxZ-X3.jpg
>
> And here is my result of some experimenting with enfuse (plus
> post-processeed to increase contrast).  I used 3 photos for this one + and -
> 1ev.
> 
> http://achanler.smugmug.com/Random/HDR/xmas-tree-closeupfused-wb2/749875188_QqKMg-X3.jpg
>
> I wish I had some more shots of the stream at different exposures so that
> the sky wouldn't be so washed out.  All of these were taken with a cheap
> canon point-and-shoot camera using the CHDK firmware (
> http://chdk.wikia.com/wiki/CHDK).  That firmware lets you do things like
> save raw and do exposure or focus bracketing.  It even has a scripting
> language.  For anyone with a simple canon point-and-shoot camera this
> firmware will really extend the life of it before you have to buy an SLR.
> And also make you question why the camera doesn't support these things by
> default.
>
> (Shameless self plug: use my email address to get $5 a smugmug account.)
>
> Andrew
>
>
>
> --
> 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] Ubuntu & Hugin

2010-01-14 Thread Dale Beams

Hugin in Ubuntu is stuck at 0.8.x.

Dale




  
_
Hotmail: Trusted email with Microsoft’s powerful SPAM protection.
http://clk.atdmt.com/GBL/go/196390706/direct/01/-- 
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: Tests for Pablo's (almost) patent free CP detector (was: Towards a non-patented control point detector)

2010-01-14 Thread Harry van der Wolf
Hi Skip,

2010/1/14 skip 

>
>
> On Jan 13, 6:55 am, Harry van der Wolf  wrote:
>
>
> I need more help. I installed vigra and bzr, but I don't know cmake.
> How do I tell cmake that the vigraimpex library is in /opt/local/lib ?
>
> Thanks,
>

cmake supports builds outside the "root" of the source tree (I forgot the
name for it).

- cd inside the panomatic-lib source directory (not src)
- make a build directory like "mkdir build"
- cd build;
- issue the following commands to set CFLAGS and so on correctly:
export PKG_CONFIG_PATH=/opt/local/lib/pkgconfig
export CFLAGS="-I/opt/local/include -L/opt/local/lib"
export CXXFLAGS=$CFLAGS

- still inside the build directory issue the command "cmake
-DCMAKE_BUILD_TYPE=RelWithDebInfo .." or simply "cmake  .."
- make
- (sudo) make install does not work yet, so simply copy from the build
directory the panomatic executable to the appropriate place for the bundle
(remind that you might have the original panomatic there, so you might copy
that out of the way or rename the new panomatic or so)
 issue the command from build: "cp panomatic/panomatic
~/Library/Application\ Support/Hugin/Autopano/patfreepanomatic" (I renamed
it for the time being).

Inside your Hugin bundle in preferences for CPDetectors select
patfreepanomatic (if you renamed it) and set the parameters to: "--grad
--sieve1size 100 --sieve2size 1 -o %o %i" or "--grad --sieve1size 100
--sieve2size 3 -o %o %i".

Note: do not delete your build directory yet. Inside "build/localfeatures/"
resides "liblocalfeatures.dylib" which is needed by the new panomatic. I did
not spend time yet to modify settings like install_name_path.

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: Tests for Pablo's (almost) patent free CP detector (was: Towards a non-patented control point detector)

2010-01-14 Thread skip


On Jan 13, 6:55 am, Harry van der Wolf  wrote:
> All,
>
> After Pablo's announcement[0] (3 January) of the almost patent free CP
> detector I built it on OSX, but due to other priorities I had set myself, I
> did not have the time to do tests (sorry Pablo [1]).
>
> This is only a mail to share some first test results. I need to do more
> tests, so don't expect graphical and statistical test results.
> == This mail is also to "invite" other users to test as well ==
> (but I have to admit that I did not create a portable plugin binary yet to
> be delivered with Hugin for OSX).
>
> (My) General conclusion: Based on this prelimiary results and even as it is
> now (but that was Pablo's own comment in his mail[0]), I think it does a
> good job and I think it is suitable for use with Hugin but in combination
> with celeste and cpclean. It needs some further tweaking.
>
> Note: I only have partial panorama's based on a lineair lens. I compared 6
> linear lense partial panos.
> I have only one 360x180 fish-eye pano set. Yuval "released" a
> "hugin_6aroundtilted_testcase" somewhere end of 2007/early 2008. This is my
> only but always fisheye 360x180 testcase for hugin builds, including now
> with the new CPdetector.
> For now I only tested with Pablo's suggested parameters: --grad --sieve1size
> 100 --sieve2size 3 -o %o %i
>
> Results/Remarks:
> - The new CPdetector detects/generates a huge amount of Control Points.
> Pano's having approx. 30-40 CPs now have approx. 150-180 CPs. Pano's with
> approx. 60-70 CP's now have 220-230 CP's. Yuv's pano now generates 354 CP's
> (forgot to note the original number for this mail). After running Celeste
> and cpclean generally 25-50% of CP's are removed, which still means that you
> have a lot of CP's but the optimizer can easily deal with that.
> - The spread of CP's over the overlapping areas is OK, but this might also
> be due to the huge amount of CPs. Now is this good, having a good spread of
> CP's, or is this bad, having so many CPs?
> - Both celeste and cpclean should always be run on the result IMO. Most of
> the time I run cpclean 2-3 times (but I also do that when using the original
> panomatic and/or autopano-sift-c).
> - Speed seems to be comparable with the original panomatic, but I didn't do
> stopwatch measurements as I don't care about optimal speed right now. It is
> definitely perfectly acceptable :-)
>
> So far, so good.
> I'm very interested in test results from others.
> Apart from the fact that panomatic and autopano-sift-c do a good job, the
> license restrictions are by now a real pain. The sooner we have a
> patent-free CPdetector the better.
> Hoi,
> Harry
>
> [0]:http://groups.google.com/group/hugin-ptx/browse_thread/thread/d9c0558...
> [1]:http://www.mail-archive.com/hugin-ptx@googlegroups.com/msg07614.html

I need more help. I installed vigra and bzr, but I don't know cmake.
How do I tell cmake that the vigraimpex library is in /opt/local/lib ?

Thanks,
--skip
-- 
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: building 2010.1.0.4886 on Windows -- freeglut problem in nona

2010-01-14 Thread Tom Sharpless
Followup --

I should have said "no problem with the precompiled dll version of
glut" (built in 2002).  That is what the current Windows distro uses,
because Allard has also been unable to get a static freeglut to work.
I got confused because due to an error on my part the build was
pulling in the MinGW glut.h, which specifies freeglut as a required
link library.  I have nothing against dlls, so I'm fine with doing it
this way.

-- Tom




On Jan 14, 9:31 am, Tom Sharpless  wrote:
> Hi hugin developers
>
> I just built the latest hugin, using the current distro of freeglut,
> built with their VisualStudio2008Static project.  All goes well except
> linking nona:
>
> 1>nona.obj : error LNK2019: unresolved external symbol
> __imp__glutdestroywin...@4 referenced in function "bool __cdecl
> wrapupGPU(void)" (?wrapupGPU@@YA_NXZ)
> 1>nona.obj : error LNK2019: unresolved external symbol
> __imp__glutcreatewin...@4 referenced in function "bool __cdecl initGPU
> (int *,char * *)" (?initGPU@@ya_npahpa...@z)
> 1>nona.obj : error LNK2019: unresolved external symbol
> __imp__glutinitdisplaym...@4 referenced in function "bool __cdecl
> initGPU(int *,char * *)" (?initGPU@@ya_npahpa...@z)
> 1>nona.obj : error LNK2019: unresolved external symbol
> __imp__gluti...@8 referenced in function "bool __cdecl initGPU(int
> *,char * *)" (?initGPU@@ya_npahpa...@z)
> 1>C:\Users\Public\HuginSDK-2009\hugin-build\src\tools\Release
> \nona.exe : fatal error LNK1120: 4 unresolved externals
>
> I got no such error when building against the precompiled dll version
> of freeglut.  Recompiling huginBase does not help.  Does anyone know
> what is wrong?
>
> Cheers, Tom
-- 
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] Sharing finished work

2010-01-14 Thread Nathan Gutman

How did you you enfuse? Is it used by itself or within Hugin?
Nathan

Andrew Chanler wrote:

Are there any hugin or enfuse community websites to share finished work?

Here is a small pano of a place up in White Mountains in NH.
http://achanler.smugmug.com/Random/Panoramas/WhiteMountainsCliff/629372526_VACxZ-X3.jpg

And here is my result of some experimenting with enfuse (plus 
post-processeed to increase contrast).  I used 3 photos for this one + 
and - 1ev.

http://achanler.smugmug.com/Random/HDR/xmas-tree-closeupfused-wb2/749875188_QqKMg-X3.jpg

I wish I had some more shots of the stream at different exposures so 
that the sky wouldn't be so washed out.  All of these were taken with 
a cheap canon point-and-shoot camera using the CHDK firmware 
(http://chdk.wikia.com/wiki/CHDK).  That firmware lets you do things 
like save raw and do exposure or focus bracketing.  It even has a 
scripting language.  For anyone with a simple canon point-and-shoot 
camera this firmware will really extend the life of it before you have 
to buy an SLR.  And also make you question why the camera doesn't 
support these things by default.


(Shameless self plug: use my email address to get $5 a smugmug account.)

Andrew


-- 
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: Tests for Pablo's (almost) patent free CP detector (was: Towards a non-patented control point detector)

2010-01-14 Thread skip


On Jan 14, 3:57 am, Harry van der Wolf  wrote:
> Hi Skip,
>
> 2010/1/14 skip sga...@comcast.net
>
>
>
> > Can someone post the right instructions for downloading the branch? I
> > installed bazaar using MacPorts, and the command:
>
> > baz branch lp:~pablo.dangelo/hugin/panomatic-lib
>
> > results in an error: branch: could not determine source revision from
> > directory: /Users/sgaede/development
>
> This error occurs if you have a library with the same name but obviously
> without the (hidden) version info in it. Or you have a corrupt panomatic-lib
> library.
>
> Also, why do you use baz instead of bzr or is it a typo? I installed bzr via
> Macports as well and I don't even have that command.
> Note (and maybe only for OSX): You need to install vigra as well.

Well, not knowing the difference, I installed bazaar, and the command
was baz. Just looked in the devel tree and found bzr, bzr-gtk, and two
more. I guess I know what to do next. Thanks for the clarification :)
>
> 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

Re: [hugin-ptx] Optimizer problem

2010-01-14 Thread Harry van der Wolf
2010/1/13 Nathan Gutman 

> What is an easy way to switch CP detectors. Right now I have set a default
> detector in preferences. I am using Hugin 2009.4 on WinXP.
> Nathan
>
>
>

I assume you have only seen the Asistant panel by now? You say "Right now I
have set a default detector in preferences". If you use the Assistant panel
that's the only one available as you can make a selection their (keep it
simple).
If you do the "manual" workflow, you can select a CPDetector (from the
defined ones) on the Images panel.

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: Suggestion -- one-step way to remove low correlation control points

2010-01-14 Thread bruno.postle
On Jan 14, 1:04 pm, Robert Krawitz  wrote:
> It would be handy to have a one-step way to remove all control points
> with low correlation coefficient.  Currently the only way I've found
> to do that is to run fine tune all control points, sort the control
> point list, select all control points with correlation less than
> the minimum, and delete them (which fortunately can be done as one
> operation).

Rather than sorting, you can also use the Select by Distance button to
select using a threshold.

If you enter a negative threshold (e.g. -0.8), then everything with a
correlation less than 0.8 will be selected. It isn't very intuitive,
but it does what you are asking for.

--
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] building 2010.1.0.4886 on Windows -- freeglut problem in nona

2010-01-14 Thread Tom Sharpless
Hi hugin developers

I just built the latest hugin, using the current distro of freeglut,
built with their VisualStudio2008Static project.  All goes well except
linking nona:

1>nona.obj : error LNK2019: unresolved external symbol
__imp__glutdestroywin...@4 referenced in function "bool __cdecl
wrapupGPU(void)" (?wrapupGPU@@YA_NXZ)
1>nona.obj : error LNK2019: unresolved external symbol
__imp__glutcreatewin...@4 referenced in function "bool __cdecl initGPU
(int *,char * *)" (?initGPU@@ya_npahpa...@z)
1>nona.obj : error LNK2019: unresolved external symbol
__imp__glutinitdisplaym...@4 referenced in function "bool __cdecl
initGPU(int *,char * *)" (?initGPU@@ya_npahpa...@z)
1>nona.obj : error LNK2019: unresolved external symbol
__imp__gluti...@8 referenced in function "bool __cdecl initGPU(int
*,char * *)" (?initGPU@@ya_npahpa...@z)
1>C:\Users\Public\HuginSDK-2009\hugin-build\src\tools\Release
\nona.exe : fatal error LNK1120: 4 unresolved externals

I got no such error when building against the precompiled dll version
of freeglut.  Recompiling huginBase does not help.  Does anyone know
what is wrong?

Cheers, Tom
-- 
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: Tests for Pablo's (almost) patent free CP detector (was: Towards a non-patented control point detector)

2010-01-14 Thread Pablo d'Angelo

allard wrote:

I did a first attempt to build on Wndows XP and that was not
successful. Let me describe the steps.

-Downloading and installing bazaar from their webpage and getting the
trunk trough their GUI went smooth.

-I ran CMake (i use 2.8.0 RC5 GUI), which went smoothly except that I
had to point it to some libraries directories, but I'm used to that
from the hugin builds (boost, wxtiff, jpeg, png and zlib).

-I opened the 'panomatic.sln' MSVC++ solution (I'm on the 2008 express
edition) and pressed 'build'. Many 'file not found' errors came up,
which were related to the fact that the boost directory and the vigra
directory were not added to the 'additional include directories'. I
was a bit surprised about the boost directory as this was certainly in
the cmake cache file.


Oh, if forgot to add a check for the vigra stuff. The boost include path 
should be picked up now.



-I added the directories through the 'properties/C++' tab of MSVC and
rebuilt. This time there were errors in
CircularKeyPointDescriptor.cpp , related to M_PI not being defined.
Fortunately, some googling told me this is a known problem and that
this can be solved by adding '#define _USE_MATH_DEFINES' and '#include
' at the top of the file


Fixed in bzr


-I rebuilt. This time two more errors came up that I couldn't solve.
These were:
error C4716: 'PanoDetector::LoadKeypoints' : must return a value' in
panodetectorlogic.cp, line 110


This was an error in the source, I just commited a fix.


and
LINK : fatal error LNK1181: cannot open input file '..\localfeatures
\Release\localfeatures.lib'


Maybe these are related? Could you update and try again.

ciao
 Pablo
-- 
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] Suggestion -- one-step way to remove low correlation control points

2010-01-14 Thread Robert Krawitz
It would be handy to have a one-step way to remove all control points
with low correlation coefficient.  Currently the only way I've found
to do that is to run fine tune all control points, sort the control
point list, select all control points with correlation less than
the minimum, and delete them (which fortunately can be done as one
operation).

Not a major improvement, but it would be a convenience.

-- 
Robert Krawitz 

Tall Clubs International  --  http://www.tall.org/ or 1-888-IM-TALL-2
Member of the League for Programming Freedom  --  http://ProgFree.org
Project lead for Gutenprint   --http://gimp-print.sourceforge.net

"Linux doesn't dictate how I work, I dictate how Linux works."
--Eric Crampton
-- 
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] Sharing finished work

2010-01-14 Thread Andrew Chanler
Are there any hugin or enfuse community websites to share finished work?

Here is a small pano of a place up in White Mountains in NH.
http://achanler.smugmug.com/Random/Panoramas/WhiteMountainsCliff/629372526_VACxZ-X3.jpg

And here is my result of some experimenting with enfuse (plus
post-processeed to increase contrast).  I used 3 photos for this one + and -
1ev.

http://achanler.smugmug.com/Random/HDR/xmas-tree-closeupfused-wb2/749875188_QqKMg-X3.jpg

I wish I had some more shots of the stream at different exposures so that
the sky wouldn't be so washed out.  All of these were taken with a cheap
canon point-and-shoot camera using the CHDK firmware (
http://chdk.wikia.com/wiki/CHDK).  That firmware lets you do things like
save raw and do exposure or focus bracketing.  It even has a scripting
language.  For anyone with a simple canon point-and-shoot camera this
firmware will really extend the life of it before you have to buy an SLR.
And also make you question why the camera doesn't support these things by
default.

(Shameless self plug: use my email address to get $5 a smugmug account.)

Andrew
-- 
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: error message "glut32.dll missing"

2010-01-14 Thread allard
Yep that is my homepage and what you found is the test version of the
installer of the latest hugin release, which will probably be released
in a few days unless anyone finds a major problem with it.

Allard

On Jan 13, 11:11 am, tryman  wrote:
> Hi allard!
>
> I now got some help on a swedish photocommunity, and got a version of
> Hugin that now works for me!
>
> First i downloaded from "http://hugin.sourceforge.net/"; and that one
> didn´t work for me. Then I got these links:
>
> http://www.allardkatan.net/misc/hugi..._setup_RC3.exe(Isit your
> homepage allard?)
>
> http://www.pannarran.se/autopano-sift-c.exe
>
> "hugin0904_win32_setup_RC3"
> "autopano-sift-c"
>
> On 13 Jan, 18:47, allard  wrote:
>
> > Hi tryman,
>
> > Which version of hugin are you using? Did you build yourself?
> > Glut32.dll should be included in the installer package for windows of
> > the 2009.2 version (as well as the not yet released 2009.4 installer).
> > Actually, the best way is to build hugin using a static glut but
> > finding out how to do that is still on my to-do list.
> > The quick and easy way to solve this is to copy glut32.dll to the
> > 'bin' directory in your hugin installation directory. You can get the
> > glut binaries or source here if you need 
> > them:http://www.xmission.com/~nate/glut/
>
> > allard
>
> > On Jan 13, 8:42 am, tryman  wrote:
>
> > > Anybody who recognize this error message "glut32.dll missing" in
> > > Hugin? It appaers when I´m on the last step and will save the
> > > panorama.
>
> > > I use Vista 32bit. Have tried with both jpg and Tiff images, but I
> > > just can´t save the panorama after I´ve created it.
-- 
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] cmake files - conflicted state

2010-01-14 Thread Kornel Benko
Am Donnerstag 14 Januar 2010 schrieb brian_ims:
> Hi
> 
> Just updated from svn4889 and get a reported conflicted state for
> cmakelists.txt
> 
You may have a locally changed CMakeList.txt. Rename it to different name (so 
you can compare later) and try again.

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


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


Re: [hugin-ptx] Re: Tests for Pablo's (almost) patent free CP detector (was: Towards a non-patented control point detector)

2010-01-14 Thread Harry van der Wolf
Hi Skip,

2010/1/14 skip sga...@comcast.net

>
>
> Can someone post the right instructions for downloading the branch? I
> installed bazaar using MacPorts, and the command:
>
> baz branch lp:~pablo.dangelo/hugin/panomatic-lib
>
> results in an error: branch: could not determine source revision from
> directory: /Users/sgaede/development
>
This error occurs if you have a library with the same name but obviously
without the (hidden) version info in it. Or you have a corrupt panomatic-lib
library.

Also, why do you use baz instead of bzr or is it a typo? I installed bzr via
Macports as well and I don't even have that command.
Note (and maybe only for OSX): You need to install vigra as well.


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] cmake files - conflicted state

2010-01-14 Thread brian_ims

Hi

Just updated from svn4889 and get a reported conflicted state for
cmakelists.txt
-- 
View this message in context: 
http://old.nabble.com/cmake-files---conflicted-state-tp27158137p27158137.html
Sent from the hugin ptx mailing list archive at Nabble.com.

-- 
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: Is there a chance to compile hugin on win7 64bit?

2010-01-14 Thread Can-C . Dörtbudak
Thanks a lot for this information. Maybe i need to try a bit older
version than the newest i use.

Can

On 14 Jan., 09:09, Ola Lindberg  wrote:
> Works for me as well (Win7 pro, 64 bit).
>
> I'm only on a 6 mpix camera and I have done many panoramas with 10+
> images without any problems.
>
> .o
>
> On Jan 12, 2:40 pm, Can-C. Dörtbudak 
> wrote:
>
> > Hi Guys,
>
> > does ayone know a how to for compiling hugin on win7 64bit? Because
> > the 32bit Version isn't running stable at all but i really want to use
> > hugin.
>
> > Cheers, Can
-- 
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: Is there a chance to compile hugin on win7 64bit?

2010-01-14 Thread Ola Lindberg
Works for me as well (Win7 pro, 64 bit).

I'm only on a 6 mpix camera and I have done many panoramas with 10+
images without any problems.

.o

On Jan 12, 2:40 pm, Can-C. Dörtbudak 
wrote:
> Hi Guys,
>
> does ayone know a how to for compiling hugin on win7 64bit? Because
> the 32bit Version isn't running stable at all but i really want to use
> hugin.
>
> Cheers, Can
-- 
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