搜索资源列表

  1. KMeans3-based-opencv

    0下载:
  2. 基于OpenCV的K-均值算法,用于聚类分析,如图象的颜色聚类,生成相关的颜色表等.-the K-means algorithm for clustering analysis, such as image color clustering, Formation of color, and so on.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-11
    • 文件大小:2048
    • 提供者:guolijun
  1. KmeansImageSegmentation

    0下载:
  2. 基于Opencv实现的k-means聚类图像分割算法,可自定义聚类个数,根据像素点的位置和颜色进行聚类-Opencv based on the realization of the k-means clustering image segmentation algorithm, the number of clustering can be customized, according to pixel location and colo
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-11
    • 文件大小:3536896
    • 提供者:drowning
  1. Clustering

    0下载:
  2. 使用聚类中K-平均算法,以颜色分量作为坐标参数,对景象图进行聚类分析,要求最后的分类结果将路标(可能包括少量相似区域)聚类为一个模式类别-The use of clustering in the K-average algorithm, to the color component parameters as the coordinates of a scene graph for cluster analysis requires t
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-11
    • 文件大小:1956864
    • 提供者:hddnudt
  1. segmentation

    0下载:
  2. 介绍了视觉颜色空间及其在交互式图像分割中的作用, 实验分析了它的奇异性, 在此基础上, 考虑像素的 空间和色彩分布, 提出了基于区域生长法的多颜色空间、 多度量准则的聚类算法和零碎区域的合并算法, 颜色空间选取HSL 和RGB 两种, 相似性度量包括了种子点、 扩张点和生长区域三个方面, 并用于敦煌壁画图像的分割.-Introduce the visual color space and its application in int
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-11
    • 文件大小:348160
    • 提供者:singro jiang
  1. ClusterAnalysis

    0下载:
  2. 现在我们给定两幅ALV路标的捕捉图像,我们实际工作中首先要捕获路标(这里我们假定环境中已经有路标),而此时的景象是难以预知的:我们不知道路标在什么位置、是什么路标、除了路标还有那些图像模式? 基本要求:使用本章学习的K-平均算法,以颜色分量(或几何性状)作为坐标参数,对景象图进行聚类分析,要求最后的分类结果将路标(可能包括少量相似区域)聚类为一个模式类别。试验报告同前面一样,要求给出样本模式点,绘制坐标图(标出各个聚类中心的迭代移动
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-11
    • 文件大小:395264
    • 提供者:苏朗
  1. 73462683ClusterImageSeg

    0下载:
  2. 模糊均值聚类FCM算法对图像的颜色聚类 进行图像分割 聚类个数和聚类中心都是事先决定的-Fuzzy-means clustering algorithm FCM clustering for color image segmentation and clustering the number of cluster centers are determined in advance
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-11
    • 文件大小:515072
    • 提供者:小五子
  1. 109201305K

    0下载:
  2. K均值聚类算法 对图像颜色进行聚类 然后对图像分割-K-means clustering algorithm to cluster the color image segmentation and then
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-11
    • 文件大小:135168
    • 提供者:小五子
  1. 33753132FCM_Cluster

    0下载:
  2. 模糊均值聚类FCM 对图像颜色进行聚类 然后对图像进行分割 -Fuzzy-means clustering FCM clustering of the images and then color image segmentation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-11
    • 文件大小:152576
    • 提供者:小五子
  1. yansejulei

    0下载:
  2. 图像颜色聚类分割,实现了图形分割,基于RGB特征并显示出来。-Color image segmentation clustering, to achieve the graphics division, based on the characteristics of RGB and displayed.
  3. 所属分类:图形图象

    • 发布日期:2024-06-11
    • 文件大小:1024
    • 提供者:shenyong
  1. Kjl

    0下载:
  2. 这是K均值聚类算法 对图像颜色进行聚类 然后对图像分割源代码-This is the K-means clustering algorithm for image clustering and then color image segmentation source code
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-11
    • 文件大小:134144
    • 提供者:李琴
  1. cut_color

    0下载:
  2. 采用颜色聚类方法进行降色,可自由进行颜色参数设定,可供有兴趣的进行研究-Fall color clustering method using color, the color parameters can be freely set, for those interested in research
  3. 所属分类:图形图象

    • 发布日期:2024-06-11
    • 文件大小:209920
    • 提供者:李炎
  1. fenge

    0下载:
  2. 对图像进颜色空间分割,并进行聚类分析,代码简单,直接运行即可-clustering
  3. 所属分类:matlab例程

    • 发布日期:2024-06-11
    • 文件大小:2407424
    • 提供者:qbm
  1. K_MeansSeg

    0下载:
  2. KMeans图像聚类分割:用K-Means聚类方法来对图像进行分割。主要是对图像的颜色进行聚类。开发环境:VC6,需要安装OpenCV。-KMeans clustering in image segmentation: with K-Means clustering approach to image segmentation. Mainly the color of the image cluster. Development Env
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-11
    • 文件大小:2835456
    • 提供者:chenwenlue
  1. meanshiftsegmentation

    0下载:
  2. 均值漂移图像分割测试程序,使用meanshift算法对彩色图像进行聚类分割,效果很好,并且显示使用时间、找到的类数,另包含RGB与LUV颜色空间的互相转换,图片矩阵数据转为降维数组等,程序中有详尽的注释和说明,并且配有测试结果图片,非常适合计算机视觉、机器学习、模式识别的朋友参考-failed to translate
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-11
    • 文件大小:360448
    • 提供者:xiaobo
  1. color-cluster

    0下载:
  2. 基于opencv的图像颜色聚类算法。聚类精度较高,但颜色数目需要输入。-Opencv image-based color clustering algorithm. Clustering high accuracy, but the number of colors required to enter.
  3. 所属分类:OpenCV

    • 发布日期:2024-06-11
    • 文件大小:1842176
    • 提供者:mosheh
  1. HCI

    0下载:
  2. 功能:求两幅图像的相似度,进而用于图像检索 尽管一幅彩色图像包含成千上万种颜色,但在多数情况下,图像中少数几种颜色就涵盖了图像中的大多数的象素颜色。这些颜色被称为主色。一些研究表明:使用主色一般不会降低颜色匹配效果。因此考虑一种次优可行的基于聚类颜色特征的相似度计算方法。 -Function: Find the similarity of two images, and then used for image retrie
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-11
    • 文件大小:10825728
    • 提供者:daiweiming
  1. ColorCluster

    0下载:
  2. 以车道检测项目为例,依据颜色信息进行聚类,Matlab代码实现。-To lane detection project, for example, clustering based on color information, Matlab code.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-11
    • 文件大小:11264
    • 提供者:辰采星
  1. testDBSCAM_matlab

    0下载:
  2. matlab实现的DBSCAN聚类分析,通过文件输入数据,不同的颜色代表一类数据(Matlab implementation of DBSCAN clustering analysis, through the document import data, different colors represent a category of data)
  3. 所属分类:图形图象

    • 发布日期:2024-06-11
    • 文件大小:2048
    • 提供者:安揪
  1. Colors_src

    0下载:
  2. 图像在读取颜色时,参数较多,处理过程需耗费大量时间,因此通过八叉树颜色聚类算法,提取图像的主色,利于后续的图像处理。(When the color is read, there are many parameters, and the processing process takes a lot of time. Therefore, octree color clustering algorithm is used to extrac
  3. 所属分类:Windows编程

    • 发布日期:2024-06-11
    • 文件大小:88064
    • 提供者:amybx2006
  1. kmeans

    0下载:
  2. 使用kmeans算法实现了彩色图像的颜色聚类(Color image clustering)
  3. 所属分类:图形图象

    • 发布日期:2024-06-11
    • 文件大小:634880
    • 提供者:zlsxf
« 12 3 4 5 »

源码中国 www.ymcn.org