搜索资源列表
colorspace
- 对于颜色空间中各种颜色空间的转换,用于提取颜色特征!MATLAB实现源码,效果不错!-For a variety of color space color space conversion, to extract color features! MATLAB source code to achieve good results!
SIFT
- MATLAB实现图像的SIFT特征提取,并做在不同光照、不同视角下的特征匹配-SIFT MATLAB for image feature extraction, and to do in different lighting, different from the Perspective of feature matching
extract_LP
- 车牌定位的源代码,通过颜色特征过滤抽取将黄色区域抽取出来-plates positioning of the source code, color filter characteristics will be collected yellow regional extracted
HSV-histogram
- HSV颜色空间较RGB空间更适合人的感官视觉,在HSV空间统计图像的分布特征并用于检索比在RGB空间的效果较好。-HSV color space than RGB space is more suitable for people’s senses of sight, in the HSV spatial statistical distribution of the image and is used to retrieve than in RGB space effective.
image_RGB
- 该文件提供了基于图像颜色特征检索的源代码-this artical provides the code based of the color of a image
ccr
- 使用matlab编译的基于颜色直方图特征的彩色图像检索技术的研究-Compiled using matlab image retrieval system
gonglv_pca
- MATLAB编程,提取LFP功率特征,采用PCA降维,实现不同颜色数据分类-MATLAB programming, LFP power feature extraction using PCA dimensionality reduction to achieve different color data classification
Color-based-Image-Retrieval
- 基于颜色特征的图像检索,利用matlab技术实现了一个简单图像检索的程序-Image retri based on color feature, the use of technology to achieve a simple matlab image retri program
113172218finalapplication
- 可以实现基于颜色,纹理的特征下 对于图像的 检索功能(Realization of image retrieval function)
植物虫害检测(GUI,注释,svm算法)
- 植物虫害检测(GUI,注释,svm算法) 该课题为基于MATLAB SVM方法的植物病害检测系统,带GUI界面,可以识别多种被虫害侵蚀的植物叶子,输出结果。带论文和详细注释。 train 对黄瓜子文件夹所有图片提取 颜色矩特征和gabor纹理特征,然后svm训练 test 对测试图像灰度化,滤波,提取 颜色矩特征和gabor纹理特征,然后svm模型测试,输出类别 colorMom.m 颜色矩特征提取 Gabor_palm.m gabor纹理特征提取(Plant pe