Hardware-Based Nonlinear Filtering and Segmentation using High-Level Shading Languages

  • Authors:
  • Ivan Viola;Armin Kanitsar;Meister Eduard Groller

  • Affiliations:
  • Vienna University of Technology, Austria;Vienna University of Technology, Austria;Vienna University of Technology, Austria

  • Venue:
  • Proceedings of the 14th IEEE Visualization 2003 (VIS'03)
  • Year:
  • 2003

Quantified Score

Hi-index 0.00

Visualization

Abstract

Non-linear filtering is an important task for volume analysis.This paper presents hardware-based implementations of various non-linear filters for volume smoothing with edge preservation.TheCg high-level shading language is used in combination with latest PC consumer graphics hardware.Filtering is divided into pervertex and per-fragment stages.In both stages we propose techniques to increase the filtering performance.The vertex program pre-computes texture coordinates in order to address all contributing input samples of the operator mask.Thus additional computations are avoided in the fragment program.The presented fragment programs preserve cache coherence, exploit 4D vector arithmetic, and internal fixed point arithmetic to increase performance.We show the applicability of non-linear filters as part of a GPU-based segmentation pipeline.The resulting binary mask is compressed and decompressed in the graphics memory on-the-fly.