An accelerated ray casting algorithm using segment composition

Jiawan Zhang,Yi Zhang,Jizhou Sun
2005-01-01
Abstract:Volume rendering has been a key technology in the visualization of datasets from various disciplines. In volume rendering, ray casting is popular because of its ability to generate high-quality images. But it is computational expensive. In this paper, a segment-based ray casting algorithm is proposed to speed up the composition stage and improve the parallel property of traditional ray casting algorithm. The new algorithm divides each ray into several segments each of which includes some sequential samples. The samples in the same segment have similar optical attributes. These segments substitute for the samples to be the basic composition units. Therefore, the number of composition operations is efficiently reduced. The experiments results show that the segment-based ray casting algorithm improves the rendering performance by at least 30% compared to traditional ray casting while still produces appropriate quality images.
What problem does this paper attempt to address?