Home /Research /Multiplatform GPGPU implementation of the active contours without edges algorithm
PERCEPTION

Multiplatform GPGPU implementation of the active contours without edges algorithm

Olmo Zavala‐Romero, Anke Meyer‐Baese, Uwe Meyer‐Baese

Year
2012
Citations
4

Abstract

An OpenCL implementation of the Active Contours Without Edges algorithm is presented. The proposed algorithm uses the General Purpose Computing on Graphics Processing Units (GPGPU) to accelerate the original model by parallelizing the two main steps of the segmentation process, the computation of the Signed Distance Function (SDF) and the evolution of the segmented curve. The proposed scheme for the computation of the SDF is based on the iterative construction of partial Voronoi diagrams of a reduced dimension and obtains the exact Euclidean distance in a time of order O(N/p), where N is the number of pixels and p the number of processors. With high resolution images the segmentation algorithm runs 10 times faster than its equivalent sequential implementation. This work is being done as an open source software that, being programmed in OpenCL, can be used in dierent platforms allowing a broad number of nal users and can be applied in dierent areas of computer vision, like medical imaging, tracking, robotics, etc. This work uses OpenGL to visualize the algorithm results in real time.

Keywords

Computer scienceGeneral-purpose computing on graphics processing unitsOpenGLVoronoi diagramGraphics processing unitPixelComputationComputer visionSegmentationAlgorithm

Related papers

Browse all PERCEPTION papers