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

2010-01-25 Thread allard
error LNK2019: unresolved external symbol __declspec(dllimport) class std::auto_ptrstruct vigra::Decoder __cdecl vigra::decoder(class vigra::ImageImportInfo const ) (__imp_?deco...@vigra@@YA?AV? $auto_...@udecoder@vigra@@@std@@abvimageimporti...@1@@Z) referenced in function void __cdecl

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

2010-01-21 Thread T. Modes
I'm at a loss here. Does this require other files from vigra than a build of hugin? The cmake patch does not find the vigra package. I've tried downloading vigra 1.6 and building the library (changing it to a static lib, no clue if that works the way I did it), but CMake won't tell me it has

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

2010-01-21 Thread Harry van der Wolf
Hi all, 2010/1/21 T. Modes thomas.mo...@gmx.de I have sucessfull build panomatic-lib with hugins vigraimpex on windows. Thomas - @Thomas: Thank you for mentioning this. Pablo said that we needed an external vigra library but I just tested and it does compile against hugins internal

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

2010-01-21 Thread allard
@ Harry: I tried those things already before my last post. Both manually entering the external libs/source and the hugin libs/source. First I have to hack your Cmake file because it still gives a 'package not found' error even if I manually enter the lib path (I use cmake gui 2.8rc5). But neither

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

2010-01-15 Thread allard
I can't get it to work yet. A few steps further already, the changes Pablo made worked out, except that the ifdef MSVC around the USE_MATH_DEFINES was not picked up somehow, I had to comment it. I also had to download pthread and use NODEFAULTLIB on msvcprt.lib, LIBCMT.lib and libcmpt.lib to avoid

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

2010-01-15 Thread Harry van der Wolf
Hi all, 2010/1/15 allard a...@allardkatan.net I can't get it to work yet. A few steps further already, the changes Pablo made worked out, except that the ifdef MSVC around the USE_MATH_DEFINES was not picked up somehow, I had to comment it. I also had to download pthread and use

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

2010-01-15 Thread Harry van der Wolf
Hi guys, I'm sorry. I went much too fast. I made the Find module as a lunch practice and that part works, but I completely forgot to modify the CMakeLists.txt files to use the results from my module. Please find attached the version 2 patch. Harry 2010/1/15 Harry van der Wolf hvdw...@gmail.com

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

[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

[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 hvdw...@gmail.com 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

[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 hvdw...@gmail.com 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

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 On Jan 13, 6:55 am, Harry van der Wolf hvdw...@gmail.com 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

[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 hvdw...@gmail.com 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

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

2010-01-13 Thread bruno.postle
On Jan 13, 11:55 am, Harry van der Wolf hvdw...@gmail.com wrote: 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]). Just adding that it builds

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

2010-01-13 Thread allard
Did anyone attempt a build for Windows yet? I'll give it a go. Allard On Jan 13, 4:38 am, bruno.postle brunopos...@googlemail.com wrote: On Jan 13, 11:55 am, Harry van der Wolf hvdw...@gmail.com wrote: After Pablo's announcement[0] (3 January) of the almost patent free CP detector I

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

2010-01-13 Thread Nathan Gutman
It would be great to see it. Nathan allard wrote: Did anyone attempt a build for Windows yet? I'll give it a go. Allard On Jan 13, 4:38 am, bruno.postle brunopos...@googlemail.com wrote: On Jan 13, 11:55 am, Harry van der Wolf hvdw...@gmail.com wrote: After Pablo's

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

2010-01-13 Thread skip
On Jan 13, 6:55 am, Harry van der Wolf hvdw...@gmail.com 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

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

2010-01-13 Thread allard
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