CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 运动检测 算法

搜索资源列表

  1. IMPROVEDHARRISCorner

    0下载:
  2. 经典的Harris角点检测算法经过改进的VC代码,可以用来提取灰度图象的特征点,用于匹配,运动估计,光流计算,形状分析等。-classic Harris corner detection algorithm improved VC code, Gray can be used to extract image feature points for the match, motion estimation, optical flow, shape analysis.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:95375
    • 提供者:陈宣雅
  1. IMPROVEDSUSANDETECT

    0下载:
  2. 经典的SUSAN角点检测算法经过改进的VC代码,可以用来提取灰度图象的特征点,用于匹配,运动估计,光流计算,形状分析等。- The classical SUSAN vertex examination algorithm after the improvement VC code, may use for to withdraw the gradation image characteristic point, uses in to match, the movement estimated
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:3293820
    • 提供者:陈宣雅
  1. motiondetectionsystem

    0下载:
  2. c++写的一个运动检测工程的示例,参照了许多国外的算法,欢迎交流!-c write a motion detection works example, the reference to the many foreign algorithm, welcomed the exchange!
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2299529
    • 提供者:孙浩
  1. A_Fast_Fractional_pel_Motion_Estimation_Algorithm_

    0下载:
  2. 这是一篇讲述运动估计中快速亚像素运动估计算法的文章,其中利用相邻匹配点匹配误差值减少待检测匹配点的方法有效地提高了算法的速度。
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:414819
    • 提供者:张颖
  1. WL40987330 C语言算法集

    2下载:
  2. 目录 第一部分  基础篇   001  第一个C程序  002  运行多个源文件  003  求整数之积  004  比较实数大小  005  字符的输出  006  显示变量所占字节数  007  自增/自减运算  008  数列求和  009  乘法口诀表  010&
  3. 所属分类:Windows编程

    • 发布日期:2008-12-21
    • 文件大小:3245365
    • 提供者:wl409873350
  1. 背景差分法实现运动检测

    2下载:
  2. 运动检测算法
  3. 所属分类:其他小程序

  1. 人体跟踪源代码

    0下载:
  2. 该程序实现了对运动物体的检测,跟踪。对传统背景减除法进行了改进,运行速度也很快。
  3. 所属分类:Windows编程

    • 发布日期:2012-05-08
    • 文件大小:15173333
    • 提供者:wj_0201@126.com
  1. w4-moving-object-detection

    0下载:
  2. 此程序是针对视频中的运动目标的检测,程序中包括了背景建模、背景差法等功能的w4背景建模算法。-This procedure is for the video of the moving target detection, process modeling, including the background, the background difference method and other functions of the background modeling algorithm w4.
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:4820
    • 提供者:songhong
  1. diff2bg

    0下载:
  2. 结合Opencv工具,在VC++上,利用背景差算法实现运动目标检测,并结合三帧差分算法对检测结果进行判断和报警。已通过编译和运行。-Opencv combination of tools, in VC++, using the background of poor moving target detection algorithm, combined with three differential algorithm to judge the test results and alarm. Ha
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:2854
    • 提供者:zhang li
  1. Video-motion-detection-algorithm-source-code

    0下载:
  2. 本文实现了在连续视频数据流中几种不同的运动检测算法,他们都是基于当前帧图像和前一帧图像的比较,程序使用了AForge.NET framework库。其中的示例代码支持下面几种视频格式:AVI文件、网路相机的JPEG和MJPEG,本地的采集设备(USB相机等)。-This article implements a continuous video data stream in several different motion detection algorithms, they are based
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1350100
    • 提供者:憨豆
  1. Snakemovingtarget

    0下载:
  2. Snake算法在运动目标检测中的应用,做运动目标检测的朋友可以参考此文章-Snake moving target detection algorithm in the application, moving target detection so friends can make reference to this article
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:322780
    • 提供者:aapeanuts
  1. tuxiangchuli

    0下载:
  2. 提出一种视频序列中人体运动目标的精确检测、提取以 跟踪算法。-picture follow
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-12
    • 文件大小:2697588
    • 提供者:yuxianli
  1. ObjectionTracking

    0下载:
  2. 1) 运动目标的检测:图像预处理,差分,二值化,形态滤波 2)运动目标的跟踪:特征提取,搜索匹配算法,在Visual C++或Matlab环境下,编程实现。 -Tracking image
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:961146
    • 提供者:冬之紫婧
  1. sss_source

    0下载:
  2. 《OpenCV教程》(基础篇)是国内第一本全面介绍OpenCV的中文版图书,对OpenCV开放源代码计算机视觉库进行了详细讲解。OpenCV由一系列C函数和C++类构成,功能涵盖图像处理、计算机视觉和模式识别等领域。OpenCV实现了大量通用算法,涉及到图像处理、结构分析、运动检测、摄像机定标、三维重建以及机器学习等方面,并有较高的运行效率。-The Open Source Computer Vision Library may contain design defects or errors
  3. 所属分类:CSharp

    • 发布日期:2017-05-29
    • 文件大小:12012306
    • 提供者:力量
  1. MyCollision1

    0下载:
  2. 本程序采用碰撞检测算法,检测运动小球之间、运动小球与其它平面或者柱体的碰撞,并作出相应的碰撞响应。-This procedure uses collision detection algorithm to detect motion between the ball, exercise ball or cylinder with the other plane collision, and collision response accordingly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:294222
    • 提供者:buptkid
  1. A1rard

    0下载:
  2. 自适应核密度估计运动检测方法 提出一种自适应的核密度(kernel density estimation, KDE)估计运动检测算法. 算法首先提出一种自适应前景、背景阈值的双阈值选择方法, 用于像素素分类. 该方法用双阈值能克服用单阈值分类存在的不足, 阈值的选择能自适应进行, 且能适应不同的场景. 在此基础上, 本文提出了基于概率的背景更新模型, 按照像素的概率来更新背景, 并利用帧间差分背景模 -Adaptive kernel density estimation motion det
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:1480652
    • 提供者:弯曲
  1. VMottion-Detei

    0下载:
  2. 一种基于Visual C的运动检测算法,支持AVI文件件输入,支持JPEG、MJPEG网络摄像头与USB摄像头 -Motion detection algorithm based on Visual C pieces of input support AVI files, support for JPEG, MJPEG network camera head with USB camera
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:250590
    • 提供者:lhn19822
  1. shipingenzong

    0下载:
  2. 本文实现了在连续视频数据流中几种不同的运动检测算法,他们都是基于当前帧图像和前一帧图像的比较,程序使用了AForge.NET framework库。其中的示例代码支持下面几种视频格式:AVI文件、网路相机的JPEG和MJPEG,本地的采集设备(USB相机等)。 -Some approaches to detect motion in a video stream. There are many approaches for motion detection in a continuous v
  3. 所属分类:CSharp

    • 发布日期:2017-11-16
    • 文件大小:649852
    • 提供者:zys
  1. 基于高斯混合模型的红外目标检测算法研究

    0下载:
  2. 目前图像处理技术已经广泛应用于人们生产生活的各个方面,对于相关技术的研究具有广泛的研究意义和应用价值,本文中研究的主要内容为基于混合高斯模型的红外图像运动目标检测算法研究及实现。(All aspects of the image processing technology has been widely applied in people's life and production, has wide application value and research significance for
  3. 所属分类:其他

  1. 基于卡尔曼滤波的运动目标检测,matlab代码

    4下载:
  2. 基于卡尔曼滤波算法的运动目标检测,做视频车道线检测,动态车辆识别,行人检测的朋友可以参考一下(Based on Calman filter algorithm for moving object detection, do video lane detection, dynamic vehicle recognition, pedestrian detection friend can refer to.)
  3. 所属分类:其他

« 12 3 »
搜珍网 www.dssz.com