CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - K均值 图像分割

搜索资源列表

  1. DllKAveIncise

    0下载:
  2. 一个K均值算法实现图像分割的DLL程序!可以用来处理8位的BMP图像!-a K-means algorithm for image segmentation procedures DLL! Can be used to deal with eight of BMP images!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:42927
    • 提供者:徐敏
  1. DllRoughKmean

    0下载:
  2. 一个基于粗糙集的K均值算法实现图像分割的DLL程序!可以用来处理8位的BMP图像!-a rough set based on the K-means algorithm for image segmentation procedures DLL! Can be used to deal with eight of BMP images!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:43115
    • 提供者:徐敏
  1. DllKAveToColor

    0下载:
  2. 一个K均值算法实现图像分割的DLL程序,并采用伪彩色的方法实现对分割结果的表示!可以用来处理8位的BMP图像!-a K-means algorithm for image segmentation DLL procedures, and the use of pseudo-color method of the results of the division said. Can be used to deal with eight of BMP images!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:43331
    • 提供者:徐敏
  1. k_mean

    0下载:
  2. 主要实现对于图像内容的K均值聚类算法,以达到分割的目的-main image content for the K-means clustering algorithm to achieve the purpose of segmentation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:4177
    • 提供者:cxp
  1. KFCM

    1下载:
  2. 基于粗糙熵和K-均值聚类算法的图像分割
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:259733
    • 提供者:张三
  1. Kmeans

    1下载:
  2. 基于粗糙熵和K-均值聚类算法的图像分割 基于粗糙熵和K-均值聚类算法的图像分割
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:257075
    • 提供者:张三
  1. Kmeans_grayimage

    0下载:
  2. 简单的灰度图像的K均值聚类分割,Matlab实现-gray image segmentation using K-means clustering by matlab.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:1027
    • 提供者:王成
  1. Fast-Image-Segmentation

    0下载:
  2. 台湾大学几位学者写的基于K-均值算法的快速图像分割,用到基于HSV颜色空间的直方图-Fast Image Segmentation Based on K-Means Clustering with Histograms in HSV Color Space
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:587228
    • 提供者:gaotengfei
  1. 1

    0下载:
  2. 对彩色图像进行K均值的图像分割,可用于模式识别-K on the mean color image segmentation, can be used for pattern recognition
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:3486
    • 提供者:qing
  1. k-mean-sift

    0下载:
  2. K均值分割 在图像角点提取中使用 使用VC++进行的编程-K-means segmentation the image corner extraction using VC++ carried programming
  3. 所属分类:OpenCV

    • 发布日期:2017-11-10
    • 文件大小:6096947
    • 提供者:孙孙
  1. k-means-for-image-segmentation

    0下载:
  2. k均值用于图像分割,对于相同颜色但深度不一样可以分割。-k-means for image segmentation, the same color depth can be split.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-06
    • 文件大小:1093
    • 提供者:王情伟
  1. K-means

    0下载:
  2. 在诸多的图像分割算法中,K-means聚类方法体现出了高效性和简洁性。该代码完整实现了k-means算法,并利用该算法进行图形分割。k-means 算法接受参数 k,然后将事先输入的n个数据对象划分为 k个聚类以使得所获得的聚类满足:同一聚类中的对象相似度较高,不同聚类中的对象相似度较小。聚类相似度是利用各聚类中对象的均值所获得一个“中心对象”(引力中心)来进行计算的。-This code implements the K-means method for image segmentation,
  3. 所属分类:Special Effects

    • 发布日期:2017-11-19
    • 文件大小:62007
    • 提供者:Zhang
  1. K-maens

    0下载:
  2. K均值聚类算法对图像进行分割,实验用程序,亲测可用。-K-means clustering algorithm for image segmentation, experimental procedures, pro-test is available.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:590492
    • 提供者:陈csdn
  1. k-means

    0下载:
  2. 用于图像分割的方法很多,其中基于K均值的图像分割方法较为常用,本程序附有详细注解-Image segmentation method based on K-means, with detailed notes
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:933
    • 提供者:而是
  1. k-mean

    0下载:
  2. 一个很好的K均值的图像分割程序,很适合初学者用,可以很好的学习一下- The initial k-means algorithm for image segmentation, it is suitable for beginners
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:104641
    • 提供者:王林
  1. K

    0下载:
  2. K均值聚类在Matlab中的代码实现,是图像分割和图像识别中常用处理操作-K-means clustering code in Matlab realize image segmentation and image recognition is commonly used in processing operations
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:746
    • 提供者:姜苏
  1. k-means_segmention

    0下载:
  2. 基于K均值聚类的彩色图像分割算法,最简单的聚类算法,可以看一下-K-means clustering segmentation algorithm based on the color image, the most simple clustering algorithm, can look
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:150844
    • 提供者:李红达
  1. K-means

    0下载:
  2. K均值聚类方法,用于图像处理,图像分割,提取不同特征。-K-means clustering method
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:431348
    • 提供者:diewu
  1. K-mean

    0下载:
  2. 关于运用K均值算法进行简单的图像分割的代码(On the use of K-means algorithm for simple image segmentation code)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-23
    • 文件大小:45056
    • 提供者:Xs_55555
  1. 快速K-均值(kmeans)聚类图像分割算法源代码

    0下载:
  2. 本算法Kmeans可以用于非监督分类学习,用于图像处理、模式识别分类(The algorithm Kmeans can be used for unsupervised classification learning, for image processing, pattern recognition and classification.)
  3. 所属分类:2D图形编程

    • 发布日期:2018-05-03
    • 文件大小:52224
    • 提供者:腼腆的巴豆
« 1 2 34 5 6 »
搜珍网 www.dssz.com