A Fast and Accurate GHT Implementation on CUDA
Center for Research in Engr Sciences and Technology-CREST, KPIT Cummins Infosystems Ltd., Pune, India
ICOMEC, 2011
@article{jotwani2011fast,
title={A Fast and Accurate GHT Implementation on CUDA},
author={Jotwani, N. and Sah, S.},
year={2011}
}
Generalized Hough Transform (GHT) is a well known but seldom used algorithm for object detection. The merit of this algorithm is its ability to detect object location and its pose accurately. However, this algorithm has a huge drawback of high memory and extensive computational requirement. As a result, usage of this algorithm for object detection is limited. In this paper, we are proposing the parallel implementation of GHT algorithm on GPU (Graphical Processing Unit) that is 80 times faster compared to its CPU (Central Processing Unit) version. We have also achieved comparable speed up with some of the best GHT implementations on GPU for limited number of poses. However, our parallel design performs better for large number of poses. The uniqueness of our parallel design is that the performance does not get affected by increasing number of poses. Increased number of poses identification at the same performance increases the resolution of scale and rotation that can be detected.
January 10, 2013 by hgpu