搜索资源列表
ellipse
- MATLAB中画椭圆的自定义函数:ellipse,用后才会发现这个函数的强大功能! 在ellipse之函数当中,其输入之变数分别如下: -ra 椭圆之长轴半径,可为列矩阵,若为列矩阵时,代表可同时绘制许多椭圆。 -rb 椭圆之矩轴半径,可为列矩阵,如ra。 -ang 水平轴之倾斜角,以弧度表示。可为列矩阵,但ra、rb、ang三者之矩阵数应相同。 -x0,y0 圆心之座标,可为矩阵,若为矩阵时,代表可同时绘制许多不同圆心位置之椭圆。 -C 椭圆线之颜色 -Nb 绘椭圆
extractFeatures.zip
- 图像特征提取,包括:颜色直方图,颜色矩,边缘直方图,Gabor小波变换,局部二值图,GIST。,Image feature extraction, including: color histogram, color moment, the edge histogram, Gabor wavelet transform, partial binary image, GIST.
GetWeightedKrawtchoukPloysRec
- 利用matlab平台编写m文件,对图像提取Krawtchouk多项式。-M using matlab platform for the preparation of documents, images extraction Krawtchouk polynomials.
ImageSearch
- 基于图像颜色矩和纹理的图像检索系统,matlab语言编写,图像库包含在内-Image color and texture-based image retrieval system, Matlab language, image library included
GetColorMoment
- 图像RGB颜色矩提取matlab程序,有注释,有需要的拿去-Image RGB color moments extraction procedures, there is a comment
mome_kmean_wavelet4
- 其中包括颜色矩特征提取,四层小波特征提取以及kmeans聚类算法,Matlab编程实现,希望对学习有帮助-Including the extraction of color moment feature, the four layer wavelet feature extraction and kmeans clustering algorithm, Matlab programming, and they hope to help with learning
基于颜色特征识别花朵和叶子
- 基于颜色矩(一阶矩和二阶矩)求出图像花朵和叶子区域。
植物虫害检测(GUI,注释,svm算法)
- 植物虫害检测(GUI,注释,svm算法) 该课题为基于MATLAB SVM方法的植物病害检测系统,带GUI界面,可以识别多种被虫害侵蚀的植物叶子,输出结果。带论文和详细注释。 train 对黄瓜子文件夹所有图片提取 颜色矩特征和gabor纹理特征,然后svm训练 test 对测试图像灰度化,滤波,提取 颜色矩特征和gabor纹理特征,然后svm模型测试,输出类别 colorMom.m 颜色矩特征提取 Gabor_palm.m gabor纹理特征提取(Plant pe