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

搜索资源列表

  1. image

    0下载:
  2. 基于纹理度量的图像分割,适用于遥感图像,利用到K-mean算法-texture measurement based on the image segmentation, applicable to remote sensing images, the use of K-mean algorithm
  3. 所属分类:2D图形编程

    • 发布日期:2014-01-15
    • 文件大小:433.89kb
    • 提供者:lichuan
  1. kmeans-image-segmentation

    1下载:
  2. K-meansK均值聚类在无监督的情况下选择图像特征的算法-K-meansK means clustering in the case of unsupervised image feature selection algorithm
  3. 所属分类:Special Effects

    • 发布日期:2015-10-18
    • 文件大小:45.2kb
    • 提供者:renli
  1. K-Mean

    0下载:
  2. 遥感影像K均值分类算法,针对bmp彩色图像。VC++6.0编程实现。-K means of remote sensing image classification algorithm for bmp color images. VC++6.0 programming.
  3. 所属分类:Special Effects

    • 发布日期:2016-06-20
    • 文件大小:219.54kb
    • 提供者:
  1. juleiseg

    1下载:
  2. 基于matlab的彩色图像分割,利用k聚类算法-Matlab-based color image segmentation, clustering algorithm using k
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1.15kb
    • 提供者:求是赤子
  1. kMeans

    0下载:
  2. k-mean image clustering source code developed using java
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:2.16kb
    • 提供者:deepak
  1. SimpleRegionGrowing

    0下载:
  2. usefull k-mean algorithm developed for image clustering using java
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:3.75kb
    • 提供者:deepak
  1. kmeansClusters

    0下载:
  2. Image segmentation k mean clustering
  3. 所属分类:Graph program

  1. K-Means-Color-Reduction

    1下载:
  2. 基于K-MEANS的图像退色算法。平台为MATLAB6.5及以上。-Based on the K-MEANS algorithm image fade
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:187.29kb
    • 提供者:臧超
  1. kmeans1

    0下载:
  2. K-mean image segementation Choose cluster centers and point-cluster allocations to minimize error
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:818byte
    • 提供者:Umair
  1. Img2

    0下载:
  2. VC++开发的基本图象处理程序,包括分割,滤波,K均值分割,骨架提取,形态学方法,Hough变换等。-VC++ development of the basic image processing procedures, including segmentation, filtering, K mean segmentation, skeleton extraction, morphological methods, Hough transform and so on.
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:129.68kb
    • 提供者:尹名航
  1. k-meanAlgorithmforsegmentationofdigitalimage

    0下载:
  2. k-mean Algorithm for segmentation of digital image
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:1.14kb
    • 提供者:ramudu
  1. proje

    0下载:
  2. applied k means clustering for vector quanta and used huffman for image compression matlab code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:9.77kb
    • 提供者:alperen_colak
  1. K-means_01022008

    0下载:
  2. k-mean image processing with c++builder
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:389.17kb
    • 提供者:fatink
  1. K-mean

    0下载:
  2. 基于纹理度量的图像分割,适用于遥感图像,主要利用到K-mean算法。-Image segmentation based on texture measurement for remote sensing image, the main advantage of K-mean algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:435.03kb
    • 提供者:葛宏
  1. code

    0下载:
  2. K mean algorithms for image implement in java
  3. 所属分类:Java Develop

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

    0下载:
  2. 用K均值聚类法对数据进行分类,比较简单和基础的分类方法,可用于图像处理-With the K-mean method for data classification, the classification of simple and basic method can be used for image processing
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:3.78kb
    • 提供者:leigh
  1. k-mean-clustering

    0下载:
  2. clustering an image to k clusters using k-mean clustering method
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:158.13kb
    • 提供者:Nasrin
  1. K-mean

    0下载:
  2. K-means算法是很典型的基于距离的聚类算法,采用距离作为相似性的评价指标,即认为两个对象的距离越近,其相似度就越大(K-means algorithm is a typical distance based clustering algorithm. The distance is used as the evaluation index of similarity, that is, the closer the distance between the two objects, the
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-20
    • 文件大小:13kb
    • 提供者:venshow
  1. K均值聚类在基于OpenCV的图像分割中的应用

    0下载:
  2. 介绍了传统的图像分割与K-均值聚类算法分割,然后利用OpenCV函数将其实现,并介绍了OpenCV中图像分割相关的基本函数。(This paper introduces the segmentation of traditional image segmentation and K- mean clustering algorithm, then uses OpenCV function to implement it, and introduces the basic functions of
  3. 所属分类:OpenCV

    • 发布日期:2017-12-16
    • 文件大小:454kb
    • 提供者:术道
  1. K-means

    0下载:
  2. 对图像用k-means算法进行处理,得到效果更好的图像(Processing the image with k-means algorithm)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-06
    • 文件大小:39kb
    • 提供者:Nidhogg123
« 12 3 4 »
搜珍网 www.dssz.com