Professional Biography
PhD thesis
This is the personal homepage of Gernot Ziegler.
Professional Biography
PhD thesis
Locating connected regions in images and volumes is a substantial building block in image and volume processing pipelines. We demonstrate how the Connected Components problem strongly benefits from a new feature in the Kepler architecture, direct thread data exchange through the SHUFFLE instruction. Our results are unchallenged in speed at the moment.
The original implementation is in CUDA, but the algorithm is general enough to be ported to OpenCL or OpenGL Compute (e.g. OpenGL 4.3 or OpenGL ES 3.1).
Presentation Video A
Presentation Slides A
This version utilized the new intrawarp communication commands (aka shuffle commands) to accelerate the static connectivity computation:
Presentation Video B |
Presentation Slides B
Sourcecode is stored as gpu_lightsim/ in the SVN tree of the NVision Project.
More: Eikonal rendering project homepage | Supplemental (Submission | Slides) | | GPU Data Structures
As an extension of GPU Data Compaction, we are now able to generate quadtrees and octrees from 2D or 3D data arrays without CPU intervention. Our current results promise applications in the field of PDE analysis, real-time computer vision, high-speed video compression, and volume analysis/traversal.
Presented at the SPIE Electronic Imaging conference in San Jose, USA, Jan 2007.
It is further able to create geometry on SM3.0 GPUs.
Sourcecode is stored in the SVN tree of the NVision Sourceforge Project.
More: Paper | preview PDF Slides
It is further able to create geometry on SM3.0 GPUs.
Presented at the VMV 2006, Aachen, Germany, Nov 2006 as "GPU PointList Generation through HistoPyramids". x
Sourcecode is stored in the the SVN tree of the NVision Sourceforge Project.
The approach utilizes the concept of projective geometry to let virtual projectors "cast" the data from where it was originally recorded by the involved cameras.
We also explain how this format can act as common interchange format for the camera parameters of lightfield/multi-view video footage.
The GeoCast Project on SourceForge welcomes you to participate. More ...