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

搜索资源列表

  1. jake_fcm

    0下载:
  2. 模糊Fcm代码,在matlab下开发,用c划分聚类进行数据分析-Fuzzy FCm code, developed in matlab with c divided into clustering for data analysis
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:81.22kb
    • 提供者:sunana
  1. MSClustering

    0下载:
  2. 使用MeanShift进行分割聚类的代码~-The use of segmentation MeanShift clustering code ~
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:36.17kb
    • 提供者:Armstrong
  1. codes

    1下载:
  2. 这个文件包里包含了几乎所有的聚类的工具箱,包含采用混合高斯模型的运动物体检测方面的源代码。-This document contains the bag almost all the clustering of the toolbox, including the use of Gaussian Mixture Model of Moving Objects for testing source code.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-04-26
    • 文件大小:122.42kb
    • 提供者:齐欣
  1. 20090501SleepingKoala

    0下载:
  2. 所上传文件包包括6种vc++源代码:使用opencv的实现可视图的静态路径规划;简单的svm算法;基于vc2008的图像匹配(多工程结构);基于局部搜索的K-means聚类算法;三维匹配中的ICP算法;视觉tracking中的condensation算法-Upload file package, including the six kinds of vc++ source code: using opencv to view the realization of the static path
  3. 所属分类:Special Effects

    • 发布日期:2017-06-14
    • 文件大小:19.74mb
    • 提供者:zhezhe
  1. matlb_test_MeanShift

    2下载:
  2. 均值漂移聚类的源程序,用mean shift 进行聚类,以及绘图显示,很有价值-mean shift based clustering code, using matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:2.69kb
    • 提供者:Qingkui Man
  1. K_Mean

    0下载:
  2. 很好的聚类代码,可以用于对图像数据聚类。-A good clustering code that can be used to image data clustering.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:214.62kb
    • 提供者:关小菊
  1. Kmeans-MATLAB

    3下载:
  2. 该代码能够实现K均值聚类算法对彩色图像分割,在MATLAB下实现。-The code can achieve K means clustering algorithm to color image segmentation, in MATLAB to achieve.
  3. 所属分类:Special Effects

    • 发布日期:2016-04-18
    • 文件大小:1kb
    • 提供者:牛少敏
  1. face.detection.matlab.original.code

    0下载:
  2. 基于聚类算法和模式识别的人脸检测matlab程序原代码-Clustering algorithm based on pattern recognition and face detection matlab program source code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:387.82kb
    • 提供者:Shu Yuanfei
  1. KFCM-nuclear-clustering-algorithm

    1下载:
  2. 核聚类算法KFCM源代码,对传统FCM算法的改进-Nuclear clustering algorithm KFCM source code, the traditional FCM Algorithm
  3. 所属分类:Special Effects

    • 发布日期:2015-01-17
    • 文件大小:10kb
    • 提供者:亚会
  1. source-code-for-detecting-floods-using-an-object-

    0下载:
  2. This code deals with the misalignment problem during change detection.it employs a tile object based change detection approach and use threshold level based 3-fuzzy c-mean clustering together with image differencing in process.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:14.34kb
    • 提供者:digs
  1. C-means-clustering-algorithm-

    0下载:
  2. 一个C-均值聚类算法的代码(基于opencv2.0)-A C-means clustering algorithm code (based opencv2.0)
  3. 所属分类:Special Effects

    • 发布日期:2017-11-15
    • 文件大小:4.9kb
    • 提供者:李木
  1. clustering

    0下载:
  2. 模糊聚类的matlab代码和VC代码,希望给大家分享。-Fuzzy clustering matlab code and code of VC
  3. 所属分类:Special Effects

    • 发布日期:2017-11-18
    • 文件大小:2.49mb
    • 提供者:贾世安
  1. Mean-Shift-Clustering

    0下载:
  2. 这是一个很好的学习图像处理的代码,实现的功能主要是均值漂移-This is a good learning image processing code, the main function of the mean shift
  3. 所属分类:Special Effects

    • 发布日期:2017-11-09
    • 文件大小:6.36kb
    • 提供者:魏晓超
  1. Kmeans

    0下载:
  2. K均值聚类的代码,完整程序,有实验结果RGB显示,结果图和相应的灰度直方图-K-means clustering code, complete procedures, RGB is the result of the experiment showed that the figure and the corresponding gray histogram
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:71.21kb
    • 提供者:
  1. K-means-clustering-code

    0下载:
  2. K均值聚类的源代码,是用VC++写的,不错的,供初学者的学习掌握的。-It is a code of K means clustering, written by vc++, and it is good to the novice.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:12.91kb
    • 提供者:简川霞
  1. FCM

    0下载:
  2. 自己实现的,模糊C均值聚类的代码,在K-mean上添加了隶属度矩阵。注释详细,方便理解算法步骤-my implementation, Fuzzy C-Means clustering code in the K-mean adding a membership matrix. Notes detailed, easy to understand algorithm steps
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:30.34kb
    • 提供者:yaoli
  1. Image-classification-code

    0下载:
  2. 图像聚类算法的vc++实现,对于图像聚类的初学者是不可多得的资料,先分享供大家学习、交流。-Image clustering algorithm vc++ realized, for beginners is a rare image clustering information, to share for everyone to learn, exchange.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-28
    • 文件大小:9.9mb
    • 提供者:张佳佳
  1. K

    0下载:
  2. K均值聚类在Matlab中的代码实现,是图像分割和图像识别中常用处理操作-K-means clustering code in Matlab realize image segmentation and image recognition is commonly used in processing operations
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:746byte
    • 提供者:姜苏
  1. Spectral-Clustering-codeapaper

    0下载:
  2. 国外著名大牛的谱聚类像分图割方法源码和文章,对学习谱聚类算法很有帮助。-Spectral clustering famous stars like Daniel graph cut method source code and articles on learning spectral clustering helpful.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:3.46mb
    • 提供者:晓风
  1. chameleon

    1下载:
  2. 一段修改后的变色龙聚类算法,可用于无监督聚类。(A modified chameleon clustering code, using matlab.)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-25
    • 文件大小:1.52mb
    • 提供者:yulinlin
« 12 3 4 5 »
搜珍网 www.dssz.com