Description: 在MATLAB环境中,进行数字图像处理中常用到的小波函数系列之五,小波滤波器函数-In the MATLAB environment, to carry out commonly used in digital image processing of the wavelet function of the five series, wavelet filter function Platform: |
Size: 6144 |
Author:chenxiaojuan |
Hits:
Description: WAVEFAST Perform multi-level 2-dimensional fast wavelet transform.
[C, L] = WAVE FAST (X , N, LP, HP) performs a 20 N-level FWT of
image (or matrix) X with respect to decomposition filters LP and
HP.
[C, L] = WAVEFAST(X, N, WNAME) performs the same operation but
fetches filters LP and HP for wavelet WNAME using WAVEFILTER.
Scale parameter N must be less than or equal to 10g2 of the
maximum image dimension. Filters LP and HP must be even. To
reduce border distortion, X is symmetrically extended. That is,
if X = [c1 c2 c3 ... cn] (in 1D), then its symmetric extension
would be [ ... c3 c2 c1 c1 c2 c3 .. , cn cn cn-1 cn-2 ... ]. Platform: |
Size: 3072 |
Author:Hoang Cuong
|
Hits: