搜索资源列表

  1. 运动目标跟踪

    3下载:
  2. 运动Kalman技术实现运动目标的跟踪,效果不错!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2009-04-17
    • 文件大小:24420
    • 提供者:xiaocuiman
  1. 运动目标跟踪

    0下载:
  2. 利用帧间差分法实现运动目标的跟踪
  3. 所属分类:界面编程

  1. 运动目标跟踪

    0下载:
  2. 本代码的作用是对运动目标进行跟踪,跟踪的精度较高,适合刚体和非刚体运动目标的跟踪,鲁棒性较好。
  3. 所属分类:图形图象

  1. 运动目标跟踪

    3下载:
  2. 基于图像的运动目标跟踪,直接可以运行。对于想学习这方面的人很有用
  3. 所属分类:图形/文字识别

  1. genzong4

    0下载:
  2. 视频序列中运动目标的检测与跟踪(论文) 本文在总结和分析现有运动目标检测与跟踪方法的基础上,重点研究摄像头固定情况 下运动目标的检测与跟踪技术。-video sequences moving target detection and tracking (thesis) Based on the review and analysis of existing and moving target detection tracking m
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-31
    • 文件大小:6407168
    • 提供者:丁德锋
  1. IMM

    0下载:
  2. 采用多模方式的卡尔曼滤波程序,仿真对运动目标的跟踪-Using multi-mode approach of Kalman filtering process, simulation of moving target tracking
  3. 所属分类:行业应用软件

    • 发布日期:2024-05-31
    • 文件大小:2048
    • 提供者:liu
  1. vediodetecttrack

    0下载:
  2. 一个从视频序列图像中检测运动目标的程序,可从摄像头实时捕获信息。-An image from the video sequences of moving targets detection procedures can be seen from the camera to capture real-time information.
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2024-05-31
    • 文件大小:1360896
    • 提供者:hybgd1
  1. kalmangenzong

    0下载:
  2. 一个改进的卡尔曼滤波器 用来进行运动目标的跟踪 -An improved Kalman filter used for tracking moving targets
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-31
    • 文件大小:174080
    • 提供者:karl
  1. 34

    0下载:
  2. 一种能自动识别运动目标的跟踪方法,跟踪实时性较强,效果很好。-Can automatically identify a moving object tracking method, tracking real-time highly effective.
  3. 所属分类:图形图象

    • 发布日期:2024-05-31
    • 文件大小:1027072
    • 提供者:王宝荣
  1. ObjectTracker

    0下载:
  2. 使用OPENCV进行运动目标跟踪,在Visual C++ 2005 环境中使用新算法实现多运动目标的跟踪和检测。-this is a object motion tracking system with Visual c++ 2005 and opencv。it can process successly check and track multi-objects。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-31
    • 文件大小:6634496
    • 提供者:吕冀
  1. target_trace

    0下载:
  2. 目标跟踪matlab源代码,通过当前帧预测区域的信息同背景图像的信息的内容相差,可以很好的实现运动目标的跟踪。-Target tracking matlab source code, through the regional information predict the current fr a me image with the background information on the contents of the differ
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-31
    • 文件大小:1024
    • 提供者:马汪
  1. ObjectionTracking

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

    • 发布日期:2024-05-31
    • 文件大小:961536
    • 提供者:冬之紫婧
  1. motiondetection

    0下载:
  2. 对任何运功的物体进行实时的检测和跟踪,并能标记运动目标的轮廓。-Exercise our powers to object to any real-time detection and tracking, and to mark the outline of moving objects.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-31
    • 文件大小:3072
    • 提供者:yanan
  1. OpenCV

    0下载:
  2. 基于OpenCV的运动目标检测跟踪实验平台-OpenCV
  3. 所属分类:OpenCV

    • 发布日期:2024-05-31
    • 文件大小:177152
    • 提供者:xf
  1. targets-detection-and-tracking

    0下载:
  2. 基于vc++6.0+opencv的运动目标的检测与跟踪,包括一个小车视频,主要功能是在噪声、静止背景下实现运动目标的检测-Vc++6.0+ opencv-based moving target detection and tracking, including a car video, the main function is in the noise, static background detection of moving obj
  3. 所属分类:OpenCV

    • 发布日期:2024-05-31
    • 文件大小:2745344
    • 提供者:李静
  1. motion-tracking-system-

    0下载:
  2. 本文分析比较了传统运动目标检测的3种主要方法:背景图像差分法、时态差分法和光流法,在此基础上给出了一种背景图像预测算法,大大减少了因为背景变化而产生的目标检测误差。本文基于OpenCV设计出改进的运动目标检测与跟踪算法,实现了运动目标的跟踪,并在VC++编译环境下,利用USB摄像头作为视频采集器,通过观察实验结果可以看出,本文的运动目标检测算法能够正确地检测出视频图像中的运动目标,而且在检测性能上优于普通的自适应背景差分法。 -Op
  3. 所属分类:OpenCV

    • 发布日期:2024-05-31
    • 文件大小:1061888
    • 提供者:mei88
  1. 运动目标的跟踪检测

    0下载:
  2. 这是用MATLAB程序实现视频中运动的目标的跟踪检测,并附有一个小视频(This is the realization of tracking and detecting moving objects in video with MATLAB program, with a small video.)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-31
    • 文件大小:624640
    • 提供者:凯撒11
  1. MATLAB程序视频中运动的目标的跟踪检测

    0下载:
  2. 视频中运动的目标的跟踪检测,检测各种视频运动中的目标。(Tracking detection of moving objects in video)
  3. 所属分类:软件工程

    • 发布日期:2024-05-31
    • 文件大小:620544
    • 提供者:crown202
  1. ct程序备份

    0下载:
  2. 键词: 压缩感知算法 用于运动目标的跟踪(Compressed sensing algorithm for tracking of moving targets)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-31
    • 文件大小:16395264
    • 提供者:王维2018
  1. 运动目标跟踪程序-MATLAB源代码

    0下载:
  2. 运动目标跟踪程序-MATLAB源代码,利用camshift和meanshift实现运动目标的跟踪(Moving target tracking program - MATLAB source code, using camshift and meanshift to achieve tracking of moving targets)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-31
    • 文件大小:3072
    • 提供者:mio咸鱼
« 12 3 4 5 6 7 8 9 10 ... 41 »

源码中国 www.ymcn.org