Jan
31
2010
Gestern entstand dieses winterliche Panorama vom Hof der Hochschule Landshut. Für das Panorama habe ich mehrere vertikale Aufnahmen nebeneinander geschossen. Um einen höheren Dynamikumfang zu erhalten habe ich jede dieser (wie bei HDR üblich) Aufnahmen mit 3 verschiedenen Belichtungszeiten ausgeführt. Die Verrechnung zu einem HDR Panorama habe ich mit Autopano Pro unter Linux vorgenommen. Da ich keinen Nodalpunktadapter oder Panoramakopf besitze war es wichtig beim zusammensetzen des Panoramas darauf zu achten dass die Keypoints die die einzelnen Bilder verbinden in einiger Entfernung liegen und auf dem Schnee im Vordergrund. Das Tonemapping überließ ich dem Opensource Programm Qtpfsgui.

winterlicher Hof der Hochschule Landshut
keine Kommentare | tags: Autopano Pro, HDR, Hochschule, Hof, Landshut, Nodalpunkt, Panoramakopf, qtpfsgui, Tonemapping | veröffentlicht in: Autopano, Fotografie, HDR, Hochschule Landshut, Landshut, Linux, qtpfsgui
Dez
27
2009
To install pfscalibration under Gentoo Linux its first of all necessary to install pfstools.
While trying to install pfstools Ive got errors about an missing library …
/usr/lib/libGL.la
so i created an softlink
ln -s opengl/xorg-x11/lib/libGL.la /usr/lib64/libGL.la
to
opengl/xorg-x11/lib/libGL.la
that seems to work nice and so I stated to try installing pfscalibration.
But here also some Errors occupied.
sry 4 my bad English.
pfshdrcalibrate.cpp:547: error: ‘ex’ was not declared in this scope
pfshdrcalibrate.cpp:547: error: expected `;' before ‘)’ token
pfshdrcalibrate.cpp:551: error: expected primary-expression before ‘catch’
pfshdrcalibrate.cpp:551: error: expected `;' before ‘catch’
make[2]: *** [pfshdrcalibrate.o] Error 1
make[2]: Leaving directory `/tmp/pfscalibration-1.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/pfscalibration-1.2'
make: *** [all] Error 2
“setting” Variables to
export PFS_CFLAGS="-I/usr/local/include/pfs-1.2"
export PFS_LIBS=/usr/local/lib/libpfs-1.2.so
made pfscalibration compile nicely.
I hope that short article will help everyone with the same Problem …
keine Kommentare | tags: /usr/lib/libGL.la, Gentoo, HDR, Linux, pfscalibration, pfstools, [pfshdrcalibrate.o] Error 1 | veröffentlicht in: English, Fotografie, HDR, Linux, pfstools