Well, sometimes Latex can be annoying. How to create a glossary? The package glossaries seems to be state of the art. I set it up as the following on my Windows machine with TeXnicCenter: % in the preamble \usepackage{glossaries} \makeglossaries Define a new output profile: Copy one of the existing profiles (e.g. "LaTeX > PDF") […]
Category archives: Thesis
FPU Boost
I'm kind of thrilled right now. I just updated JavaCV to the latest version (2011-07-05) which includes OpenCV 2.3.0 and some precompiled code for Android devices with an FPU (armeabi-v7a). Just by replacing JavaCV I gained an enormously computation boost. Well, of course I knew that an FPU is better for heavy number crunching than […]
ARmsk
Just found yet another AR library for Android called ARmsk. The description sounds promising. But the demo video is kind of shocking. They have like half a frame per second. The code looks like they used a lot of examples, like the OpenGL Cube renderer from the Android API demos and some stuff from the […]
[Note] Lot's of FPS
If you are suddenly getting high framerates, you might doing something wrong with the FPS calculation! 😉
AndEngine
AndEngine is a 2D OpenGL Engine. Actually a game engine. But it has also some small AR extension. I've stumbled upon this project a little while ago but then somehow forgot about it and now rediscovered it. So far it looks promising (even though I already found some kind of "lazy bug" which prevents the […]