CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - knn算法

搜索资源列表

  1. 边缘检测算法

    0下载:
  2. 该工具箱专为模式识别定制,主要是数字图像识别,比如特征提取、图像分类、PCA、LDA、ICA、DCT、RBF、RBE、GRNN、KNN、minimum distance、SVM等等
  3. 所属分类:图形图像处理(光照,映射..)

  1. homework

    1下载:
  2. 使用基于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.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-21
    • 文件大小:5.9mb
    • 提供者:周丽霞
  1. rock

    1下载:
  2. 该算法是rock算法的主体算法,主要用于数据的聚合处理-The algorithm is the algorithm of the main algorithm rock, mainly for data aggregation processing
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:523byte
    • 提供者:孙南
  1. KNN

    0下载:
  2. 用k-means算法实现KNN算法,是模式识别中的经典算法再现-K-means algorithm with KNN algorithm is a classical pattern recognition algorithm for reconstruction
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:621byte
    • 提供者:Jiawen Wu
  1. knn

    0下载:
  2. 自己编的knn分类算法,分三类,对三类17维的数据进行分类,通过运行- knn classification algorithm, three types of three 17-dimensional data classification, by running
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:88.5kb
    • 提供者:lp
  1. KNN-ALG

    0下载:
  2. 基于欧式距离的最邻近改进算法,该算法在提高SIFT算法的特征点匹配效率-Euclidean distance based on the nearest improved algorithm SIFT algorithm to improve the efficiency of matching feature points
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:178.29kb
    • 提供者:xuzhaohe
  1. C-kNN

    0下载:
  2. c-knn最近邻算法源代码,最好的多示例算法之一,可运行-c-knn nearest neighbor algorithm source code, one of the best multi-sample algorithm can be run
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:2.66kb
    • 提供者:c
  1. knn

    0下载:
  2. 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++
  3. 所属分类:Special Effects

    • 发布日期:2017-12-09
    • 文件大小:1.36kb
    • 提供者:杨冰莹
  1. knn-matting-code

    0下载:
  2. KNN-Matting源代码。实现了KNN抠图的算法。-KNN Matting
  3. 所属分类:Special Effects

    • 发布日期:2017-11-03
    • 文件大小:5.11kb
    • 提供者:徐涛
  1. LDA_KNN_OA

    0下载:
  2. 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算法
  3. 所属分类:Special Effects

    • 发布日期:2016-01-25
    • 文件大小:4.72mb
    • 提供者:gaojing
  1. knnsearch

    0下载:
  2. 简单的knn算法展示,用户可以直接调用,适合大家学习交流使用-the simple knn,you can call it for your work
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2.45kb
    • 提供者:stone
  1. pcaExpression

    1下载:
  2. 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
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:3.54mb
    • 提供者:张似衡
  1. knn

    0下载:
  2. 有关于KNN算法的相关学习资料,包括相关代码,实例以及文献-Relevant learning materials about KNN algorithms, including the related code, examples and documentation
  3. 所属分类:Special Effects

    • 发布日期:2017-06-01
    • 文件大小:13.17mb
    • 提供者:王园园
  1. KNN

    1下载:
  2. KNN 交叉验证,选出KNN算法中较优的N值-KNN cross validation, for the choice of the best N in KNN algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1.26kb
    • 提供者:Bobby
  1. knn-algorithm

    0下载:
  2. 基于knn算法的遥感图像分类 源代码 算法测试-Remote sensing image classification based on knn algorithm Source code Algorithm testing
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小:4.86mb
    • 提供者:QingYue
  1. knn

    0下载:
  2. k近邻法的线性扫描算法的python详细代码,并附有详细注释-k nearest neighbor linear scanning algorithm python code in detail, along with detailed notes
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1.97kb
    • 提供者:
  1. KNN

    0下载:
  2. 基于KNN滤波的图像处理算法,是一种图像增强的算法实现-Image processing algorithms KNN filter based on an image enhancement algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:406.38kb
    • 提供者:程立双
  1. KNN

    0下载:
  2. 这是我自己写的knn的算法,实现了聚类,比较简单-This is what I wrote it myself knn algorithm implements clustering, relatively simple
  3. 所属分类:Special Effects

    • 发布日期:2017-05-05
    • 文件大小:227.27kb
    • 提供者:xululu
  1. handwrite2

    0下载:
  2. 采用KNN算法,用PYTHON语言实现的手写数字图像识别(Using KNN algorithm, handwritten digital image recognition with PYTHON language)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-27
    • 文件大小:1.33mb
    • 提供者:小龙女
  1. TubeNumberIdentification_Using_KNN

    0下载:
  2. 数码管数别字识,使用KNN算法,OpenCV+VC2013.(Digital tube digital identification, KNN algorithm, OpenCV+ VC2013.)
  3. 所属分类:图形图像处理

    • 发布日期:2019-01-05
    • 文件大小:11.17mb
    • 提供者:MengchiCMC
« 12 »
搜珍网 www.dssz.com