搜索资源列表
小波压缩代码
- 对图像进行2维小波编码 来实现压缩。将小波分析引入图像压缩的范畴也是一个重要的手段,并且有着它自己的特点。它的特点在于压缩比高、压缩速度快,压缩后能保持信号与图像的特征基本不变,且在传递过程中可以抗干扰等等。(有两种方法)-of two-dimensional images wavelet compression coding to achieve. Wavelet Image Compression analysis of the introduction of the context is
color+texture
- 提取图像的颜色和小波纹理特征
基于局部小波矩的图像匹配算法
- 该文将图像的视觉不变矩特征引入到图像匹配领域中,通过提取图像的局部小波矩,提出了一种基于局部小波矩的图像匹配算法。
matlab
- 本程序包括5个MATLAB程序,分别实现图像分量提取,拉普拉斯变换,图像批量格式转换,图像纹理特征提取,以及小波变换-The program includes five MATLAB programs were achieving the image component extraction, Laplace transform, image batch format conversion, image texture feature extraction, and the wavelet tr
wenli
- 分析了纹理特征提取方法,特别是灰度共生矩阵的方法和 Gabo:小波矩的方法。并在这两种方法的基础上提出了综合灰度共生矩阵和 Gbaor小波矩的纹理特征提取方法并用于图像检索。 -matlab
1
- 一种图像检索中纹理特征提取的方法。本文介绍了基于Gabor 滤波器和Gabor 小波变换提取纹理特征的分析方法, 以及对Gabor 小波进行了高斯归一化以提高对图像检索的速度和准确度。-An image retrieval texture feature extraction methods. This article based on Gabor filters and Gabor wavelet transform to extract texture feature analysis me
一维和二维小波变换的VC实现
- 小波算法在vc的具体实现.小波算法在图像处理,视频压缩,特征提取等领域有广泛应用,程序以灰度图像为数据分别演示了一维和二维小波变换,希望对大家有所帮助.谢谢!-vc wavelet algorithm in a concrete realization. Wavelet algorithms in image processing, video compression, feature extraction and other fields have extensive application
Gabor
- 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
phasecongruency2
- 基于log Gabor小波的相位一致图像纹理特征分析-Based on log Gabor wavelet phase consistent image texture analysis
shibie
- 采用图像小波变换后的统计特征对图像进行匹配识别。-The use of image wavelet transform the statistical characteristics of image matching identification.
wavelet_dec
- 利用小波冗余算法实现图像的高频和低频纹理特征的提取-Redundant algorithm using wavelet implementation of high-frequency and low frequency image texture feature extraction
WaveletAlgorithm
- 小波算法在图像处理,视频压缩,特征提取等许多涉及到视频数据处理的工程领域都有广泛应用。-Wavelet algorithm in image processing, video compression, feature extraction and many other video related to the field of data-processing projects are widely used.
41695066wienerfilter2
- 内容:第4章 图像增强(对比度增强、灰度变换法、直方图修整法、图像平滑、图像锐化、伪彩色和假彩色增强);第5章 图像复原(逆滤波复原、维纳滤波方法);第6章 图像处理中的正交变换(傅立叶变换、离散余弦变换(DCT)、沃尔什变换、基于特征向量的变换、霍特林(Hotelling)变换、SVD变换、小波变换、Mallat算法);第7章 图像压缩编码(霍夫曼(Huffman)编码、算术编码、游程编码(Run Length Coding)、位平面编码、预测编码、DPCM、-Content: Chapter
st1
- 基于小波和矩的图像字符特征提取方法研 -Image Based on Wavelet and Moments Character feature extraction method and moment of inquiry Image Based on Wavelet Feature Extraction Method for Character study
Gabor_wavelet1
- 基于gabor小波变换的图像检索程序。有特征提取、特征匹配,以及结果返回。-On gabor wavelet transform based image retrieval process. There are feature extraction, feature matching, as well as the results returned.
Wavelet_image_fusion
- 对每一路图像进行小波变换,分别到其水平、垂直、四十五度角方向的高频分量以及其低频分量,得到每路图像的小波金字塔; 按取较大值的原则对两幅图像的不同层次、不同特征层的信息图分别进行融合; 根据融合的各图像分量的小波序列,进行小波逆变换,得到最后的融合图像。 -Road images of each wavelet transform, respectively, to its horizontal, vertical, 45 degree angle the directio
Gabor
- 使用Gabor小波对图像进行特征提取,代码可以直接使用-Using the Gabor wavelet feature extraction, the code can be used directly
基于小波变换的klda人脸识别
- 基于小波变换的klda人脸识别,首先用小波变换对原始输入人脸图像进行预处理,再将基于核的线性判别分析应用于人脸识别中的最佳特征抽取,最后使用欧氏距离分类器实现人脸分类。通过对ORL标准人脸库中的人脸图像进行识别实验,本文提出的方法在人脸识别上取得了较高的识别率。
双树复小波分解+特征提取+输出Excel
- 运行小波变换对图像进行处理分析,包括去噪纹理提取等(Running wavelet transform to process and analyze image, including denoising texture extraction, etc.)
小波提取纹理特征
- 在matlab中利用图像处理工具实现了通过小波变换提取纹理特征,包含例子