搜索资源列表
knn
- knn k近邻算法,可选择欧式距离或者曼哈顿距离
C KNN
- 以C程式專寫KNN類神經模擬
basicOCR
- 基于OpenCV的OCR程序,可以实现数字识别,程序采用KNN算法,可以对样本数据进行计算-Based on OpenCV' s OCR program, you can digital identification process using KNN algorithm can calculate the sample data
knn
- knn分类器的设计源程序,经过测试能事功能-knn classifier design source, function tested wiles
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.
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.
PatternRecognition
- 人脸识别 使用k-近邻法分类 区分不同的人 使用K-近邻法实现对指定人脸图片的识别。 训练集和测试集的划分 -Recognition of face in pattern recognition,By KNN space representation theorem
KNN
- 一个非常好的粗糙集的代码-希望对大家学习提供参考-Rough set a very good code- I hope to provide reference for all of us to learn
pca
- pca lda knn 进行分类的pca部分的代码-pca lda knn classification of the pca part of the code
flann-1.2-src
- 快速近似KNN库,是一个对于kd-tree的实现。可以用它实现特征向量的匹配。-Fast approximate KNN library, is one for the kd-tree implementation. You can use it to achieve the feature vector matching.
Graphics_2009
- 图形与图像处理框架程序 KNN,CS算法-image processing
face
- 人脸识别程序,采用的是knn分类器,基于类内类间距离准则,特征提取。-Face recognition process, using the knn classifier, based on within-class inter-class distance criteria, feature extraction.
pca_knn
- 本方法采用pca进行特征提取,knn分类器进行人脸识别。-The method of feature extraction using pca, knn classifier for face recognition.
KNN
- 用k-means算法实现KNN算法,是模式识别中的经典算法再现-K-means algorithm with KNN algorithm is a classical pattern recognition algorithm for reconstruction
Counter
- KNN classifiers, training is training set, testing is test set, D is the distance, D=1 is mandistance D=2 is 欧氏距离 D=3是 infinite norm K is the number of selected neighbors- KNN classifiers, training is training set, testing is test set,
KNN
- KNN神经网络的实现使用python编程语言,以及应用示例(KNN relizations and application)
KNN 编译环境opencv3.0
- opencv3实现手写数字knn算法的代码(Opencv3 implements the code of the KNN algorithm)
KNN
- 高光谱数据进行KNN分类,可以从原始数据如(indianpine)中选取部分样本(Hyperspectral data can be classified by KNN, and some samples can be selected from raw data such as (indianpine).)
KNN学习
- KNN学习,通过测试集和训练集进行预测KNN学习,(KNN learns to predict through test set and training set)
knn
- 通过knn分类算法识别魔方的色块颜色,加入是否识别成功判断,成功识别率比阈值法识别更高。有完整的备注(Through the KNN classification algorithm to identify the color block of the cube, the success rate is higher than the threshold method. Code has complete comments)