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

搜索资源列表

  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. 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. Opencv-ref-man-2.3.1

    0下载:
  2. opencv 2.3 英文详解 比较新 目录如下 Introduction 1 1.1 API Concepts 12 core. The Core Functionality 7 2.1 Basic Structures .7 2.2 Basic C Structures and Operations 45 2.3 Dynamic Structures 77 2.4 Operations on Arrays104 2.5 Drawing Functions
  3. 所属分类:OpenCV

    • 发布日期:2017-11-01
    • 文件大小:2426962
    • 提供者:quan
  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-24
    • 文件大小:10398
    • 提供者:李翔
  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-04-30
    • 文件大小: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-12
    • 文件大小:20446864
    • 提供者:liguangya
  1. CPP-k-means

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

    • 发布日期:2017-04-30
    • 文件大小:242365
    • 提供者:胡朱林
  1. 354291

    0下载:
  2. An image abroad k-means clustering of the c + + source code, very easy to integrate and use
  3. 所属分类:OpenCV

    • 发布日期:2017-12-26
    • 文件大小:3072
    • 提供者:赵志宇
  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-15
    • 文件大小:464896
    • 提供者:术道
  1. MeanShift

    0下载:
  2. meanShift,均值漂移,在聚类、图像平滑、分割、跟踪等方面有着广泛的应用。一般是指一个迭代的步骤,即先算出当前点的偏移均值,然后以此为新的起始点,继续移动,直到满足一定的结束条件。(MeanShift, mean shift is widely used in clustering, image smoothing, segmentation, tracking and so on. Generally refers to an iterative step, that is, first
  3. 所属分类:OpenCV

    • 发布日期:2017-12-26
    • 文件大小:61440
    • 提供者:荀令君
搜珍网 www.dssz.com