Posts
Dec, 4
X-toon: an extended toon shader
Traditional toon shading uses a 1D texture that describes how tone varies with surface orientation relative to a given light source. In this paper we describe two extensions to the basic algorithm that support view-dependent effects. First, we replace the 1D texture with a 2D texture whose second dimension corresponds to the desired “tone detail,” […]
Dec, 4
Direct-to-indirect transfer for cinematic relighting
This paper presents an interactive GPU-based system for cinematic relighting with multiple-bounce indirect illumination from a fixed view-point. We use a deep frame-buffer containing a set of view samples, whose indirect illumination is recomputed from the direct illumination on a large set of gather samples, distributed around the scene. This direct-to-indirect transfer is a linear […]
Dec, 4
Fast and reliable collision culling using graphics hardware
We present a reliable culling algorithm that enables fast and accurate collision detection between triangulated models in a complex environment. Our algorithm performs fast visibility queries on the GPUs for eliminating a subset of primitives that are not in close proximity. In order to overcome the accuracy problems caused by the limited viewport resolution, we […]
Dec, 4
Feature Aligned Volume Manipulation for Illustration and Visualization
In this paper we describe a GPU-based technique for creating illustrative visualization through interactive manipulation of volumetric models. It is partly inspired by medical illustrations, where it is common to depict cuts and deformation in order to provide a better understanding of anatomical and biological structures or surgical processes, and partly motivated by the need […]
Dec, 4
Hierarchical clustering of gene expression profiles with graphics hardware acceleration
Hierarchical clustering is becoming a de facto standard for analyzing gene expression data. But high computational complexity limits its application in high throughput processing of massive microarray data. An implementation based on commodity graphics hardware is proposed to accelerate this process by employing the parallelism and programmability in graphics pipeline. Significant acceleration is achieved by […]
Dec, 4
Fast scene voxelization and applications
This paper presents a novel approach that uses graphics hardware to dynamically calculate a voxel-based representation of a scene. The voxelization is obtained on run-time in the order of milliseconds, even for complex and dynamic scenes containing more than 1,000,000 polygons. The voxelization is created and stored on the GPU avoiding unnecessary data transfer. The […]
Dec, 4
Continuous Level of Detail on Graphics Hardware
Recent advances in graphics hardware provide new possibilities to successfully integrate and improve multiresolution models. In this paper, we present a new continuous multiresolution model that maintains its geometry, based on triangle strips, in high-performance memory in the GPU. This model manages the level of detail by performing fast strip updating operations. We show how […]
Dec, 4
Deformable object simulation in virtual environment
We implement deformable virtual object simulations on modern graphics hardware. The deformable objects are modeled using mass spring method. With a large set of mass nodes and springs, the real-time simulations are able to be accomplished using the computational power of GPU. Traditionally, this kind of virtual simulation is difficult to achieve interactive frame rates […]
Dec, 4
Two-stage compression for fast volume rendering of time-varying scalar data
This paper presents a two-stage compression method for accelerating GPU-based volume rendering of time-varying scalar data. Our method aims at reducing transfer time by compressing not only the data transferred from disk to main memory but also that from main memory to video memory. In order to achieve this reduction, the proposed method uses packed […]
Dec, 4
Radiative Heat Transfer Simulation Using Programmable Graphics Hardware
To analyze physical behaviors of a thermal environment, we have to simulate several heat transfer phenomena such as heat conduction, convection, and radiation. Among those phenomena, radiative heat transfer simulation is much time-consuming. In this paper, therefore, one of acceleration techniques developed in the graphics community that exploits a graphics processing unit (GPU) is applied […]
Dec, 4
Perfect spatial hashing
We explore using hashing to pack sparse data into a compact table while retaining efficient random access. Specifically, we design a perfect multidimensional hash function — one that is precomputed on static data to have no hash collisions. Because our hash function makes a single reference to a small offset table, queries always involve exactly […]
Dec, 4
GPU-friendly warped display for scope-maintained video surveillance
In this paper, we propose an efficient technique for warped display of surveillance video signal. Usually, there are regions of interest (ROIs) in video surveillance, such as entrance or exit, and moving objects or persons. The surveillant has two or more conflicting goals in mind. He/She wants to blow up the ROIs, but also wants […]