搜索资源列表
VC_图像小波分解
- VC_图像小波分解,包括图像处理算法,如小波算法等。-VC_ wavelet decomposition images, including image-processing algorithms, such as wavelet algorithm.
小波分解matlab程序
- 图像处理的小波分解的matlab程序
53Waveletdecompositionandreconstruction
- 在MATLAB实现的5-3整数小波分析,包括三个文件,分析,重构还有主程序,可对图像进行三级小波分解-In the MATLAB implementation of the 5-3 integer wavelet analysis, including the three documents, analysis, and reconstruction are the main program can be an image wavelet decomposition of three
lena
- 灰图像三级小波分解,以lena图像为例。-Gray image 3 wavelet decomposition to lena image as an example.
wavlet
- 图像小波变换,可以求图像小波分解系数图,阶数可以自己设定-tuxiangxiaobobianhuan
mywavedec2
- 在matlab中采用haar小波实现的图像小波分解程序。-Matlab haar wavelet used in the realization of the image wavelet decomposition process.
DWT-rank4
- 许多的图像处理过程中,需要更多级别的小波分解,我的程序是四级小波分解,大家可以参考!-A lot of image processing, the need for more levels of wavelet decomposition, my 4 wavelet decomposition procedure, we can refer to!
图像小波分解-matlab
- 小波分解 利用多尺度小波分解函数dwt2对图像进行二尺度小波分解(采用db1小波)
63535316jiqishijue
- 视频文字识别在视频分析与检索中有着重要作用,该算法对字幕图像进行N层小波分解,获得该视频文字的低频分量,再借助相似性度量方法实现视频文字的识别。-Video character recognition in the video analysis and retrieval plays an important role in the algorithm of subtitles images N layer wavelet decomposition, which is low-frequenc
untitled
- 用matlab实现图像小波分解-Matlab image with wavelet decomposition
2cengwave
- 利用二维小波分析对图像作2层小波分解,并在此基础上提取各层的低频信息。-Image using two-dimensional wavelet analysis for two-layer wavelet decomposition, and on this basis, the low-frequency information extracted layers.
result
- 实现图像小波分解,可以自行指定分解级数,采用daubenchies小波-Achieve the wavelet decomposition, you can specify the decomposition of their own series, using wavelet daubenchies
基于小波变换的图像融合源代码
- 利用小波变换融合红外图像与可见光图像,提高图像质量(Infrared image and visible light image are fused by wavelet transform to improve image quality)
5_3小波分解与重构
- 图像图形小波分解与重构算法 MATLAB 语言源程序(Wavelet decomposition)
图像小波分解
- 利用MATLAB程序进行的图像的小波分解(Wavelet decomposition of images)
图像频域操作全系列
- 对图像进行傅里叶变换,离散余弦变换,小波分解,拉东变换等(Two layers of wavelet decomposition for image)
小波分解
- 将图像进行二层小波分解,里面有两种不同的算法,同时绘制了图像的直方图(Two layers of wavelet decomposition of images)
小波基函数
- 我们通常用的函数dbn中的n就是这个小波函数的消失矩; 消失矩越大,它的支撑长度就越大,通常是支撑长度不少于2*n-1的; 消失矩越大,对应的滤波器越平坦,而且小波函数的振荡很强. 光滑函数在利用小波展开后的零点越多,也就是说小波的消失矩的大小, 决定了小波逼近光滑信号的能力.这一点也可以用来进行图像压缩. 越大的消失矩将使高频系数越小,小波分解后的图像能量也就很集中,压缩比例就越高. 通常我们都愿意采用消失矩较高的小波函数. 我们可以对一个信号,采用不同的消失矩的小波函数来分
双树复小波分解+特征提取+输出Excel
- 运行小波变换对图像进行处理分析,包括去噪纹理提取等(Running wavelet transform to process and analyze image, including denoising texture extraction, etc.)
二维小波分解 (1)
- 小波变换,对图像二维信号进行3层小波分解。 本题二维图像采用MATLAB自带的图片,实现图片多层小波分解的函数是: [C,S]=wavedec2(X,N,’wname’) , 即使用给定小波‘wname’对二维信号X进行N层小波分解。本题使用’bior3.7’小波进行分析。(wavelet transform)