scispace - formally typeset
Journal ArticleDOI

TRLE--an efficient data compression scheme for image composition of volume rendering on distributed memory multicomputers

TLDR
The experimental results show that the TRLE data compression scheme with the rotate-tiling data communication scheme outperforms other eleven image composition methods for all test samples.
Abstract
Data compression is a well-known method to improve the image composition time of parallel volume rendering on distributed memory multicomputers. In this paper, we propose an efficient data compression scheme, the template run-length encoding (TRLE) scheme, for image composition. Given an image with 2n×2n pixels, in the TRLE scheme, the image is treated as n×n blocks and each block has 2×2 pixels. Since a pixel can be a blank or non-blank pixel, there 16 templates in a block. To compress an image, the TRLE scheme encodes an image block by block similar to the run-length encoding scheme. However, the TRLE scheme can filter out or use small space to encode blocks whose four pixels are blank pixels, that is, the TRLE scheme can encode a partial image according to the shape of non-blank pixels. To evaluate the performance of the TRLE scheme, we compare the proposed scheme with the BR, the RLE, and the BRLC schemes. Since a data compression scheme needs to cooperate with some data communication schemes, in the implementation, the binary-swap, the parallel-pipelined, and the rotate-tiling data communication schemes are used. By combining the four data compression schemes with the three data communication schemes, we have twelve image composition methods. These twelve methods are implemented on an IBM SP2 parallel machine. Four volume datasets are used as test samples. The data computation time and the data communication time are measured. The experimental results show that the TRLE data compression scheme with the rotate-tiling data communication scheme outperforms other eleven image composition methods for all test samples.

read more

Content maybe subject to copyright    Report

Citations
More filters
Journal ArticleDOI

Scaling up data mining algorithms: review and taxonomy

TL;DR: This paper reviews the methods that have been used to address the problem of scalability in data mining algorithms, and focuses on general ideas, rather than specific implementations, that can be used to provide a general view of the current approaches for scaling up data mining methods.

3D Volume Visualization.

TL;DR: Three-dimensional volume visualization as discussed by the authors is a method that allows one to observe and manipulate 3D volumetric data, which is concerned with the representation, manipulation, and rendering of the volume data.
Proceedings ArticleDOI

A decomposition approach for optimizing large-scale parallel image composition on multi-core MPP systems

Jorji Nonaka, +1 more
TL;DR: This study has investigated the use of a simple decomposition approach to take advantage of these different hardware characteristics for optimizing the parallel image composition process and obtained encouraging results showing the effectiveness of the proposed approach.
Journal ArticleDOI

Performance Evaluation of Large-Scale Parallel Image Compositing on a T2K Open Supercomputer

TL;DR: This paper presents a performance evaluation of large-scale parallel image compositing on a T2K Open Supercomputer and proposes some improvements to the Binary-Swap method aiming to fully exploit the hybrid programming model.
Proceedings ArticleDOI

A new compression-based image composition strategy on sort-last parallel rendering system

TL;DR: This paper proposes a set of strategies for compression-based image composition on sort-last parallel rendering system that consists of a template-based LZW lossless compression method and a depth-buffer interpolation method to deal with the depth information of the images.
References
More filters
Book

Computer Graphics: Principles and Practice

TL;DR: This chapter discusses the development of Hardware and Software for Computer Graphics, and the design methodology of User-Computer Dialogues, which led to the creation of the Simple Raster Graphics Package.

MPI: A Message-Passing Interface Standard

TL;DR: This document contains all the technical features proposed for the interface and the goal of the Message Passing Interface, simply stated, is to develop a widely used standard for writing message-passing programs.
Book ChapterDOI

Computer graphics—principles and practice

TL;DR: These are the short notes for a two hour tutorial on principles and practice of computer graphics and scientific visualization and they cannot completely replace the contents of the tutorial transparencies and slides since restrictions in space and print quality do not permit the inclusion of figures and example images.
Journal ArticleDOI

Volume rendering

TL;DR: A technique for rendering images of volumes containing mixtures of materials is presented, which allows both the interior of a material and the boundary between materials to be colored.