Re: [hugin-ptx] How to best use Hugin/enfuse for super-resolution imaging

2015-09-15 Thread Terry Duell
On Wed, 16 Sep 2015 06:16:16 +1000, David Haberthür wrote: Just a side-note: On 03 Sep 2015, at 09:03, Terry Duell wrote: I resample the images to twice the pixel resolution, then align these to a specified accuracy using a DFT method (see Manuel Guizar-Sicairos, Samuel T. Thurman, an

[hugin-ptx] Re: Clean-up of the mess related to Windows specific preprocessor macros

2015-09-15 Thread jdx
Just another minor change. /J.D. -- A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ --- 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 r

Re: [hugin-ptx] Clean-up of the mess related to Windows specific preprocessor macros

2015-09-15 Thread Stefan Peter
Hi Jan On 15.09.2015 21:37, Jan Dubiec wrote: .. > I got a few linker errors similar to this one: > CMakeFiles/hugin.dir/objects.a(CPImagesComboBox.cpp.obj):CPImagesComboBox.cpp:(. > rdata$_ZTV17wxWindowWithItemsI11wxComboCtrl15wxItemContainerE[__ZTV17wxWindowWit > hItemsI11wxComboCtrl15wxItemCon

Re: [hugin-ptx] How to best use Hugin/enfuse for super-resolution imaging

2015-09-15 Thread David Haberthür
Just a side-note: > On 03 Sep 2015, at 09:03, Terry Duell wrote: > > I resample the images to twice the pixel resolution, then align these to a > specified accuracy using a DFT method (see Manuel Guizar-Sicairos, Samuel T. > Thurman, and James R. Fienup, "Efficient subpixel image registration

Re: [hugin-ptx] Clean-up of the mess related to Windows specific preprocessor macros

2015-09-15 Thread Jan Dubiec
On 2015-09-15 21:16, Stefan Peter wrote: > Dear idx > On 15.09.2015 16:22, jdx wrote: >> Hello, >> >> I am trying to build Hugin using MinGW-W64 > > Did you succeed? Not yet. I got a few linker errors similar to this one: CMakeFiles/hugin.dir/objects.a(CPImagesComboBox.cpp.obj):CPImagesComboBox.cp

Re: [hugin-ptx] Clean-up of the mess related to Windows specific preprocessor macros

2015-09-15 Thread Stefan Peter
Dear idx On 15.09.2015 16:22, jdx wrote: > Hello, > > I am trying to build Hugin using MinGW-W64 Did you succeed? I'm maintaining the nightly hugin builds over at https://launchpad.net/~hugin/+archive/ubuntu/nightly and, given the fact that I do not own a private, still supported windows license

[hugin-ptx] Re: Clean-up of the mess related to Windows specific preprocessor macros

2015-09-15 Thread jdx
On Tuesday, September 15, 2015 at 6:13:26 PM UTC+2, T. Modes wrote: [...] > But next time, please split them in smaller parts which belong together > and not all changes in one. > I'm sorry, I didn't think about this. Anyway, you forgot about _WIN32 in hugin_version.h.in.cmake

[hugin-ptx] Re: Clean-up of the mess related to Windows specific preprocessor macros

2015-09-15 Thread T. Modes
Hi, Am Dienstag, 15. September 2015 16:32:09 UTC+2 schrieb jdx: > > Hello, > > I am trying to build Hugin using MinGW-W64 and the attached patch is > by-product of my work. > > Summary: > * use _WIN32 instead of WIN32, _WINDOWS and __WINDOWS__ as it is "more > portable" (see > http://stackoverf

[hugin-ptx] Clean-up of the mess related to Windows specific preprocessor macros

2015-09-15 Thread jdx
Hello, I am trying to build Hugin using MinGW-W64 and the attached patch is by-product of my work. Summary: * use _WIN32 instead of WIN32, _WINDOWS and __WINDOWS__ as it is "more portable" (see http://stackoverflow.com/questions/662084/whats-the-difference-between-the-win32-and-win32-defines-i