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

搜索资源列表

  1. kmeans_segment

    0下载:
  2. 利用K均值进行图像分割,无需利用“苹果为红色”这个先验知识,而只需利用图像本身的特征——前景与背景区别较明显-The use of K-means image segmentation, without the use of " red apple" This a priori knowledge, and simply use the characteristics of the image itself- the more obvious differences betwe
  3. 所属分类:assembly language

    • 发布日期:2017-04-17
    • 文件大小:85088
    • 提供者:TANSHEN
  1. kmeans

    0下载:
  2. K均值聚类算法,可用于图像分割,算法简单有效-K-means clustering algorithm can be used to image segmentation and it is simple and effective
  3. 所属分类:Special Effects

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

    0下载:
  2. K-means图像分割,简单方便的经典图像分割方法~-K-means image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:702
    • 提供者:doudou
  1. final-code

    0下载:
  2. This paper presents a new approach to image segmentation using Pillar K-means algorithm. This segmentation method includes a new mechanism for grouping the elements of high resolution images in order to improve accuracy and reduce the computation
  3. 所属分类:matlab

    • 发布日期:2017-05-02
    • 文件大小:975147
    • 提供者:Deepesh
  1. kmeans

    0下载:
  2. matlab 基于K均值聚类算法的图像分割-K-means clustering algorithm for image segmentation
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1249
    • 提供者:chengfen
  1. KmeansaFCM

    0下载:
  2. 在opencv环境下使用fuzzy c means和kmeans算法实现图片像素RGB值聚类,希望对大家有帮助-using fuzzy c means and k-means algorithm to realize the RGB image segmentation in opencv.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:6130
    • 提供者:Sunshuyang
  1. code_v1-0

    0下载:
  2. This program illustrates the Fuzzy c-means segmentation of an image. This program converts an input image into two segments using Fuzzy k-means algorithm. The output is stored as fuzzysegmented.jpg in the current directory. This program ca
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-28
    • 文件大小:128177
    • 提供者:Black Cat
  1. kimag_fun

    0下载:
  2. image segmentation using k-means partitional clustering algorithm, matlab code
  3. 所属分类:Data Mining

    • 发布日期:2017-04-12
    • 文件大小:667
    • 提供者:pavan
  1. thebestkmeans

    0下载:
  2. The K-means algorithm has been widely used in the segmentation of color images for many applications, such as color blood corpuscle accounting, natural image segmentation, face detection of fruit accounting, detection of oil overflow, and biology mic
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:515
    • 提供者:vinod
  1. kmeansclustering

    0下载:
  2. 基于K-means聚类算法对彩色图象进行分割,聚类的个数可由自己定义.-Based on K- means clustering algorithm for color image segmentation,and the number of clustering can be defined by yourself.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1296
    • 提供者:蔡晋茹
  1. kmeans

    0下载:
  2. image segmentation with k-means
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-30
    • 文件大小:64764
    • 提供者:ayadi
  1. apple

    0下载:
  2. rgb转化为lab空间,k-means聚类,基本的图像处理如腐蚀膨胀等,分水岭分割方法分割标记-rgb converted to lab space, k-means clustering, basic image processing such as corrosion expansion, etc., watershed segmentation segmentation mark
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:166456
    • 提供者:李梦莹
  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. kmeans

    0下载:
  2. 在图像分割中所涉及到的k均值聚类,这个方程fuction:[IDX P] = kmeans(V, k),要求输入样本以及聚类数目,得到聚类值以及数目。-In the image segmentation involved in k-means clustering, this equation fuction: [IDX P] = kmeans (V, k), requires the input samples and the number of clusters to give value
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:844
    • 提供者:李国基
  1. fengeTU

    0下载:
  2. 根据图像的颜色对图像进行分割,里面有多个方法,一种是RGB色彩分割,一种是K均值聚类,还有对视频处理分割,有多个测试图-According to the color image on the image segmentation, there are multiple ways, one is RGB color segmentation, one is the K-means clustering, and video processing division, a plurality of t
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5315584
    • 提供者:xpudn98
  1. imKmeans

    0下载:
  2. 实现图像的Kmeans聚类,完美实现图像分割-The K Means clustering of image, the perfect image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:703
    • 提供者:hutianyou
  1. 111

    0下载:
  2. 西电 电子工程学院 智能科学与技术 DSP智能平台实验 C语言程序代码 K-means 图像分割-West Electronics Engineering, Science and Technology, Intelligent Intelligent DSP experimental platform C language code K-means image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:749
    • 提供者:yan tao
  1. kmeans

    0下载:
  2. 运用k-means算法对图像进行分割处理。-Using k-means algorithm for image segmentation process.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:696
    • 提供者:刘瑞
  1. adaptcluster_kmeans

    0下载:
  2. Adaptive K means algorithm for medical image segmentation , It is very useful for ultrasound images-Adaptive K means algorithm for medical image segmentation , It is very useful for ultrasound images
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2545
    • 提供者:MAUSAM CHOUKSEY
  1. EMSeg

    2下载:
  2. EM 算法是求参数极大似然估计的一种方法,它可以从非完整数据集中对参数进行估计,是一种非常简单实用的学习算法。这种方法可以广泛地应用于处理缺损数据、截尾数据以及带有噪声等所谓的不完全数据,可以具体来说,我们可以利用EM算法来填充样本中的缺失数据、发现隐藏变量的值、估计HMM中的参数、估计有限混合分布中的参数以及可以进行无监督聚类等等。-Expectation Maximization image segmentation Input: ima: gr
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:1363
    • 提供者:lihaixing
« 1 2 ... 4 5 6 7 8 910 »
搜珍网 www.dssz.com