CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - K均值 c

搜索资源列表

  1. ClusterImageSeg

    1下载:
  2. 一个利用各种聚类算法实现遥感影像分割的程序,包括K均值、ISODATA、模糊C均值等!-use of a clustering algorithm remote sensing image segmentation procedures, including K-means, ISODATA, Fuzzy C - Means, and so on!
  3. 所属分类:图形图像处理(光照,映射..)

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

    0下载:
  2. 利用k均值的方法对源图象进行聚类,进而实现图象分割的方法,此为c++代码
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-20
    • 文件大小:2.63kb
    • 提供者:王英
  1. FCM_Cluster

    0下载:
  2. 首先介绍模糊集基本知识 其次K均值聚类算法(HCM)介绍 最后重点介绍了模糊C均值聚类, 模糊聚类是一种很重要思想,最近再图像处理中就用的了这种思想,也算是一点思维创新
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:17.49kb
    • 提供者:huiguiyang
  1. KMeans-with-opencv k均值分类在遥感影像中的应用

    1下载:
  2. k均值分类在遥感影像中的应用,完整的c++代码,注释详细易懂,并且已经验证过-k-means classification in remote sensing images in the application, complete c++ code, comments, detailed and easy to understand, and have been verified
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-22
    • 文件大小:12.67kb
    • 提供者:xl
  1. 200432590139.rar

    0下载:
  2. 各种基本图像处理功能:1、格式转换:将RAW格式转换成BMP格式;2、线性变换;3、图像平滑;4、图像增强;5、边缘检测:梯度算子,Robert梯度算子,Prewitt算子,Laplacian算子,Sobel算子,Marr算子;6、直方图显示;7、形态运算(二值化、腐蚀、膨胀、开运算、闭运算);8、自动分类及类别提取:K均值分类。其中:1.2.3.4.5.7仅能对灰度图处理,6.8不仅能处理灰度图还能处理彩色图,Basic image processing functions: 1, forma
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3.59mb
    • 提供者:叶心怡
  1. ImageClustering.rar

    0下载:
  2. 本程序实现了K均值(HCM)算法,ISODATA算法,模糊C均值(FCM),模糊阈值法等对遥感影像的分割。,This program implements K means (HCM) algorithm, ISODATA algorithm, fuzzy C means (FCM), fuzzy threshold law of remote sensing image segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3.21mb
    • 提供者:wll
  1. Kmean

    0下载:
  2. 模式识别中的C++源代码进行K均值法的应用-Pattern Recognition C++ source code of the application of K-means
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:188.19kb
    • 提供者:jacket
  1. kmean

    1下载:
  2. c#下实现图像颜色k均值聚类 将像素点颜色分类并合并-c# implementation of color image k-means clustering to classification of color pixels and merge
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:40.93kb
    • 提供者:浩峰
  1. a

    0下载:
  2. 对于彩色图像的 k均值算法的matlab代码 文件置于c盘根目录-Colored graphics k-means algorithm matlab code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:823byte
    • 提供者:Leo
  1. juleisuanfa

    0下载:
  2. 本程序包括各种模式识别的分类方法,包括k均值分类,C均值分类,基于svm支撑向量机的分类方法,以及基于Adboost的分类方法。-The program includes a variety of pattern recognition classification methods, including k means classification, C means classification, based on support vector machines svm classificati
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1.52mb
    • 提供者:zhupeng
  1. kmean

    0下载:
  2. 包括K-均值聚类算法的思想介绍,kmeans的MATLAB代码,c语言代码、c++代码。-Including the K-means clustering algorithm introduced the idea, kmeans of MATLAB code, c language code, c++ code.-Entropy Based Subspace Clustering for Mining Data- ENCLUS- a new version of PROCLUS algorit
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:1.08mb
    • 提供者:陈老师
  1. kind

    0下载:
  2. candy边缘检测,彩色图像的边缘检测,K均值聚类,sobel边缘检测(C)其他是matlab程序-candy edge detection, color image edge detection, K-means clustering, sobel edge detection (C) the other is a matlab program
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:500.85kb
    • 提供者:tianlina
  1. Vector-quantization-of-the-C

    0下载:
  2. 矢量量化算法的C语言实现:LBG(K-均值)聚类算法,在欧几里的距离基础上用LBG算法将输入向量聚类。-Vector quantization of C language implementation algorithm:LBG (k-means) clustering algorithm, in several European based on the distance with LBG algorithm will input vector clustering.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:2.98kb
    • 提供者:lorna
  1. Fuzzy-c-means-clustering-algorithm-

    0下载:
  2. k均值算法是模式识别的聚分类问题,采用模糊C均值对数据集data聚为cluster_n类 -k-means algorithm is a pattern recognition poly classification,by using Fuzzy C-Means data sets, data gathered cluster_n class
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:2.06kb
    • 提供者:赵燕
  1. image-classification

    0下载:
  2. K均值算法和ISODATA算法的源码,用C++编写,内附一张TM的卫星影像作为实验数据,具体算法原理可以参考武大舒宁、马洪超、孙和利版的《模式识别》一书-The source code of K Means and ISODATA algorithm, written in C++, with a TM image attached. For concrete algorithm, you are referred to the book Pattern Recognition written
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:219.59kb
    • 提供者:M R
  1. imageclustering

    0下载:
  2. 遥感图像处理,模式识别,用C++编写的K均值分类和ISODATA分类。-using the VC++6.0 tool to realize the imageclustering based on k-means and isodata
  3. 所属分类:Special Effects

    • 发布日期:2017-11-24
    • 文件大小:410.44kb
    • 提供者:
  1. keshe

    0下载:
  2. k均值法,主要是用c语言编程实现的,数据是模式识别课后的数据-K means clustering
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1.82mb
    • 提供者:王小东
  1. pic

    2下载:
  2. 用c#和emgucv实现了hough变换检测圆和最大类间方差和k均值聚类分割图像,k均值聚类的函数可填写分类数和迭代次数的阈值,而且是基于灰度的。(ps:函数都是自己实现的,但是读取图片信息用的是emgucv自带的函数)-With c# and emgucv achieved between hough transform circle detection and maximum variance and k-means clustering image segmentation, the fu
  3. 所属分类:Special Effects

    • 发布日期:2015-04-22
    • 文件大小:24.18mb
    • 提供者:妮乐
  1. KMean

    0下载:
  2. C++下利用K均值方法实现遥感影像非监督分类-remote sensing image
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2.13mb
    • 提供者:郭忠钦
  1. KMeans

    0下载:
  2. k均值分类在遥感影像中的应用,完整的c++代码-k-means classification in remote sensing images in the application
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:12.22kb
    • 提供者:zhch29
« 12 »
搜珍网 www.dssz.com