6156

Parallelization of the Generalized Hough Transform on GPU

Juan Gomez-Luna, Jose Maria Gonzalez-Linares, Jose Ignacio Benavides, Emilio L. Zapata, Nicolas Guil
Computer Architecture and Electronics Department, University of Cordoba, Cordoba, Spain
XXII Jornadas de Paralelismo, 2011

@article{gomez2011parallelization,

   title={Parallelization of the Generalized Hough Transform on GPU},

   author={G{‘o}mez-Luna1a, J. and Gonz{‘a}lez-Linaresb, J.M. and Benavidesa, J.I. and Zapatab, E.L. and Guilb, N.},

   year={2011}

}

Download Download (PDF)   View View   Source Source   

2603

views

Programs developed under the Compute Unified Device Architecture (CUDA) obtain the highest performance rate, when the exploitation of hardware resources on a Graphics Processing Unit (GPU) is maximized. In order to achieve this purpose, load balancing among threads and a high value of processor occupancy, i.e. the ratio of active threads, are indispensable. However, in certain applications, an optimally balanced implementation may limit the occupancy, due to a greater need of registers and shared memory. This is the case of the Fast Generalized Hough Transform (Fast GHT), an image processing technique for localizing an object within an image. In this work, we present two parallelization alternatives for the Fast GHT, one that optimizes the load balancing and another that maximizes the occupancy. We have compared them using a large amount of real images to test their strong and weak points and we have drawn several conclusions about under which conditions it is better to use one or another. We have also tackled several parallelization problems related to sparse data distribution, divergent execution paths and irregular memory access patterns in updating operations by proposing a set of generic techniques as compacting, sorting and memory storage replication.
Rating: 2.5/5. From 1 vote.
Please wait...

* * *

* * *

HGPU group © 2010-2024 hgpu.org

All rights belong to the respective authors

Contact us: