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

搜索资源列表

  1. stereo_readimage

    2下载:
  2. 普通双目摄像机下利用OpenCV的函数实现标定、校正、匹配,匹配方法利用了多种匹配的算法简单做了下比较,其中的GPU算法需要有N卡的支持。-Ordinary binocular camera using OpenCV function calibration and correction, match, matching method uses a variety of simple matching algorithm under which the the GPU algorithm req
  3. 所属分类:OpenCV

    • 发布日期:2013-03-21
    • 文件大小:37906706
    • 提供者:
  1. Desktop

    0下载:
  2. 能够进行图像的边缘检测,采用canny算法,opencv代码只有短短几行,简单实用-Capable of image edge detection using canny algorithm, opencv code for only a few lines, simple and practical
  3. 所属分类:OpenCV

    • 发布日期:2017-04-04
    • 文件大小:6187
    • 提供者:huyong
  1. Canny

    0下载:
  2. 这是用opencv编写的canny算法,程序简单易懂!-this is an canny program!
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:860
    • 提供者:彭维演
  1. laplace

    0下载:
  2. 演示opencv的canny算法,已经寻找简单物体的轮廓-Demo opencv' s canny algorithm, has been looking for a simple outline of the object
  3. 所属分类:OpenCV

    • 发布日期:2017-05-06
    • 文件大小:1344996
    • 提供者:仗义
  1. single_bgk

    0下载:
  2. 单帧背景建模,将第一帧作为背景,从而检测出视频中的目标前景,简单的目标检测算法,需要的朋友可以下载哦-Single frame background modeling, the first frame as the background to detect the target prospects for the video, a simple target detection algorithms, need a friend Oh, you can download
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:2149
    • 提供者:朱曼
  1. NewShooterDemo

    0下载:
  2. 快速的运动估计算法。VC6+opencv1.0(仅用于摄像头读取和显示),能够判断并显示摄像头移动方向,对视频中物体运动有一定的稳定性。调试通过,可对摄像头视频实时处理,也可以读取视频文件。随着摄像头的移动,画面上会有直线标明摄像头移动方向,简单直观!-VC6+ opencv (read only for the camera and display), and a camera can judge the direction of movement, the movement of objec
  3. 所属分类:OpenCV

    • 发布日期:2017-03-31
    • 文件大小:1013828
    • 提供者:zeng xiao
  1. motion-tracking-and-implementation

    0下载:
  2. 目标跟踪是计算机视觉的一个重要分支,日益广泛应用于科学技术、国防安全、航空、医药卫生以及国民经济等领域。实现目标跟踪的关键在于完整地分割目标、合理提取特征和准确地识别目标,同时,要考虑算法实现的时间,以保证实时性。当视频图像中被跟踪目标发生姿态变化,存在旋转或部分遮挡时,简单的灰度模板或者Hausdorff距离匹配一般很难达到实时跟踪目标的要求,出现误匹配或者跟踪丢失的情况,而且跟踪效率较低。Gary R.Bradski提出的CAMSHIFT[1](Continu-ously Adaptive
  3. 所属分类:OpenCV

    • 发布日期:2017-03-27
    • 文件大小:129793
    • 提供者:mei88
  1. facedectionmethod

    0下载:
  2. 改进的人脸检测算法,效率较高,实现简单!-Improved face detection algorithm is proposed
  3. 所属分类:OpenCV

    • 发布日期:2017-05-08
    • 文件大小:1622471
    • 提供者:
  1. try4

    0下载:
  2. 单摄像头平面点定位算法,基于opencv,c和c++交叉编译,简单明了,必须已知高度信息,可以考虑同时用超声波定高实现-Planar point location algorithm for single-camera based on opencv, c and c++ cross compiler, simple, must be known to a high degree of information, you can consider while using ultrasonic se
  3. 所属分类:OpenCV

    • 发布日期:2016-01-24
    • 文件大小:5157888
    • 提供者:吴琨
  1. SURF

    0下载:
  2. 简单的opensurf算法,c语言实现,用到了opencv-the SURF detector-descr iptor scheme used in the OpenSURF library is discussed in detail.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1449052
    • 提供者:赵书睿
  1. opencvPgrabcut

    0下载:
  2. 基于opencv的图形图像处理程序,grabcut算法,简单易懂,可以运行。-Grabcut algorithm based the opencv graphics image processing program, easy to understand, you can run.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:26470
    • 提供者:高峰
  1. opencv_hog_test

    0下载:
  2. 本文主要介绍下opencv中怎样使用hog算法,因为在opencv中已经集成了hog这个类。其实使用起来是很简单的,从后面的代码就可以看出来。本文参考的资料为opencv自带的sample。   开发环境:opencv2.4.2+Qt4.8.2+ubuntu12.04+QtCreator2.5.   实验功能:   单击Open Image按钮,选择需要进行人检测的一张图片,确定后自动显示出来。该图片的大小没限制。   单击People Detect按钮,则程序会自动对该图片进
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:501760
    • 提供者:wuwei
  1. Qt_RobHess_Sift

    0下载:
  2. sift算法在cv领域的重要性不言而喻,该作者的文章引用率在cv界是number1.本篇博客只是本人把sift算法知识点整理了下,以免忘记。本文比较早的一篇博文opencv源码解析之(3):特征点检查前言1 中有使用opencv自带的sift做了个简单的实验,而这次主要是利用Rob Hess的sift源码来做实验,其实现在的opencv版本中带的sift算法也是Rob Hess的,只是稍微包装了下。 下面来做下试验,试验sift代码采用Rob Hess的代码,opencv目前版本中的sift
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1086801
    • 提供者:wuwei
  1. qt_open_surf

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

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

    0下载:
  2. 利用opencv实现的轮廓提取算法,简单实用-opencv contour extraction saved as contour points and display
  3. 所属分类:OpenCV

    • 发布日期:2017-11-25
    • 文件大小:744231
    • 提供者:chenglili
  1. HMM_viterbi

    0下载:
  2. hmm 维特比算法程序,很简单,但是非常适合初学者阅读和理解-hmm Viterbi algorithm, is very simple, but very suitable for beginners to read and understand
  3. 所属分类:OpenCV

    • 发布日期:2017-12-04
    • 文件大小:308979
    • 提供者:李霞
  1. chengxu

    0下载:
  2. 程序中包括canny边缘检测,平滑滤波,和金字塔算法,都是基于opencv的,程序简单实用。-Program includes canny edge detection, smoothing filtering, and the pyramid algorithm, are based on opencv, procedures simple and practical.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-08
    • 文件大小:2277
    • 提供者:tangfei
  1. StereoMatch1211

    0下载:
  2. 利用opencv中的算法能够实现简单的角点检测原代码-In the opencv to achieve a simple face detection element code
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:2389
    • 提供者:冬暖
  1. HS

    0下载:
  2. 基于opencv下,实现用帧差法HS算法,比较简单,多多帮忙-Based on the following opencv, implemented by the frame difference method HS algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-04-24
    • 文件大小:316303
    • 提供者:christina
  1. sift

    0下载:
  2. 基于opencv的sift算法,用于简单的图像拼接-Based on opencv sift algorithm for image stitching simple
  3. 所属分类:OpenCV

    • 发布日期:2017-05-17
    • 文件大小:4164476
    • 提供者:hades
« 12 3 »
搜珍网 www.dssz.com