搜索资源列表
纹理分割
- Gabor小波多尺度滤波实现纹理分割,用到K均值聚类
color+texture
- 提取图像的颜色和小波纹理特征
gabor.rar
- 提取纹理特征,现在最流行的是gabor小波变换,它的集具有一定的方向性,和纹理特征吻合,Extraction of texture features, and now the most popular is the gabor wavelet transform, it sets a certain direction, and texture characteristics of anastomosis
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
gabor_texture
- gabor小波图片纹理特征提取,MATLAB编码,效果不错!-gabor wavelet image texture feature extraction, MATLAB code, good results!
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
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
xiaobo
- 小波变换,主要功能是实现图像纹理的提取。-Wavelet transform, the main function is to achieve the extraction of image texture.
Texture_Classification_With_Linear_Regression_Mode
- 基于小波分析,使用线性回归模型来进行纹理的识别和分类,是08年IEEE TRANSACTION的经典文献。-Based on wavelet analysis, the use of linear regression model for texture identification and classification, 2008 IEEE TRANSACTION are classic literature.
PR_AI_code
- 这是《精通VC++数字图像模式识别技术及工程实践[第2版]》光盘源代码,其中包括EM算法、fisher判别函数、HMM隐马尔科夫模型、BP神经网络、小波变换、alpha-beta剪枝、A*算法等,还包含几个纹理分析、人脸定位、字符识别、车牌号识别、8数码、黑白棋、离线/在线签名等实例,因此对于学习模式识别、人工智能的朋友们都大有裨益。光盘中的素材请见另外一个资源。-This is " proficient in VC++ Digital Image Pattern Recognitio
wavelet_dec
- 利用小波冗余算法实现图像的高频和低频纹理特征的提取-Redundant algorithm using wavelet implementation of high-frequency and low frequency image texture feature extraction
dwtandwatermark
- 基于小波变换的数字水印及matlab实现 数字水印技术作为一门有效的多媒体版权保护技术受到越来越多的关注提出了一种基于小波变换的图像数字水 印算法。依据人眼视觉特性, 将数字水印信息嵌入到经过小波变换后的图像的高频子带纹理区内, 人眼不易察觉, 再利用含 水印图像和原始图像提取出嵌入的水印采用多幅图进行实脸, 结果表明, 该数字水印算法具有较好的隐蔽性, 而且对常见 的图像处理操作攻击具有较好的香棒性-dwt watermark
wenli
- 基于纹理的图像分割的Matlab源代码,应用小波和K均值聚类-matlab
WANGHUSTwavelet_packet_segmentation
- 纹理分割的小波包分解方法,分割效果很好,欢迎下载。-This is...
Gaborwaveletfilter
- Gabor小波,用于纹理提取,程序中所使用的方位和比例等参数是可以动态调整的-The orientation and scale can be changed in this program to extract texture information.Here 3 scales and 4 orientation was used
基于小波变换的纹理图象分割算法研究_郇正良 (1)
- 这篇论文对小波变换提取纹理分割介绍的特别详细,能够使新手更快的理解和上手。(Research on texture Image Segmentation algorithm based on Wavelet transform)
双树复小波分解+特征提取+输出Excel
- 运行小波变换对图像进行处理分析,包括去噪纹理提取等(Running wavelet transform to process and analyze image, including denoising texture extraction, etc.)
小波提取纹理特征
- 在matlab中利用图像处理工具实现了通过小波变换提取纹理特征,包含例子