CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - C均值算法

搜索资源列表

  1. Image-Classification-VCPP-Programme

    0下载:
  2. 用C++语言编写的MFC程序,用K均值和ISODATA算法实现BMP影像的自动分类。提供良好的交互接口,用户可在图像上选择初始聚类中心和设定分类相关参数。适合作为初学者学习分类算法和MFC编程的参考资料。提供了文档说明程序的操作过程。-MFC program with C++ language, K-means and ISODATA algorithm to achieve the automatic classification of BMP images. Provide a good i
  3. 所属分类:Menu control

    • 发布日期:2017-11-07
    • 文件大小:2474840
    • 提供者:罗晋
  1. MeanShift-Kalman-tracking-algorithm

    0下载:
  2. 结合kalman滤波的meanshift跟踪算法,meanshift算法是一种经典的均值漂移跟踪算法,采用颜色直方图作为跟踪特征,具有很高的稳定性和鲁棒性,kalman滤波是一种线性滤波预测算法。在meanshift算法中引入kalman滤波,可以提高算法的稳定性,同时提高算法执行效率。代码中除了avi格式视频读取采用opencv库函数外,核心算法均为纯C++实现,注释详细,很容易理解,同时具有很高的参考价值。 -Meanshift kalman filtering combined track
  3. 所属分类:OpenCV

    • 发布日期:2017-03-26
    • 文件大小:14885
    • 提供者:roc
  1. Kmeans

    0下载:
  2. C++控制台程序,实现的是K均值聚类算法,可供初学者参考。-C++ console program, realize that K-means clustering algorithm, for beginners reference.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:278802
    • 提供者:hantianzhe
  1. amend1

    0下载:
  2. 用C语言实现的K均值聚类算法,一共有3个类,并且给出了150个样本点,样本点为四维数据-Those files implements the function of classifying the four dimensional data by using the K-mean algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-01
    • 文件大小:944548
    • 提供者:
  1. k-means

    0下载:
  2. 本代码主要实现了k均值聚类算法,通过c++在vc软件下实现聚类。-The code is mainly achieved k-means clustering algorithm, c++ in vc achieve clustering software.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:3134
    • 提供者:zhaobin
  1. k-means

    0下载:
  2. k-均值聚类算法(C语言实现): 给定类的个数K,将N个对象分到K个类中去,使得类内对象之间的相似性最大,而类之间的相似性最小。-k-means clustering algorithm (C language): given the number of classes K, N objects will be assigned to the K class, making the class the biggest similarity between objects, and the s
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1910
    • 提供者:
  1. kmeans

    0下载:
  2. 数据挖掘中经典算法——K均值聚类算法的C语言实现-K-means algorithm in data mining
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:829978
    • 提供者:张三
  1. ISODATAaKmeans

    0下载:
  2. 模式识别中经典分类算法——K均值和ISODATA(迭代自组织数据分析算法)的C/C++代码-K-means and Iterative Selforganizing Data Analysis Techniques Algorithm in Pattern Recognition
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-25
    • 文件大小:7713862
    • 提供者:DaBao
  1. PatternRecognition

    3下载:
  2. (1)Bayes分类 已知N=9, =3,n=2,C=3,问x= 应属于哪一类? (2)聚类 使用c-均值聚类算法在IRIS数据上进行聚类分析 (3)鉴别分析 在ORL或Yale标准人脸数据库上完成模式识别任务。 用PCA与基于核的PCA(KPCA)方法完成人脸图像的重构与识别试验。-(1) Bayes classification Known N = 9, = 3, n = 2, C = 3, x = should ask which cat
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:6880
    • 提供者:刘宏
  1. K-means_C

    0下载:
  2. K均值聚类算法,由C语言编写,可以自己调整迭代次数,超级好用-K-means clustering algorithm, the C language, you can adjust their iterations, super easy to use
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:10405
    • 提供者:zhaomengkun
  1. CPPkmeans

    0下载:
  2. 用C++汇编语言编写的K均值聚类算法,其中包括输入文件的编写格式-C++ written in assembly language using K-means clustering algorithm, including the preparation of the input file format
  3. 所属分类:MPI

    • 发布日期:2017-04-14
    • 文件大小:3276
    • 提供者:彩色的迪子
  1. CPP

    0下载:
  2. 基于K-均值聚类算法的数据分类方法C++实现-K-means c++
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:144657
    • 提供者:邓勇夫
  1. manifoldMS_src

    1下载:
  2. 流形上的非线性均值漂移算法。Peter Meer教授出品。-C++ code to generalize nonlinear mean shift to data points lying on Riemannian manifolds. The theory is described in Nonlinear Mean Shift over Riemannian Manifolds.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-23
    • 文件大小:7501994
    • 提供者:何儒汉
  1. BoxFilter

    0下载:
  2. 自己编写的c代码,实现图像的快速均值滤波,采用盒子积分算法。-C write your own code, to achieve fast average filtering of the image, using box integration algorithm.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-11
    • 文件大小:735
    • 提供者:阿叔
  1. camshift

    0下载:
  2. 在vs2010平台上运行的自适应均值漂移目标跟踪算法源程序,使用c++语言编写-Adaptive mean vs2010 platform running on shift target tracking algorithm source code, using language c++
  3. 所属分类:Special Effects

    • 发布日期:2017-06-11
    • 文件大小:17530909
    • 提供者:dick
  1. meanshift

    0下载:
  2. 在vs2010上运行的均值漂移目标跟踪算法的源程序,采用c++语言编写,具有良好的运行效果。-Mean shift in vs2010 running target tracking algorithm source code, using c++ language, has good operating results.
  3. 所属分类:Special Effects

    • 发布日期:2017-06-09
    • 文件大小:15919717
    • 提供者:dick
  1. jwjmml

    0下载:
  2. K均值聚类算法 C++实现的K均值聚类算法,()
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-07
    • 文件大小:160768
    • 提供者:Robsx
  1. 45205141

    0下载:
  2. k均值聚类方法的c代码,并且带有聚类数据,适用于刚刚接触该算法的初学者()
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:48128
    • 提供者:RMbvp%40575296
  1. kbfp

    0下载:
  2. k均值聚类方法的c代码,并且带有聚类数据,适用于刚刚接触该算法的初学者()
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-01
    • 文件大小:48128
    • 提供者:dnchicked
« 1 2 ... 17 18 19 20 21 22»
搜珍网 www.dssz.com