CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - k means

搜索资源列表

  1. walkstraight

    2下载:
  2. 利用K均值聚类的方法实现人体的检测,混合高斯模型建立背景并实时更新-The use of K-means clustering method to achieve the human body detection, Gaussian mixture model to establish the background and real-time updates
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-04-25
    • 文件大小:5895
    • 提供者:chenying
  1. SC09006013

    1下载:
  2. 实现了小波的图像量化,包括均匀量化,WSQ标准量化,k均值矢量量化,附简明pdf报告。-Implementation of wavelet image quantification, including the uniform quantization, WSQ standards for quantification, k means vector quantization, with a concise pdf report.
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:115810
    • 提供者:weiqiang
  1. k_mean

    0下载:
  2. 简单的k均值聚类算法,C++实现,将若干点聚类为两类-A simple k-means clustering algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:1354
    • 提供者:gao x.y.
  1. Kjl

    0下载:
  2. 这是K均值聚类算法 对图像颜色进行聚类 然后对图像分割源代码-This is the K-means clustering algorithm for image clustering and then color image segmentation source code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:133730
    • 提供者:李琴
  1. k_means

    0下载:
  2. K-means algorithm in C++ user pre-defined cluster number input file of data points output file of final best centroids
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:3818
    • 提供者:lawrence
  1. kmean2

    1下载:
  2. 本程序用k-均值聚类的方法实现图像二值化-This procedure using k means to achieve image binarization
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:869
    • 提供者:wanglu
  1. Kmeansclustering

    0下载:
  2. 示例程序使用K均值聚类的方法实现了对位图图像的分割即轮廓提取,程序中附带一张位图,可直接打开查看效果、-Sample programs using the K-means clustering methods have been exported to a bitmap image segmentation or contour extraction, the program comes with a digital map, can be directly open the view resu
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2338999
    • 提供者:王彬
  1. VCK-meansLicensePlateRecognition

    0下载:
  2. 用VC编写的基于K-means的车牌识别程序-VC prepared with K-means-based license plate recognition program
  3. 所属分类:Special Effects

    • 发布日期:2017-05-25
    • 文件大小:8286094
    • 提供者:gaotengfei
  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
    • 文件大小:621
    • 提供者:Jiawen Wu
  1. KmeansclusteringalgorithmbasedonChinesemedicine.ra

    1下载:
  2. 基于K-均值聚类算法的中药叶片显微图像分割-K-means clustering algorithm based on Chinese medicine leaves Image Segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:340012
    • 提供者:周左其
  1. kmean

    0下载:
  2. 在图象处理中运用k-均值法对图象中进行分类,在模式识别中有很大的用处.-In image processing using k-means method to classify images of, in pattern recognition is very useful.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-10
    • 文件大小:2560395
    • 提供者:hewei
  1. yongVCbianxiedeKmeanschepaishibiechengxu

    0下载:
  2. 用VC编写的基于K-means的车牌识别程序,希望能对学习的人有帮助!-VC prepared with K-means-based license plate recognition program, I hope people can learn to help!
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-25
    • 文件大小:8293197
    • 提供者:堂号
  1. kmeans

    0下载:
  2. k-means 算法接受输入量 k ;然后将n个数据对象划分为 k个聚类以便使得所获得的聚类满足:同一聚类中的对象相似度较高;而不同聚类中的对象相似度较小。聚类相似度是利用各聚类中对象的均值所获得一个“中心对象”(引力中心)来进行计算的。基于c++和opencv-This program gets an image and the desidered number of partitions and finds the means of the different classes and pro
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:5916
    • 提供者:tbc
  1. KMEANSCLUSTER

    0下载:
  2. 基于C语言的K-means聚类分析,可完成图像分割-C language-based K-means cluster analysis of image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:29774
    • 提供者:刘钊
  1. julei

    1下载:
  2. 一个根据laws能量测度对纹理图像进行分割的程序,分割过程采用K均值聚类的方法-A measure of energy under the laws of the texture image segmentation process, the process of segmentation method using K means clustering
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:39412
    • 提供者:dsfdsf
  1. kmeans

    0下载:
  2. 加强了的K-MEANS聚类函数,速度比以前快5 。适合多种聚类场合。一般聚类数为2-5之间为最佳。-The enhanced K-MEANS clustering function, speed 5 faster than before. Clustering for a variety of occasions. General the number of clusters for the best between 2-5.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3766
    • 提供者:kevin
  1. ImageRetrieval

    1下载:
  2. 毕业设计,基于内容的图像检索,支持的检索特征包括 sift,颜色直方图,灰度矩阵,HU不变矩,边缘方向直方图,检索方法使用K-means和K-D树两种,需要OPENCV支持,运行时请先选定一个文件夹来生成特征库,特征库用access数据库保存,只支持JPG文件-Graduate design, content-based image retrieval, search features, including support sift, color histogram, gray matrix,
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:359361
    • 提供者:平天羽
  1. ex_17_2

    0下载:
  2. K均值用于图像分割的Matlab程序,直接可用-K means Matlab for image segmentation process, directly available
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1028
    • 提供者:耿鑫
  1. Kmeans

    2下载:
  2. 使用K均值做聚类分析来进行图像分割,把原始图像转换到HSV空间做聚类分析-use k-means clustering to segment the image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:155962
    • 提供者:liran
  1. AA

    0下载:
  2. ,文章采用的K均值聚类,进行图像识别,效果较好-, The article by K-means clustering, image recognition, better
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-02
    • 文件大小:557833
    • 提供者:chengsha
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 23 »
搜珍网 www.dssz.com