3D Distance Transform on GPU

Virginio Cantoni,Riccardo Gatti,Luca Lombardi
2008-01-01
Abstract:Distance transform had gained numerous applications in image processing.Traditional CPU-based 3D distance transform was inefficient because of the complexity of 3D images.This paper proposed an efficient method to store 3D images in the texture of graphics hardware.A parallel 3D distance transform algorithm based on GPU was implemented.Experiments show that the proposed GPU-based method gain very high speedup ratio compared with CPU-based algorithm.
What problem does this paper attempt to address?