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

搜索资源列表

  1. KMEANS(matlab)

    0下载:
  2. Matlab环境下的k-means聚类算法,实现图像分割,很快阿!-K-means Clustering arithmetic based on Matlab platform.It s fast for Image-Division!
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:32740
    • 提供者:刘明霞
  1. IRIS数据

    0下载:
  2. IRIS数据 用于聚类方法 主要用于模式识别、图像分割等-IRIS data for clustering method used pattern recognition, image segmentation, etc.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4033
    • 提供者:王超
  1. HistHsfcm2

    0下载:
  2. 直方图模糊聚类算法,编译环境VC6.0,语言c,可以移植到到linux系统运行。算法功能图像分割-histogram fuzzy clustering algorithms, compiler environment VC6.0, language c, ported to Linux operating system. Functional image segmentation algorithm
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:4183
    • 提供者:dfx
  1. colorseg

    2下载:
  2. 利用matlab实现彩色图像的分割。算法主要是利用聚类算法。-using Matlab color image segmentation. This algorithm is to use clustering algorithm.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:862780
    • 提供者:cnn
  1. asdfafsdfe2

    1下载:
  2. 基于遗传聚类的彩色图像分割,用caj 打开,很好的毕业论文-based on genetic clustering color image segmentation, PRODUCTS opened with a good thesis
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2435318
    • 提供者:sdfdf
  1. DominantSets

    0下载:
  2. Dominant-set聚类算法,主要用于图像分割,检索等-Dominant-set clustering algorithm, mainly for image segmentation, search
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1254
    • 提供者:sai
  1. MSC

    0下载:
  2. Multiclass Spectral Clustering Algorithm,和Dominant-set算法同属于较常用的聚类算法,用于图像分割等-Multiclass Spectral Clustering Algorith m, and Dominant-set algorithm is more commonly used with the clustering algorithm for image segmentation, etc.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1148
    • 提供者:sai
  1. Fuzzy-k-means

    1下载:
  2. 模糊核聚类及几篇文章,用于数据和图像的模糊聚类分割,效果还行-nuclear fuzzy clustering and articles for data and image segmentation fuzzy clustering, the results were OK
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1381338
    • 提供者:张莉
  1. waveletxiaoyu50052

    1下载:
  2. 自己编的使用小波实现的纹理图像分割,具体过程是先对图像进行三级小波分解,每级都对系数聚类并指导下一级分类,分割效果较好~ -own addendum to the use of wavelet achieve the texture image segmentation, specific process is the first image wavelet decomposition three each of the levels are right and clustering coe
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:64355
    • 提供者:夏玉
  1. erzhitufenge

    0下载:
  2. 提出了一种新颖的处理图像视觉聚类问题的方法。与以往关注图像局部特征和局部连续性的方法不同,本文中的方法能够提取关于图像的全局印象。为此,我们将图像分割问题转化为图划分问题并提出了划分中的一种全局判别准则——Ncut (Normalized Cut)。Ncut不仅能够衡量不同聚类之间的相异程度,还能够衡量各聚类内部的相似程度。为求解Ncut 的最优化问题,提出了一种基于广义特征值问题的高效算法,并将此算法应用于静态图像分割,取得了良好的效果。-proposed a novel image proc
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:23585
    • 提供者:戚颖杰
  1. fcm-evlo

    0下载:
  2. 用于图像分割,基于fcm算法的图像分割,实现模糊均值聚类的分割,更准却的实现分割。-For image segmentation, image segmentation based on FCM algorithm, the realization of fuzzy clustering segmentation, more accurate but to achieve segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:39932
    • 提供者:李莲英
  1. meanshift-image-clsturing

    0下载:
  2. meanshift image clsturing,利用meanshift均值移位算法实现图像聚类和分割,非常有用的算法。-meanshift image clsturing
  3. 所属分类:VTK

    • 发布日期:2017-04-29
    • 文件大小:59612
    • 提供者:王天然
  1. KMkeen

    0下载:
  2. 基于人类视觉将图像分割成若干个有意义的区域是目标检测和模式识别的基础。图像分割属于图像处理中一种重要的图像分析技术。图像分割的基本方法是对灰度图像分割,处理图像的亮度分量,简单快速。本论文介绍了传统的图像分割与K-均值聚类算法分割,然后利用OpenCV函数将其实现,并介绍了OpenCV中图像分割相关的基本函数。-Based on the human visual image is segmented into several meaningful regions is the basis for
  3. 所属分类:OpenCV

    • 发布日期:2017-05-18
    • 文件大小:5034889
    • 提供者:潇枫
  1. interative-segment

    1下载:
  2. 图像分割 交互式的使用的是聚类均值分割,分割图像 程序可直接运行,也可用户自定义-image segment matlab interactive kmean
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:949000
    • 提供者:任人
  1. Y-cr-cg

    1下载:
  2. 基于肤色的人脸检测算法,将彩色图像转换成Ycbcr图像,再根据肤色聚类 从而分割出人脸-Based on the skin color s face detection algorithm, the color image is converted to the image of Ycbcr, and the face is divided according to the color of the skin
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-11
    • 文件大小:279720
    • 提供者:陈晨
  1. K-means

    0下载:
  2. 使用k-means算法对图像进行分割,并利用遗传算法对k-means算法加以改进(The k-means algorithm is used for the segment of images, and the genetic algorithm is used to improve the k-means algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:2048
    • 提供者:smile_ljx
  1. simple linear iterative clustering for matlab

    1下载:
  2. 超像素图像分割方法,简单线性迭代聚类,用于自然影像/遥感影像分割等(superpixel image segmentation, simple linear iterative clustering)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-01
    • 文件大小:75776
    • 提供者:crescentl
  1. 1

    1下载:
  2. 该方法采用gabor提取出图像纹理特征,最后采用k-means方法聚类进行图像分割(The method uses gabor texture features extraction, and finally using k-means clustering methods for image segmentation)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:6144
    • 提供者:TGISer
  1. lsc_matlab

    1下载:
  2. 本程序演示了以下论文中提出的LSC超像素分割方法: 陈建生,李正琴,黄波,线性光谱聚类超像素,IEEE图像处理学报,第26卷,第7期,3317-3330页,2017. 李正琴,陈建生,利用线性光谱聚类的超像素分割,IEEE计算机视觉与模式识别会议,2015年6月。 2017年6月20日(This program demonstrates the LSC superpixel segmentation method proposed in the following pa
  3. 所属分类:其他

    • 发布日期:2020-06-08
    • 文件大小:398336
    • 提供者:kmstcc
  1. MRI_Brain_Scan

    1下载:
  2. 使用SVM和聚类分割的方式实现MRI图像中的脑瘤分割(Brain Tumor Segmentation in MRI Images Using SVM and Cluster Segmentation)
  3. 所属分类:物联网

    • 发布日期:2020-06-18
    • 文件大小:2719744
    • 提供者:陌声123
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 23 »
搜珍网 www.dssz.com