Recursive Implementation of LoG Filtering
โ Scribed by Jesse S. Jin; Yan Gao
- Publisher
- Elsevier Science
- Year
- 1997
- Tongue
- English
- Weight
- 370 KB
- Volume
- 3
- Category
- Article
- ISSN
- 1077-2014
No coin nor oath required. For personal study only.
โฆ Synopsis
Recursive Implementation of LoG Filtering
oG filters have been widely used as a second derivative filtering function. One problem with LoG filtering is that it is very time consuming, especially with a large size filter. We use an Lanal ytical method to obtain the z-transform of LoG function in a rational function form and develop a recursive implementation. The structure of the recursive filters is defined by the order of rational functions. The algorithm gives a constant computation complexity per pixel. The computational complexity of recursive filtering depends on the number of poles and zeros of the transfer function, i.e., on the structure of the recursive filter. It is independent of the size of the filter, and thus has a substantial saving in computation. A general method of designing high order recursive filters is also given. Recursive functions can be implemented in a number of shifting registers in hardware. The methodology will contribute to real-time image processing and robot vision.
๐ SIMILAR VOLUMES
Polynomial jilters have many applications in real time control, estimation and identification, particularly when information about the system dynamics and noise statistics are not precisely known. In this paper, a generalized recursive algorithm for nth order polynomial jilters is developed. The par
## A Recursive Digital Filter Implementation for Noisy and Blurred Images his paper presents the design and the implementation of an optimized Canny-Deriche edge detector. After a brief reminder of the filter's equations, we define different techniques to Tspeed up the sampling rate of the IIR fil