文件名称:adaptive_anisotropic_2D_gaussian_filter
介绍说明--下载内容来自于网络,使用问题请自行百度
Gaussian filtering in one, two or three dimensions is among
the most commonly needed tasks in signal and image processing.
Finite impulse response filters in the time domain
with Gaussian masks are easy to implement in either floating
or fixed point arithmetic, because Gaussian kernels are
strictly positive and bounded. But these implementations are
slow for large images or kernels. With the recursive IIRfilters
and FFT-based methods, there are at least two alternative
methods to perform Gaussian filtering in a faster way,
but so far they are only applicable when floating-point hardware
is available. In this paper, a fixed-point implementation
of recursive Gaussian filtering is discussed and applied
to isotropic and anisotropic image filtering by making use of
a non-orthogonal separation scheme of the Gaussian filter.
the most commonly needed tasks in signal and image processing.
Finite impulse response filters in the time domain
with Gaussian masks are easy to implement in either floating
or fixed point arithmetic, because Gaussian kernels are
strictly positive and bounded. But these implementations are
slow for large images or kernels. With the recursive IIRfilters
and FFT-based methods, there are at least two alternative
methods to perform Gaussian filtering in a faster way,
but so far they are only applicable when floating-point hardware
is available. In this paper, a fixed-point implementation
of recursive Gaussian filtering is discussed and applied
to isotropic and anisotropic image filtering by making use of
a non-orthogonal separation scheme of the Gaussian filter.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
adaptive_anisotropic_2D_gaussian_filter/gauss.m
adaptive_anisotropic_2D_gaussian_filter/d2gauss.m
adaptive_anisotropic_2D_gaussian_filter
adaptive_anisotropic_2D_gaussian_filter/d2gauss.m
adaptive_anisotropic_2D_gaussian_filter
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.