The Hough transform is a commonly used algorithm to detect lines and other features in images. It is robust to noise and occlusion, but has a large computational cost. This paper introduces two new implementations of the Hough transform for lines on a GPU. One focuses on minimizing processing time, while the other has an input-data independent processing time. Our results show that optimizing the GPU code for speed can achieve a speed-up over naive GPU code of about 10×. The implementation which focuses on processing speed is the faster one for most images, but the implementation which achieves a constant processing time is quicker for about 20% of the images. Fulltext Previe
Implementation of the Hough Transform (HT) for line detection requires massive computation, large me...
Many embedded applications increasingly employ computer vision systems to perform visual inspection ...
Abstract—CORDIC, a hardware efficient algorithm, is com-monly employed to implement the linear Hough...
The Hough transform is a commonly used algorithm to detect lines and other features in images. It is...
Line detection is very important task in image processing field. It is mainly used in auto focusing ...
Abstract- Hough transform is used for detecting straight lines, circles in an image. To reduce the h...
Abstract—Accelerating Hough transform in hardware has been of interest due its popularity in real-ti...
The paper presents a hardware implementation of algorithms based on the Hough transform (HT) for rea...
Hough Transform [1] has become a common method in the usage of line detection because of its robustn...
The Hough transform for line detection is widely used in many machine vision applications due to its...
Implementation of the Hough transform (HT) for line detection requires massive computation, large me...
Programs developed under the Compute Unified Device Architecture obtain the highest performance rate...
Abstract—The Hough transform, a widely used operation in image processing, suffers from being comput...
Streaming SIMD Extensions (SSE) is a unique feature embedded in the Pentium III and Pentium IV class...
The use of the Hough transforms to identify shapes or images has been extensively studied in the pas...
Implementation of the Hough Transform (HT) for line detection requires massive computation, large me...
Many embedded applications increasingly employ computer vision systems to perform visual inspection ...
Abstract—CORDIC, a hardware efficient algorithm, is com-monly employed to implement the linear Hough...
The Hough transform is a commonly used algorithm to detect lines and other features in images. It is...
Line detection is very important task in image processing field. It is mainly used in auto focusing ...
Abstract- Hough transform is used for detecting straight lines, circles in an image. To reduce the h...
Abstract—Accelerating Hough transform in hardware has been of interest due its popularity in real-ti...
The paper presents a hardware implementation of algorithms based on the Hough transform (HT) for rea...
Hough Transform [1] has become a common method in the usage of line detection because of its robustn...
The Hough transform for line detection is widely used in many machine vision applications due to its...
Implementation of the Hough transform (HT) for line detection requires massive computation, large me...
Programs developed under the Compute Unified Device Architecture obtain the highest performance rate...
Abstract—The Hough transform, a widely used operation in image processing, suffers from being comput...
Streaming SIMD Extensions (SSE) is a unique feature embedded in the Pentium III and Pentium IV class...
The use of the Hough transforms to identify shapes or images has been extensively studied in the pas...
Implementation of the Hough Transform (HT) for line detection requires massive computation, large me...
Many embedded applications increasingly employ computer vision systems to perform visual inspection ...
Abstract—CORDIC, a hardware efficient algorithm, is com-monly employed to implement the linear Hough...