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

搜索资源列表

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

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

    • 发布日期:2017-05-16
    • 文件大小:4538283
    • 提供者:xiaoyan
  1. NPatternRecognizer

    0下载:
  2. 这是一个机器学习的通用算法库,用.NET编写,实现了SVM,K-MEANS聚类等经典的机器学习算法-This is a general purpose machine learning algorithms library, use. NET prepared to achieve the SVM, K-MEANS clustering and other classic machine learning algorithms
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1065522
    • 提供者:Juanna
  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

    • 发布日期:2017-04-09
    • 文件大小:1841668
    • 提供者:mosheh
  1. JuLeiFenXi2.1.2

    0下载:
  2. 用OPEN CV在VS2010下实现运动物体分离,算法理论:K—均值聚类算法-Moving objects in VS2010 with the OPEN the CV separation algorithm theory: K-means clustering algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-06-17
    • 文件大小:26882137
    • 提供者:梁卓立
  1. qt_open_surf

    3下载:
  2. 在上篇博客特征点检测学习_1(sift算法) 中简单介绍了经典的sift算法,sift算法比较稳定,检测到的特征点也比较多,其最大的确定是计算复杂度较高。后面有不少学者对其进行了改进,其中比较出名的就是本文要介绍的surf算法,surf的中文意思为快速鲁棒特征。本文不是专门介绍surf所有理论(最好的理论是作者的论文)的,只是对surf算法进行了下整理,方便以后查阅。 该代码的作者给出的主函数实现了6中功能,包括静态图片特征点的检测,视频中特征点的检测,图片之间的匹配,视频与图片之间的匹配
  3. 所属分类:OpenCV

    • 发布日期:2013-01-03
    • 文件大小:2758061
    • 提供者:wuwei
  1. 253f30664450

    0下载:
  2. 用于遥感图像分类处理的一个基于C++的遗传算法聚类程序-For remote sensing image classification based on genetic algorithm clustering procedure of the C++
  3. 所属分类:OpenCV

    • 发布日期:2017-11-21
    • 文件大小:182277
    • 提供者:邓刘昭芦
  1. kmeans-cluster-with-openCV

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

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

    0下载:
  2. 实现了对图像的K_means聚类分析,图像分割-Realization of K_means clustering image analysis, image segmentation
  3. 所属分类:OpenCV

    • 发布日期:2017-05-19
    • 文件大小:5137578
    • 提供者:郭晓丽
  1. opencv

    0下载:
  2. 图像场景分类的bow模型opencv源代码,采用k-means聚类构造单词,采用支持向量机的svm分类器。-Image scene classification bow model opencv source code, using k-means clustering structure of words, using support vector machine svm classifier.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-25
    • 文件大小:10398
    • 提供者:李翔
  1. KmeansaFCM

    0下载:
  2. 在opencv环境下使用fuzzy c means和kmeans算法实现图片像素RGB值聚类,希望对大家有帮助-using fuzzy c means and k-means algorithm to realize the RGB image segmentation in opencv.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:6130
    • 提供者:Sunshuyang
  1. K-means

    0下载:
  2. 通过Kmeans聚类方法,对图片中的路牌进行检测,随后仅输出路牌区域,而其他大方均为白色-detect the road sign in the photograph
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:3067147
    • 提供者:蒋涛
  1. optical

    0下载:
  2. opencv写的基于光流法的运动人流分类,能够实现读取视频,实现金字塔光流法和HS光流法,最后对流动人群进行有效的聚类。-Opencv writing movement flow classification based on optical flow method, read the video, can be implemented to realize pyramid optical flow method and the HS optical flow method, finally,
  3. 所属分类:OpenCV

    • 发布日期:2017-05-18
    • 文件大小:4671379
    • 提供者:蛋蛋
  1. 1K_means

    0下载:
  2. 用K-means算法将点进行聚类,点以结构体的形式表示,opencv+vs2010跑通。-By K-means clustering algorithm point, the point structure in the form of representation, opencv+ vs2010 run through.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:2462385
    • 提供者:张娇
  1. KMkeen

    0下载:
  2. 基于人类视觉将图像分割成若干个有意义的区域是目标检测和模式识别的基础。图像分割属于图像处理中一种重要的图像分析技术。图像分割的基本方法是对灰度图像分割,处理图像的亮度分量,简单快速。本论文介绍了传统的图像分割与K-均值聚类算法分割,然后利用OpenCV函数将其实现,并介绍了OpenCV中图像分割相关的基本函数。-Based on the human visual image is segmented into several meaningful regions is the basis for
  3. 所属分类:OpenCV

    • 发布日期:2017-05-18
    • 文件大小:5034889
    • 提供者:潇枫
  1. 0db98e1e158c

    0下载:
  2. VC++聚类程序,进行图像识别,双目距离检测中有应用-VC++ clustering procedure, image recognition, binocular distance detection in applications
  3. 所属分类:OpenCV

    • 发布日期:2017-05-01
    • 文件大小:90163
    • 提供者:liguangya
  1. sdadssad

    0下载:
  2. 强大的图像模式识别程序,在车辆测距中有很大作用,综合包括了聚类和分类程序-Powerful image pattern recognition program, plays a significant role in the vehicle ranging, including a comprehensive clustering and classification procedures
  3. 所属分类:OpenCV

    • 发布日期:2017-06-13
    • 文件大小:20446864
    • 提供者:liguangya
  1. CPP-k-means

    0下载:
  2. 图像处理,C++环境下的k-means聚类算法,实现图像分割-Image processing, k-means clustering algorithm C++ environment, image segmentation
  3. 所属分类:OpenCV

    • 发布日期:2017-05-01
    • 文件大小:242365
    • 提供者:胡朱林
  1. color_kmeans1

    0下载:
  2. 颜色聚类,实现一幅图像的颜色聚类得到颜色的种类数-Color Kmeans
  3. 所属分类:OpenCV

    • 发布日期:2017-06-09
    • 文件大小:16218820
    • 提供者:
  1. kde

    0下载:
  2. 核密度估计,matlabkernel density estimation是在概率论中用来估计未知的密度函数,属于非参数检验方法之一,由Rosenblatt (1955)和Emanuel Parzen(1962)提出,又名Parzen窗(Parzen window)。Ruppert和Cline基于数据集密度函数聚类算法提出修订的核密度估计方法。-kernel density estimation
  3. 所属分类:OpenCV

    • 发布日期:2017-04-14
    • 文件大小:3357
    • 提供者:peter pu
  1. K均值聚类在基于OpenCV的图像分割中的应用

    0下载:
  2. 介绍了传统的图像分割与K-均值聚类算法分割,然后利用OpenCV函数将其实现,并介绍了OpenCV中图像分割相关的基本函数。(This paper introduces the segmentation of traditional image segmentation and K- mean clustering algorithm, then uses OpenCV function to implement it, and introduces the basic functions of
  3. 所属分类:OpenCV

    • 发布日期:2017-12-16
    • 文件大小:464896
    • 提供者:术道
« 12 »
搜珍网 www.dssz.com