搜索资源列表
边缘检测算法
- 该工具箱专为模式识别定制,主要是数字图像识别,比如特征提取、图像分类、PCA、LDA、ICA、DCT、RBF、RBE、GRNN、KNN、minimum distance、SVM等等
homework
- 使用基于PCA+KNN算法实现的人脸识别,本算法的优点在于使用的是基于2DPCA的方法,计算时间更短,效率更高。-PCA+ KNN-based face recognition algorithm, the advantage of this algorithm is based on the use of 2DPCA method in calculating the time is even shorter, more efficient.
rock
- 该算法是rock算法的主体算法,主要用于数据的聚合处理-The algorithm is the algorithm of the main algorithm rock, mainly for data aggregation processing
KNN
- 用k-means算法实现KNN算法,是模式识别中的经典算法再现-K-means algorithm with KNN algorithm is a classical pattern recognition algorithm for reconstruction
knn
- 自己编的knn分类算法,分三类,对三类17维的数据进行分类,通过运行- knn classification algorithm, three types of three 17-dimensional data classification, by running
KNN-ALG
- 基于欧式距离的最邻近改进算法,该算法在提高SIFT算法的特征点匹配效率-Euclidean distance based on the nearest improved algorithm SIFT algorithm to improve the efficiency of matching feature points
C-kNN
- c-knn最近邻算法源代码,最好的多示例算法之一,可运行-c-knn nearest neighbor algorithm source code, one of the best multi-sample algorithm can be run
knn
- knn算法,可用于图像处理,也可用于数据挖掘,应用广泛,运行环境是Visual C++,-knn algorithm, can be used for image processing, can also be used for data mining, a wide range of applications, the operating environment is Visual C++
knn-matting-code
- KNN-Matting源代码。实现了KNN抠图的算法。-KNN Matting
LDA_KNN_OA
- KNN是有监督的分类算法,将测试点归类为其K个进邻点中出现次数最多的类别。KNN_Cla 1.利用所有带标记的数据作为train数据,调用KNN分类函数KNN_Cla()对整个图像进行分类,得到整个图像的分类结果图。 2.随机在所有带标记的数据中选择train和test数据(50 train数据,50 test数据)然后进行kNN分类。随机选择10次,计算总体分类精度OA,然后求平均结果,作为最终对算法的评价。K值依次选择1,3,5,7,9,11,分别用这6种K的取值进行kNN算法
knnsearch
- 简单的knn算法展示,用户可以直接调用,适合大家学习交流使用-the simple knn,you can call it for your work
pcaExpression
- openCV-C++代码,用PCA算法进行人脸主成分提取,并且用kNN算法进行实时表情识别。程序可以自己建立数据库并且进行识别,非常好用!附课程的作业报告。-openCV-C++ code, using PCA algorithm for face principal component extraction and real-time facial expression recognition algorithm with kNN. Program can create their own
knn
- 有关于KNN算法的相关学习资料,包括相关代码,实例以及文献-Relevant learning materials about KNN algorithms, including the related code, examples and documentation
KNN
- KNN 交叉验证,选出KNN算法中较优的N值-KNN cross validation, for the choice of the best N in KNN algorithm
knn-algorithm
- 基于knn算法的遥感图像分类 源代码 算法测试-Remote sensing image classification based on knn algorithm Source code Algorithm testing
knn
- k近邻法的线性扫描算法的python详细代码,并附有详细注释-k nearest neighbor linear scanning algorithm python code in detail, along with detailed notes
KNN
- 基于KNN滤波的图像处理算法,是一种图像增强的算法实现-Image processing algorithms KNN filter based on an image enhancement algorithm
KNN
- 这是我自己写的knn的算法,实现了聚类,比较简单-This is what I wrote it myself knn algorithm implements clustering, relatively simple
handwrite2
- 采用KNN算法,用PYTHON语言实现的手写数字图像识别(Using KNN algorithm, handwritten digital image recognition with PYTHON language)
TubeNumberIdentification_Using_KNN
- 数码管数别字识,使用KNN算法,OpenCV+VC2013.(Digital tube digital identification, KNN algorithm, OpenCV+ VC2013.)