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

搜索资源列表

  1. kmeans算法。opencv上面聚类算法的例子

    0下载:
  2. kmeans算法。opencv上面聚类算法的例子,是一个很好的学习程序。-kmeans algorithm. A good example for learning kmeans.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:4538283
    • 提供者:xiaoyan
  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
    • 文件大小:12971
    • 提供者:xl
  1. SVM.rar

    2下载:
  2. OpenCV机器学习SVM支持向量机的分类程序举例,OpenCV Machine Learning SVM example.
  3. 所属分类:2D Graphic

    • 发布日期:2015-01-08
    • 文件大小:1912
    • 提供者:Beckya
  1. Kmeans-opencv

    0下载:
  2. kmeans 的opencv实现版本,可以分类,分类效果还可以。-kmeans the opencv version, can be classified, the classification of the effect can be.
  3. 所属分类:Console

    • 发布日期:2017-11-08
    • 文件大小:227856
    • 提供者:nihongyin
  1. Kmeans

    0下载:
  2. 基于opencv的kmeans聚类实现 输入文本数据,进行聚类输出-Opencv-based clustering of kmeans the input text data, clustering output
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:2260631
    • 提供者:Cindy
  1. LaplacianPyramid

    0下载:
  2. 拉普拉斯金字塔出来程序,在OpenCV开发环境下能实现多分辨率多多尺度的拉普拉斯金字塔的图像处理。-The programming can deal with Laplacian Pyramid. Firstly ,using Gaussian pyramid process image, then using Gabor deal with it.The effect is very good.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1756639
    • 提供者:胡小宁
  1. kmeans

    0下载:
  2. opencv的基础代码实现 可以实现边缘检测和图像的其他识别-the basis of opencv code can achieve edge detection and image of the other identification
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1361
    • 提供者:wanlixin
  1. kmeans

    0下载:
  2. kmeans.c from opencv
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:2492
    • 提供者:pudn
  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
    • 文件大小:5916
    • 提供者:tbc
  1. ImageProcessing

    1下载:
  2. opencv+mdi实现,包含数字图像处理基本几何变换,以及fft,ifft,kmeans和形态学处理、直方图均衡化、伪彩色增强、指数增强等操作。-opencv+ mdi implementation, including basic geometric transformation of digital image processing, and fft, ifft, kmeans and morphological processing, histogram equalization, ps
  3. 所属分类:Graph program

    • 发布日期:2015-11-12
    • 文件大小:2029568
    • 提供者:liujie
  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 Environment: VC6, need to install
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2835919
    • 提供者:chenwenlue
  1. MARK_Kmeans

    0下载:
  2. 使用k-means算法对一副RGB色彩空间的图像作简单的聚类。根据命令行提示输入聚类的大小K,程序自动计算每一个像素点的归属并着色该点为该类的色彩均值。工程运行于VS2008环境,需要OpenCV支持。Debug目下exe文件可以直接双击运行查看结果。-Using k-means algorithm on an RGB color space images to make a simple clustering. According to the command prompt enter the
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3136455
    • 提供者:
  1. KMeans

    0下载:
  2. 这是一个VC6.0和OPencv下的K均值的例子,希望对大家有帮助。-This is an exmaple under the VC6.0 and OpenCV, which has implemented the k-means algorithms.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-10
    • 文件大小:2241934
    • 提供者:yg
  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
    • 文件大小:1211
    • 提供者:
  1. kmeans-cluster-with-openCV

    0下载:
  2. openCV平台下kmeans聚类的实现-Kmeans clustering implementation with OpenCV
  3. 所属分类:OpenCV

    • 发布日期:2017-11-01
    • 文件大小:806
    • 提供者:cjl
  1. Kmeans

    0下载:
  2. 实现Kmeans,输入是txt文本文件,输出也是,结构清晰易懂,是非常好的Kmeans代码,个人觉得比opencv自带的kmeans函数好用-Achieve Kmeans, input is a txt file, the output is also a clear structure to understand, is a very good Kmeans code, personal feel than opencv kmeans function comes handy
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2782
    • 提供者:ChenJun
  1. color_kmeans

    0下载:
  2. 使用opencv kmeans 进行颜色聚类-opencv kmeans
  3. 所属分类:Console

    • 发布日期:2017-04-13
    • 文件大小:2400
    • 提供者:xin
  1. kMeans

    0下载:
  2. Kmeans聚类算法,采用Opencv开源机器视觉库-Kmeans clustering algorithm, using Opencv computer Vision library
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:2493
    • 提供者:李成果
  1. kmeans_filtro

    0下载:
  2. This code is a Kmeans filter for images
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:374784
    • 提供者:mauricioUTF
  1. kmeans

    0下载:
  2. 基于windows平台和k-聚类算法,对平面点集进行聚类(Based on the windows platform and the k- clustering algorithm, the plane point set is clustered)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-10
    • 文件大小:1036288
    • 提供者:yuwawa
« 12 »
搜珍网 www.dssz.com