搜索资源列表
-
0下载:
Gabor小波变换的matlab实现,可以完成对图像的纹理特征提取,广泛应用于图像处理,模式识别等方向-Gabor wavelet transform matlab implementation can complete the image texture feature extraction is widely used in image processing, pattern recognition and so the direction of
-
-
0下载:
基于小波变换的多分辨匹配算法:
首先利用小波的多分辩率特性将匹配图像和模板图像分解到乙层上,并且只保留LL低频部分,然后利用归一化相关法作为相似性度量,进行由粗到细的相关匹配过程,每次利用下一层的匹配结果在上层小范围内搜索。这样做极大地减少了搜索空间,而且减少了每次匹配计算相似度的数据量。
-Wavelet multiresolution matching algorithms: a wavelet multi-resolution feature will match the imag
-
-
0下载:
小波变换是一种信号的时间—尺度分析方法,它具有多分辨率分析的
特点,而且在时频两域都具有表征信号局部特征的能力。由于其在信号处
理领域表现出的优异性能,目前在生物医学领域,广泛应用于信号检测、
特征提取、图像处理、信号压缩等方面。
-Wavelet transform is a signal of the time- scale analysis method, it has the characteristics of multi-resolution analysis, bu
-
-
1下载:
利用Gabor滤波器提取图像纹理特征,用于图像分类模式识别-Extract the texture feature using Gabor filter/wavelet. You should first generate cell array G, which is a set of kernels in freq domain, then pass G and the image to the function GABORCONV.
-