Abstract
In image analysis, it is important to detect the lines which represent the edges of the objects in the image. The most popular technique to detect the lines is Hough Transform. In the transform, resulting peaks in the accumulator array which are gotten by a voting procedure in the parameter space represent strong evidence that a corresponding line exists in the image. In the voting procedure, a large number of votes which are far from the peaks are unnecessary and it makes the transform slow. In this article, we propose a speed-up method by introducing a procedure (using a inter-frame operation) in image space which removes lines except for limited directional lines. Owing to the procedure, we can reduce voting range and remove the unnecessary vote. From the experimental results, we confirm that the proposed method has good performance.