Location:
Search - wavefilter
Search list
Description: 一个用matlab实现的
可以用于小波滤波的程序-using a Matlab can be used to achieve the Wavelet filtering process
Platform: |
Size: 1507 |
Author: 王淑桦 |
Hits:
Description: VC++图象处理虑波处理的多种方法wavefilter-VC-image processing to consider the various methods wavefilter
Platform: |
Size: 3750 |
Author: 刘坚信 |
Hits:
Description: 一个用matlab实现的
可以用于小波滤波的程序-using a Matlab can be used to achieve the Wavelet filtering process
Platform: |
Size: 1024 |
Author: 王淑桦 |
Hits:
Description: 测试系统自动控制程序,有对话的控件。数据处理。-automatic control system testing procedures and controls the dialogue. Data processing.
Platform: |
Size: 1024 |
Author: 阮斌 |
Hits:
Description: VC++图象处理虑波处理的多种方法wavefilter-VC-image processing to consider the various methods wavefilter
Platform: |
Size: 3072 |
Author: 刘坚信 |
Hits:
Description: 快速的现实几种常用小波的系数,比如haar db4 等,里面说明也比较详细-a fast way to see the coefficients of the wavelet
Platform: |
Size: 2048 |
Author: james |
Hits:
Description: It is used to filter the info. using wavelet transform
Platform: |
Size: 1024 |
Author: raj |
Hits:
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: 很实用的滤波算法,使用MATLAB编制,通用低通滤波器。-Very practical filtering algorithm, using MATLAB preparation, general low-pass filter.
Platform: |
Size: 1024 |
Author: 张白 |
Hits:
Description: 一种使用mqtlab编写的图像滤波器程序!可以有效去除高斯噪声,欢迎交流!-Written in a kind of image filter to use mqtlab program! Can effectively remove Gaussian noise, please share!
Platform: |
Size: 2048 |
Author: wjh |
Hits:
Description: 10种软件滤波方法的示例程序
1、限副滤波
2、限幅消抖滤波法-10 wave filter program
Platform: |
Size: 3072 |
Author: gettext |
Hits:
Description: 用MATLAB语言编写的低通-高通滤波代码-MATLAB
Platform: |
Size: 3072 |
Author: zhang li |
Hits:
Description: Create wavelet decomposition and reconstruction filters.
Platform: |
Size: 2048 |
Author: ismdhanbad |
Hits:
Description: 滤波器的设计,可以用于二位图像的楚灶铝箔,非常实用-Filter design, image can be used two kitchen foil Chu, very useful
Platform: |
Size: 2048 |
Author: 宁宁 |
Hits:
Description: 利用小波变换对图像去噪to destroy noises in the image with wavelet transform-to destroy noises in the image with wavelet transform
Platform: |
Size: 4096 |
Author: 刘春祥 |
Hits:
Description: 编写一个函数,此函数可以实现快速的小波变换。-Write a function that can achieve fast wavelet transform
Platform: |
Size: 2048 |
Author: limin |
Hits:
Description: 对噪声图片进行小波变换,采用合适的阈值进行滤波,再对处理后的图像进行锐化处理,得其信噪比-Image noise wavelet transform, using a suitable threshold value filtering processing is then performed on the image sharpening process, obtaining the signal to noise ratio
Platform: |
Size: 1024 |
Author: changle wu |
Hits:
Description: 小波变换
基于小波变换的融合方法:wave.m
clc
A double(imread( bbb1.bmp ))
A A/256
a double(imread( bbb0g.bmp ))
a a/256
R I1(:,:,1)
G I1(:,:,2)
B I1(:,:,3)
[M,N] size(I2)
j 2
wavefilter db2
[CA1,CH1,CV1,CD1] dwt2(R,j, wavefilter )
[CA2,CH2,CV2,CD2] dwt2(a,j, wavefilter )
[CA3,CH3,CV3,CD3] dwt2(G,j, wavefilter )
[CA4,CH4,CV4,CD4] dwt2(B,j, wavefilter )
CA1 CA1*0.6+CA2*0.4
CA3 CA3*0.6+CA2*0.4
CA4 CA4*0.6+CA2*0.4
for i 1:S:M-4
-wt image fusion processing
Platform: |
Size: 1024 |
Author: 郭治亨 |
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: