CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - C kmeans

搜索资源列表

  1. kmeans

    0下载:
  2. 该函数采用kmeans法进行阈值分割 二值化kmeans.c
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1.56kb
    • 提供者:王晶
  1. kmeans

    1下载:
  2. 经典的java编写的模糊C算法,已经在eclipse中编译测试成功,可测试出多个gis坐标的中心点
  3. 所属分类:GIS编程

    • 发布日期:2008-10-13
    • 文件大小:12.52kb
    • 提供者:张三峰
  1. KMEANS

    0下载:
  2. 用于kmeans算法实现,是用C语言编写的,易于转为C++,可以方便想知道kmeans后台算法的朋友学习,希望那个对大家有所帮助
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:2.94kb
    • 提供者:尹梓名
  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. Kmeans

    0下载:
  2. 标准C++/C处理BMP图像,没有使用VC中的BITMAP类及任何不在ANSI-C中的结构和函数。采用了k_means压缩算法处理24bit(可以更改源码使之支持8-bit,16-bit和灰度bmp)源码注释详细,其中对BMP文件BMPHEADINFO的处理比较有趣。 new.cpp---->主要的程序代码 *.h----->一个产生U(0,1)随机数的发生器,相合度较小,DES函数产生。-Standard C++/C handle BMP images, do not us
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:4.15kb
    • 提供者:Yifan Young
  1. Exemplo1

    0下载:
  2. Face Detec C# + EmguCV-Face Detectec C# + EmguCV
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-16
    • 文件大小:4.08mb
    • 提供者:Brandino
  1. KMEANS

    0下载:
  2. 用C语言实现的基于均值聚类算法的图像分割的中心程序-c kmeans
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:29.56kb
    • 提供者:李梦
  1. kmeans

    0下载:
  2. k-means 算法接受输入量 k ;然后将n个数据对象划分为 k个聚类以便使得所获得的聚类满足:同一聚类中的对象相似度较高;而不同聚类中的对象相似度较小。聚类相似度是利用各聚类中对象的均值所获得一个“中心对象”(引力中心)来进行计算的。基于c++和opencv-This program gets an image and the desidered number of partitions and finds the means of the different classes and pro
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:5.78kb
    • 提供者:tbc
  1. KMEANS

    0下载:
  2. k均值算法,C++文件,读入txt文件的方式实现-k means algorithm, C++ files, read txt file means to achieve
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:919.9kb
    • 提供者:Mei Xj
  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. kmeans

    0下载:
  2. 此代码为模糊C均值聚类的图象分割算法的MATLAB实现-This code is the image of the fuzzy C-means clustering segmentation algorithm in MATLAB
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:751byte
    • 提供者:赵晨
  1. kmeans

    0下载:
  2. opencv图像处理程序,关于kmeans算法C语言实现-opencv image-processing program, about the the kmeans algorithm C language to achieve
  3. 所属分类:Graph program

    • 发布日期:2017-11-26
    • 文件大小:1.18kb
    • 提供者:
  1. KMEANS

    0下载:
  2. 用于kmeans算法实现,是用C语言编写的,易于转为C++,可以方便想知道kmeans后台算法的朋友学习,希望那个对大家有所帮助-Kmeans algorithm used to realize, is to use C language, easy to C++, Can easily want to know the background kmeans Friend learning algorithm, in the hope that all of you to help
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:2.98kb
    • 提供者:ctedpr
  1. kmeans

    0下载:
  2. 《模式识别》课本中的一道课后题的代码实现 C均值算法 也叫做 K means- Pattern recognition in the textbook of a class of code to achieve the C algorithm is also called means K
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:987byte
    • 提供者:宋璇
  1. kmeans

    0下载:
  2. code for K-means clustering using C
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-14
    • 文件大小:3.49kb
    • 提供者:ayadi
  1. Ativnoisinmeans-c

    0下载:
  2. An adaptive image denoising technique based on the nonlocal means (NL-means) algorithm is investigated in this research. The proposed method first employs the singular value decomposition (SVD) method and the K-means clustering (Kmeans) techn
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-07
    • 文件大小:1.07mb
    • 提供者:杨松
  1. Kmeans

    0下载:
  2. K-means聚类函数,训练,多维特征,纯C语言实现。-K- means clustering function, training, multidimensional characteristics, pure C language implementation.
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:2.27kb
    • 提供者:邱新华
  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
  1. kmeans

    0下载:
  2. Kmeans算法使用C++实现,详细地展示了聚类的过程和结果,容易理解。转自博客-Kmeans C++ algorithm implemented clustering shows in detail the process and results, easy to understand. Transfer blog
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1.87kb
    • 提供者:sonia song
  1. Kmeans图像分类C++代码

    0下载:
  2. Kmeans图像分类C++代码,直接把输入图像的路径修改一下即可使用!!!(Kmeans image classification C++ code)
  3. 所属分类:图形图像处理

« 12 »
搜珍网 www.dssz.com