3870

Posts

May, 1

Using GPU Shaders for Visualization, Part 2

GPU shaders aren’t just for special effects. Previously, I looked at some uses for them in visualization. Here, the idea continues. Because visualization relies so much on high speed interaction, we use shaders for the same reason we use them in effects programming: appearance and performance. In the drive to understand large, complex data sets, […]
May, 1

Dynamic LOD on GPU

This paper presents a novel approach to implementing dynamic LOD on GPU. For our purpose, a quadtree structure is created based on seamless geometry image atlas, which is a 3D surface representation in parameter space by combining the features of geometry images and poly-cube maps. All the nodes in the quadtree are packed into the […]
May, 1

Modern GPU-Based Forward-Projection Algorithm with a New Sampling Method

Forward-projection is an important process of computed tomography reconstruction. An accurate forward-projection has a significant impact on increasing the reconstructed quality of iterative algorithms. However its computations are very costly. In order to improve performance of forward-projection, we proposed a GPU-accelerated scheme for it with a new sampling method. There are two novel techniques in […]
May, 1

GPU smoothing of quad meshes

We present a fast algorithm for converting quad meshes on the GPU to smooth surfaces. Meshes with 12,000 input quads, of which 60% have one or more non-4-valent vertices, are converted, evaluated and rendered with 9times9 resolution per quad at 50 frames per second. The conversion reproduces bi-cubic splines wherever possible and closely mimics the […]
May, 1

Using the CPU and GPU for real-time video enhancement on a mobile computer

Real-time video enhancement is generally achieved using costly specialized hardware that have specific functions and outputs. Commercial off-the-shelf hardware, such as desktop computers with Graphics Processing Units (GPUs), are also commonly used as cost effective solutions for real-time video processing. In the past, the limitations in computer hardware meant that real-time video enhancement was mainly […]
Apr, 30

Reconfigurable real-time MIMO detector on GPU

In a high performance multiple-input multiple-output (MIMO) system, a soft output MIMO detector combined with a channel decoder is often used at the receiver to maximize performance gain. Graphic processor unit (GPU) is a low-cost parallel programmable co-processor that can deliver extremely high computation throughput and is well suited for signal processing applications. We propose […]
Apr, 30

An intelligent system for accelerating parallel SVM classification problems on large datasets using GPU

Support Vector Machine (SVM) is one of the most popular tools for solving general classification and regression problems because of its high predicting accuracy. However, the training phase of nonlinear kernel based SVM algorithm is a computationally expensive task, especially for large datasets. In this paper, we propose an intelligent system to solve large classification […]
Apr, 30

Fast analytical modeling of compton scatter using point clouds and graphics processing unit (GPU)

Quantitative SPECT and PET is not possible without accurate modeling of Compton scatter. The physics of this interaction is well-understood and Monte Carlo and analytical calculations are possible. However, such approaches require exorbitant computing times that limit their practical value in the clinical setting. We present a novel computational model that considerably reduces the computation […]
Apr, 30

GPU-accelerated Adaptively Sampled Distance Fields

Adaptively Sampled Distance Fields (ADFs) are volumetric shape representations that support a broad range of applications in the areas of computer graphics, computer vision and physics. ADFs are especially beneficial for representing shapes with features at very diverse scales. In this paper, we propose a strategy to represent and reconstruct ADFs on modern graphics hardware […]
Apr, 30

GPU-based simulation of cellular neural networks for image processing

The inherent massive parallelism of cellular neural networks makes them an ideal computational platform for kernel-based algorithms and image processing. General-purpose GPUs provide similar massive parallelism, but it can be difficult to design algorithms to make optimal use of the hardware. The presented research includes a GPU abstraction based on cellular neural networks. The abstraction […]
Apr, 30

GPU based Partially Connected Neural Evolutionary network and its application on gender recognition with face images

An algorithm for evolving neural network via the genetic algorithm based on GPU parallel architecture was implemented on the CUDA, resulting in a system called CuParcone (CUDA based Partially Connected Neural Evolutionary) and was used on gender face recognition. By using the powerful ability of GPU parallel computing, CuParcone achieves a performance increase about 323 […]
Apr, 30

GPU-based multi-view rendering for spatial-multiplex autostereoscopic displays

Spatial-multiplex autostereoscopic systems display images interleaved from multi-view to provide adequate viewing zone sections for multiple users. The traditional methods render multiple views in multiple passes. In this paper, we present a GPU-based multi-view render (GBMVR) for spatial-multiplex autostereoscopic displays. It generates multiple views as textures in only one pass through the geometry shader and […]

* * *

* * *

HGPU group © 2010-2025 hgpu.org

All rights belong to the respective authors

Contact us: