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

搜索资源列表

  1. HaarTraining_algorithm

    0下载:
  2. 详细分析了基于opencv的haar-like型特征训练的源程序,对haar-like的原理以及实现方法进行了综合阐述,并给出了示例。-Opencv based on detailed analysis of the haar-like features of the training model of the source, the principle of haar-like methods to achieve a comprehensive and elaborate, and give
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:256.92kb
    • 提供者:张扬
  1. find_obj

    1下载:
  2. 利用模板匹配原理,用一本书为模板,在一堆书籍里找出此模板本身-Using the template matching principle, with a book is the template, discovers this template itself in pile of books
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:172.2kb
    • 提供者:杨杰
  1. 15

    0下载:
  2. 根据仿射变换原理,借助opencv中的函数实现了图片的放射变换-Under affine transformation principle, with opencv functions implemented in the radiation image transformation
  3. 所属分类:OpenCV

    • 发布日期:2017-05-12
    • 文件大小:2.6mb
    • 提供者:we
  1. MissDetector

    0下载:
  2. 这是一个在Opencv下开发的基于视频序列的视频缺失检测程序,该程序利用帧差的原理实现。-This project is developed with opencv to detect the miss frame based on the principle of diff-frames.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-15
    • 文件大小:3.7mb
    • 提供者:yg
  1. Gaussion

    0下载:
  2. 混合高斯模型原理,以及OpenCV实现的源代码,以及注释-Gaussian mixture model principle, and the realization of the source code
  3. 所属分类:OpenCV

    • 发布日期:2017-05-24
    • 文件大小:7.78mb
    • 提供者:lansejingling
  1. hand

    0下载:
  2. 采用OpenCv写的手势提取代码,采用肤色原理,可准确的检测提取手部。-Gestures OpenCv write extraction code, the color principle, can accurately detect the extraction of hand.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-17
    • 文件大小:4.17mb
    • 提供者:jiutianfeixue
  1. chap3

    0下载:
  2. 介绍了最小二乘法的相关知识原理应 用。。。以及最小二乘法在曲线拟合中的应用-Knowledge of the principle of least squares method application. . . And the least squares method of curve fitting
  3. 所属分类:OpenCV

    • 发布日期:2017-04-02
    • 文件大小:267.63kb
    • 提供者:燕子一舞
  1. OnlinePCA

    1下载:
  2. 通过在线PCA来识别手势,并能对新增手势做一定的增量,很好的实现了增量学习。算法具有效率高,识别率好,速度快等特点,同样适合其他模式识别方面的应用。-The learning method for hand gesture recognition system based on vision is commonly off-line,which results in repeated off-line learning when new hand gestures come. Its real-
  3. 所属分类:OpenCV

    • 发布日期:2017-02-27
    • 文件大小:2.05mb
    • 提供者:张灿淋
  1. CV4

    1下载:
  2. 立体视觉相关的程序,这部分需要先了解图像和摄像机之间的对立关系,并对极线几何比较了解,先把原理熟悉了以后,具体到编程上就会轻松一点,整体还是比较耗时的。具体来说,程序使用SSD得到匹配点,然后根据匹配点计算出基本矩阵,最后计算出匹配点相关的极线-Stereo vision procedure, this part of the need to understand the antagonistic relationship between the image and the camera, an
  3. 所属分类:OpenCV

    • 发布日期:2017-11-13
    • 文件大小:2.83mb
    • 提供者:
  1. harris-

    0下载:
  2. 计算机视觉基于opencv的harris角点检测数学原理参考资料,便于快速理解该算法-Computer Vision Based harris corner detection opencv mathematical principle reference for quick understanding of the algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-04-07
    • 文件大小:406.84kb
    • 提供者:gong
  1. guidedfilter_vc

    1下载:
  2. 本文件为引导滤波算法的程序文件,为VC++编码,根据何凯明博士的文章《Guided Image Filtering》讲述的原理编写而成,具有很好的边缘保持特性,是作为作者在前一篇讲解去污算法的文章《Single Image Haze Removal Using Dark Channel Prior》的补充,当然也可以用于其他的滤波算法中-This document is a boot file filtering algorithm for VC++ coding, according to D
  3. 所属分类:OpenCV

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

    0下载:
  2. Harris角点检测原理及实现,程序不是我写的,csdn的crzy_sparrow写的,感兴趣可以看他的博客!-Harris corner detection principle and implementation, the program is not what I wrote, csdn of crzy_sparrow write, interested can look at his blog!
  3. 所属分类:OpenCV

    • 发布日期:2017-05-02
    • 文件大小:933.8kb
    • 提供者:画儿
  1. opencv_detect

    0下载:
  2. opencv中常用的检测和跟踪算法原理介绍,介绍了常用的前景检测与目标跟踪算法-opencv principle commonly used in the detection and tracking algorithm, the introduction of the common prospects for detection and target tracking algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-04-08
    • 文件大小:56.39kb
    • 提供者:紫烟
  1. J

    0下载:
  2. 基于VS2008和opencv2.1的人脸识别程序,换了分类器之后可以识别其他五官,原理都是一样的-VS2008 and opencv2.1 based face recognition program, for the classification of other features can be identified later, the principle is the same
  3. 所属分类:OpenCV

    • 发布日期:2017-05-24
    • 文件大小:4.25mb
    • 提供者:Coco
  1. camshift

    0下载:
  2. Camshift算法原理及其Opencv实现-Camshift algorithm principle and its realization Opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-05-21
    • 文件大小:6.12mb
    • 提供者:叶兰
  1. Camshift--Opencv

    0下载:
  2. Camshift算法原理的简单介绍及其Opencv实现 对于初学者掌握算法的原理及编程很有帮助-Principle brief Camshift algorithm principle and its realization Opencv for beginners to master the algorithms and programming helpful
  3. 所属分类:OpenCV

    • 发布日期:2017-04-30
    • 文件大小:49.03kb
    • 提供者:hanll
  1. MSKI

    0下载:
  2. This is a chaotic process based on poincare mapping principle, the program demonstrated by the numerical integration method
  3. 所属分类:OpenCV

    • 发布日期:2017-12-19
    • 文件大小:7kb
    • 提供者:沈秀连
  1. HOGCompute

    0下载:
  2. 根据2005年Dalal提出HOG特征计算原理,自己编写了HOG特征提取算法,此特征可以用于目标检测中,包括行人检测,采用编程语言为C++,采用视觉库为opencv(According to the principle of HOG feature calculation proposed by Dalal in 2005, HOG feature extraction algorithm has been compiled. This feature can be used in object
  3. 所属分类:OpenCV

    • 发布日期:2017-12-25
    • 文件大小:7.38mb
    • 提供者:zouwit
  1. fnder_principle

    0下载:
  2. matlab下对眼图进行模拟,可以进一步帮助理解眼图的原理,不错的(To eye diagram is simulated under matlab, we can further help understand the principle of eye diagram, pretty good)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-25
    • 文件大小:4kb
    • 提供者:mefen%213581
  1. Thkuatlabzormat

    0下载:
  2. matlab在自动控制原理的的应用,ppt讲解格式,详细,并且配有例题的源代码(The application of matlab in automatic control principle, PPT format, detailed, and is equipped with a sample source code)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-21
    • 文件大小:1kb
    • 提供者:cfx%21547
« 12 »
搜珍网 www.dssz.com