搜索资源列表
K均值聚类算法
- 是模式识别中的一种分类算法,用C++编程,很实用。
分类算法:ISODATA
- 一种典型的分类算法
isodata.rar
- 通过idl编程实现图像的isodata分类算法,结果表明isodata在图像分类中可以取得较好的结果。,Idl programming through ISODATA image classification algorithm, ISODATA results show that in image classification can be achieved better results.
Image
- 遥感图像的打开处理程序,能够打开单波段,多波段图像,几何图像变换,线性拉伸变换,平滑 处理包括并行和串行,锐化处理包括梯度锐化、Roberts锐化、laplace锐化、sobel锐化等,还 有用绝对距离和马氏距离算法进行的监督分类算法等,包括了RAW格式数据资源-The opening of remote sensing image processing, to open the single-band, multi-band images, geometric image
ModuleReconizeKNNalgorithm
- KNN是一种有效的模式识别分类算法,本文件在Matlab平台实现KNN算法在模式识别中的运用。-KNN is an effective pattern recognition classification algorithms, this document is in the Matlab platform implementation KNN algorithm in the application of pattern recognition.
Two_layer_neural_network
- 监督分类算法,很好很强大 为IDL和ENVI二次算法中的东西,可方便的交互使用-Supervised classification algorithms, IDL and ENVI very very much what the second algorithm can be used to facilitate interaction
CVPR09-ScSPM
- 基于稀疏编码和线性塔式匹配的图像分类算法。-This package contains the Matlab codes implementing the ScSPM algorithm described in CVPR 09 paper "Linear Spatial Pyramid Matching using Sparse Coding for Image Classification".
coolcode_src
- 基于图像头文件的图像分类算法,对图像检索(image retrieval)有帮助,可以过滤掉大部分不相干的图像!-The first image-based document image classification algorithm, for image retrieval (image retrieval) will help, you can filter out most irrelevant images!
code
- 两个算法,BP算法和LVQ算法都是属于分类算法-Two algorithms, BP algorithms and LVQ algorithms are classification algorithms
ISODATA2
- 改进的ISODATA图像分类算法实现,用快速算法提高了分类的速度-Improved ISODATA image classification algorithm, using fast algorithm to improve the speed of the classification
mode
- 基于VC的各种聚类和分类算法程序。 手写数字或者打开已有的手写数字图像后,在右视图空白处,单击鼠标左键,激活右视图,选择菜单中的各种分类算法,可以对手写数字进行分类。有模板匹配分类器、Bayes分类器、线性函数分类法、非线性分类法、神经网络分类器。 在左视图上单击鼠标左键,可获得3种数据源:标准数字聚类、手画图形聚类、位图文件分析聚类。可以进行特征提取、模糊聚类和遗传算法。-VC-based clustering and classification algorithm for a
7788
- 大名鼎鼎的方帅的博士学位论文---目前,计算机智能视频监控在理论和应用上都面临着很多难题,国内外大批学者投身于该领域的研究和探索,并且取得了大量的成果.本文是在这些成果的基础上,对计算机智能视频监控系统的关键技术进行研究.主要贡献可概括如下:首先,对目标检测技术进行了研究,并提出了一种基于背景建模的运动目标检测算法.利用统计的方法建立了基于颜色和颜色梯度的背景模型,并实时地对背景模型进行更新,最后将这两种背景模型综合考虑对目标进行了有效的检测.接着,研究了复杂背景下多目标跟踪问题,提出了基于蒙特
CVPR10-LLC
- 该matlab源码描述了基于局部受限线性编码的图像分类算法-This is an example code for the algorithm described in "Locality-constrained Linear Coding for Image Classification", CVPR 2010.
knn_classify
- knn分类算法 遥感图象分类 knn分类算法 遥感图象分类 -knn classify k-nearest neighbor algorithm In pattern recognition, the k-nearest neighbor algorithm (k-NN) is a method for classifying objects based on closest training examples in the feature space
03
- 类的目的就是根据现有的图像特征建立一个分类器,能够对未知的图像类型进行预测。在现有众多分类 算法中,贝叶斯分类器由于其坚实的数学理论基础并能综合先验信息和数据样本信息,成为"-3前机器学习和数据挖 掘的研究热点之一。本文论述了内容图像检索中基于贝叶斯分类器的图像分类技术。介绍了贝叶斯分类器,叙述了 利用贝叶斯分类器进行图像分类的方法,以及图像特征的分布假定。最后通过对分类器的探讨,总结了贝叶斯估计 分类的不足。-The purpose of class is based on a
fishersvm
- 可直接运行的fisher和SVM分类算法(Fisher and SVM classes that can be run directly)
LBP算法实现图像的纹理分类
- 用LBP(局部二值模式)在MATLAB平台实现纹理分类(Using LBP to achieve texture classification in MATLAB platform)
kmeans
- 基于windows平台和k-聚类算法,对平面点集进行聚类(Based on the windows platform and the k- clustering algorithm, the plane point set is clustered)
基于自适应阈值分割的宫颈细胞图像分类算法
- 基于自适应阈值分割的宫颈细胞图像分类算法论文详细阐述了作者进行图像预处理,分割,细胞分类的步骤,很值得学习(Cervical Cell Image Classification Algorithm Based on Adaptive Threshold Segmentation The paper elaborates on the author's steps of image preprocessing, segmentation and cell classification, and i
快速K-均值(kmeans)聚类图像分割算法源代码
- 本算法Kmeans可以用于非监督分类学习,用于图像处理、模式识别分类(The algorithm Kmeans can be used for unsupervised classification learning, for image processing, pattern recognition and classification.)