搜索资源列表
gaborfilter
- matlab下gabor滤波算法,可以提取图象纹理特征的经典方法之一-under Matlab filtering algorithm can extract image texture features one of the classic methods
jigeshili
- 几个matlab的实力,包括: 非线性微分方程的求解.doc RLS,Demonstration of Wiener filter,LMS filter,Steep-descent algorithm.doc matlab下gabor滤波算法,可以提取图象纹理特征.doc-several Matlab strength, including : non-linear differential equation solving. Doc RLS. Demonstration of Wi
gabor_texture
- gabor小波图片纹理特征提取,MATLAB编码,效果不错!-gabor wavelet image texture feature extraction, MATLAB code, good results!
gabork-means
- 该方法采用gabor提取纹理特征,最后采用k-means方法聚类进行图像分割-The method uses gabor texture features extraction, and finally using k-means clustering methods for image segmentation
Gabor
- 纹理特征提取 garbo小波技术实现纹理特征提取-texture based on Gabor
dafafa
- 用gabor提取图像纹理特征 -With the co-occurrence matrix texture features extracted images
GaborFeature
- Gabor变换属于加窗傅立叶变换,Gabor函数可以在频域不同尺度、不同方向上提取相关的特征。另外Gabor函数与人眼的生物作用相仿,所以经常用作纹理识别上,并取得了较好的效果。-Gabor transform is windowed Fourier transform, Gabor functions in the frequency domain at different scales and different directions to extract relevant features
paper1
- Gabor小波变换技术对医学CT图像进行纹理特征分类时,由于图像拍摄角度的变化会造成分类的误差。针对以上问题,在Gabor小波变换的基础上提出一种用于分析旋转不变医学图像的方法。该方法采用旋转规范化,即特征元素的循环移位使规范化后所有的图像都具有相同的主方向。实验结果表明,加入旋转规范化循环算子的Gabor小波变换在医学CT图像纹理特征分类时能够达到较好的精确度。-Gabor wavelet transform lacks in its ability to classify the medic
CellTracking
- Gabor纹理识别,使用matlab实现Gabor纹理识别-Texture recognization based on Gabor
extrace_brodatz
- Gabor滤波器的纹理特征提取 具有很不错的性能 比较基础 -Gabor filter texture feature extraction
gabor
- gabor滤波实例,具有纹理分析和特征提取,可用于后期处理-gabor filtering instance, has a texture analysis and feature extraction can be used for post-processing
Gabor-texture
- 使用Gabor滤波器进行纹理特征提取. 具体说明见里面的6个小程序-Gabor filter texture feature extraction
gabor-feature-extraction
- gabor matlab 织物表面结构 图像处理 表面纹理特征提取-gabor matlab
gabor
- 基于Gabor滤波的纹理特征提取程序,用于图像分割-Texture feature extraction based on Gabor filter program, used for image segmentation
texture-feature
- 从图片中提取四种不同纹理特征,包括gabor、灰度共生矩阵、灰度直方图、灰度梯度共生矩阵纹理特征。-Four different texture features extracted the image, including gabor, GLCM, histogram, GGCM texture.
gabor
- 利用gabor算法对图像纹理特征提取,并且送入极限学习机中进行学习分类-Use gabor feature extraction algorithm for image texture, and into the ultimate learning machine learning classification
keimeng
- 经典的灰度共生矩阵纹理计算方法,Gabor小波变换与PCA的人脸识别代码,实现了图像的灰度化并进一步用于视频监视控。- Classic GLCM texture calculation method, Gabor wavelet transform and PCA face recognition code, Achieve a grayscale image and further control for video surveillance.
punqen_v35
- Gabor小波变换与PCA的人脸识别代码,经典的灰度共生矩阵纹理计算方法,多姿态,多角度,有不同光照。- Gabor wavelet transform and PCA face recognition code, Classic GLCM texture calculation method, Much posture, multi-angle, have different light.
FacialExpressionClassification
- 1. 使用matlab自带的人脸识别工具(Viola-Jones算法)找出人脸的位置,并裁剪出人脸区域。 2. 使用Gabor滤波器识别出人脸的局部特征及纹理。 3. 训练一个SVM进行表情分类。 4. 交叉验证得到表情分类正确率为83.3 。 操作说明和系统描述请见ReadMe.-1. Using matlab with face detection tool (Viola-Jones algorithm) to find the location of a human
植物虫害检测(GUI,注释,svm算法)
- 植物虫害检测(GUI,注释,svm算法) 该课题为基于MATLAB SVM方法的植物病害检测系统,带GUI界面,可以识别多种被虫害侵蚀的植物叶子,输出结果。带论文和详细注释。 train 对黄瓜子文件夹所有图片提取 颜色矩特征和gabor纹理特征,然后svm训练 test 对测试图像灰度化,滤波,提取 颜色矩特征和gabor纹理特征,然后svm模型测试,输出类别 colorMom.m 颜色矩特征提取 Gabor_palm.m gabor纹理特征提取(Plant pe