Pyramid simulation of image processing applications

作者:

Highlights:

摘要

Detecting lines in images using pyramid architecture is the main subject of this paper. The approach is based on the parallel calculation of Hough transform. A pyramid architecture of size n is a fine-grain architecture with a mesh base of size √n ∗ √n processors each holding a single pixel of the image. The pyramid operates in an SIMD mode. Two algorithms for computing the Hough transform are explained. The first algorithm initially uses different angles, θj's, and its complexity is O(k + log2n) with O(m) storage requirement. The second algorithm computes the Hough transform in a pipeline fashion for each angle θj at a time. This method produces results in O(k∗log2n) time with O(1) storage, where k is the number of θj angles, m is the number of ρi normal distances from the origin, and n is the number of pixels. A simulation program is also described.

论文关键词:Hough transform,image processing,parallel processing,pyramid architecture,simulation

论文评审过程:Received 6 December 1993, Revised 7 April 1994, Available online 10 June 2003.

论文官网地址:https://doi.org/10.1016/0262-8856(94)90005-1