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

搜索资源列表

  1. Tracker_openCV

    0下载:
  2. CAMSHIFT source it is implementd by opencv
  3. 所属分类:Other systems

    • 发布日期:2017-05-27
    • 文件大小:10596444
    • 提供者:frogman
  1. liyang03

    0下载:
  2. 利用opencv实现运动估计,里面包括一个典型的视频例子。-Opencv achieved using motion estimation, which includes a typical video example
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:1989533
    • 提供者:姬冠妮
  1. VCandOpenCVsources

    0下载:
  2. 源码1:实现对图像平滑处理。比如噪声消除(二什图像的黑白点噪滤除;消除孤立黑像素点);邻域平均 法;中值滤波;加噪等。 源码2:对图像进行阈什分割和轮廓提取。 源码3:进行图像的合成。 源码4:图像的变换域处理 源码5:锐化及边缘检测 源码6:灰度变换 motiondetect1:基于OpenCV 运动检测(摄像头或.avi)-Source 1: Implementation of image smoothing. Such as noise reduction
  3. 所属分类:Graph program

    • 发布日期:2017-05-23
    • 文件大小:7205572
    • 提供者:stone
  1. motempl

    0下载:
  2. 使用opencv的运动模板来进行运动跟踪的程序-Campaign templates using opencv motion tracking program for
  3. 所属分类:OpenCV

    • 发布日期:2017-03-28
    • 文件大小:889329
    • 提供者:georgeou
  1. motion_detection

    0下载:
  2. motion detection in opencv feed from ip camera
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1278
    • 提供者:akem
  1. OpencvToIntroduceMovingTargetDetectionAndTracking.

    0下载:
  2. 基于opencv的运动物体跟踪与检测的算法论文-Opencv object tracking based on motion detection algorithm with the paper
  3. 所属分类:OpenCV

    • 发布日期:2017-05-25
    • 文件大小:8666496
    • 提供者:陈家敏
  1. SIFT_VC.lib

    1下载:
  2. 本系统中VIS欠缺的SIFT_VC.lib文件。。。 http://www.pudn.com/downloads224/sourcecode/math/detail1055031.html-This is lib file, which is used in Video Intelligent System (VIS) based on the Microsoft Visual Studio 2008 compiler environment and OpenCV 2.0 library
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-05-25
    • 文件大小:111583
    • 提供者:
  1. blobtrack

    0下载:
  2. opencv 例子程序 图像处理 运动识别-Examples of image processing motion recognition opencv
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:88235
    • 提供者:liu
  1. src

    0下载:
  2. an opencv motion detect program using c-an opencv motion detect program using c++
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-10
    • 文件大小:17205625
    • 提供者:ace
  1. OPENCV-jiance-yudong-xitong-guiji

    0下载:
  2. 使用OPENCV检测运动系统的轨迹等参数-using openCV detect motion
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:4209124
    • 提供者:yizifeng
  1. qmotion-1.8

    0下载:
  2. QMotion 是一个采用 OpenCV 开发的运动检测程序,可以跟踪目标的运行方向。需要 QT 库支持-QMotion is a motion detection using OpenCV development program that can track the target' s direction of travel. QT library support needed
  3. 所属分类:OpenCV

    • 发布日期:2017-04-02
    • 文件大小:115823
    • 提供者:cuiy
  1. guangliu

    0下载:
  2. 用opencv库函数实现光流运动估计的搜索法,简单易懂,请多指教!-Opencv library functions using optical flow motion estimation search, easy to understand, Pleased to meet you!
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:3326357
    • 提供者:longway
  1. exemple-for-program

    0下载:
  2. 基于opencv的运动估计 图像灰度处理-Opencv image-based motion estimation process in gray
  3. 所属分类:OpenCV

    • 发布日期:2017-06-14
    • 文件大小:22716976
    • 提供者:chengcaiyun
  1. jiyuOpenCVderentiyundongjiancexitong

    0下载:
  2. 用OpenCV实现的人体运动检测系统C++源码-Using OpenCV implementation of human motion detection system, C++ source code
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:126241
    • 提供者:Wenzhi Xie
  1. motion-detection

    0下载:
  2. motion detection with opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-05-15
    • 文件大小:4041728
    • 提供者:子曰
  1. motion-tracking-and-implementation

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

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

    0下载:
  2. 研究了基于混合高斯模型的运动目标检测技术,在分析了混合高斯模型的基本原理的基础上,使用了一种改进的混合高斯模型更新算法.在Visual C++6.0中利用OpenCV完成了相关算法,成功地提取出了运动目标和实验场景的背景,验证了该改进的混合高斯模型更新算法的可行性-OpenCV-based motion detection techniques I have read some articles, I feel you can, share
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:388425
    • 提供者:mei88
  1. video-files-and-motion-detection

    0下载:
  2. 读视频文件和运动问题检测,opencv实现,可用性强。-Read video files and motion detection, opencv realize, usability is strong.
  3. 所属分类:Video Capture

    • 发布日期:2017-05-14
    • 文件大小:3926542
    • 提供者:jianghui
  1. 2_MotionTracking

    0下载:
  2. opencv motion tracking source code
  3. 所属分类:OpenCV

    • 发布日期:2017-04-02
    • 文件大小:1619
    • 提供者:ricproenca
  1. video-detection-motion-tracking

    0下载:
  2. VC编写,应用opencv开源库的视频运动目标跟踪程序,其算法是基于视频采集角点滤波-VC prepared the application opencv open source library of video moving target tracking procedures, the algorithm is based on the video capture corner filter
  3. 所属分类:Video Capture

    • 发布日期:2017-05-25
    • 文件大小:8593690
    • 提供者:eccrjbsat
« 1 2 3 45 6 7 8 9 10 »
搜珍网 www.dssz.com