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

搜索资源列表

  1. kalmanPcamshift

    0下载:
  2. 基于视频的跟踪,结合卡尔曼和camshift的目标跟踪。由鼠标选中目标区域(包含了鼠标选中程序),kalman和camshift预测质心,从而达到目标跟踪。-Based opencv, combined with the target tracking Kalman and camshift. By the mouse to select the target area, kalman and centroid camshift forecast to achieve target tracki
  3. 所属分类:OpenCV

    • 发布日期:2017-05-04
    • 文件大小:1384538
    • 提供者:李梦丽
  1. 320dd

    0下载:
  2. Opencv动态图像跟踪,预测,卡尔曼编程-Opencv dynamic image tracking, forecasting, Kalman programming
  3. 所属分类:OpenCV

    • 发布日期:2017-06-10
    • 文件大小:17055480
    • 提供者:sonic
  1. mouse_kalman

    0下载:
  2. 利用VC6.0编写,基于OPenCV库的Kalman滤波程序,对鼠标的运动进行Kalman滤波、预测和跟踪。-Use VC6.0 to write, based on Kalman filtering procedures OPenCV library of mouse movement Kalman filtering, forecasting and tracking.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-08
    • 文件大小:1832419
    • 提供者:付刚
  1. kalman

    0下载:
  2. kalman 滤波器跟踪一个旋转点算法 使用opencv和visual c-kalman-Filter tracking a pivot point algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-05-10
    • 文件大小:2549947
    • 提供者:lifeng
  1. tutorial9-kalmanfiltre

    0下载:
  2. filtre de kalman opencv
  3. 所属分类:Video Capture

    • 发布日期:2017-04-01
    • 文件大小:306903
    • 提供者:benharper
  1. opencv-kalmandemo

    0下载:
  2. 此处是我自己编写的基于opencv库的卡尔曼滤波框架下的运动点的跟踪程序-opencv kalman tracking
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:6186
    • 提供者:赖世昌
  1. Kalman-in-C

    0下载:
  2. Kalman滤波的非opencv算法,使用基本的C语言,包含3个C文件。这个是楼主找了好久找到的- -。-Kalman filtering in C language without opencv
  3. 所属分类:Special Effects

    • 发布日期:2017-11-15
    • 文件大小:26926
    • 提供者:qly
  1. Kalman-Classic-example

    0下载:
  2. 实现kalman经典滤波,跟踪,结合opencv实现的图像中的二维目标跟踪算法,实例直接可以运行,经典卡kalman程序。-Achieve kalman the classic filtering, tracking, target tracking algorithm combined with the two-dimensional image opencv realized, instances can be run directly, the classic card kalman pr
  3. 所属分类:Special Effects

    • 发布日期:2017-11-14
    • 文件大小:10051630
    • 提供者:张元科
  1. Kalman

    0下载:
  2. 学习中文OPENCV里面的一个经典实用例子,检验的卡尔曼滤波的有效性,对于车道线跟踪有借鉴意义-Learning Chinese opencv inside a classic practical examples and test the effectiveness of the Kalman filter
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-07
    • 文件大小:278526
    • 提供者:jim
  1. MeanShift-Kalman-tracking-algorithm

    0下载:
  2. 结合kalman滤波的meanshift跟踪算法,meanshift算法是一种经典的均值漂移跟踪算法,采用颜色直方图作为跟踪特征,具有很高的稳定性和鲁棒性,kalman滤波是一种线性滤波预测算法。在meanshift算法中引入kalman滤波,可以提高算法的稳定性,同时提高算法执行效率。代码中除了avi格式视频读取采用opencv库函数外,核心算法均为纯C++实现,注释详细,很容易理解,同时具有很高的参考价值。 -Meanshift kalman filtering combined track
  3. 所属分类:OpenCV

    • 发布日期:2017-03-26
    • 文件大小:14885
    • 提供者:roc
  1. kalman

    0下载:
  2. Kalman filter in OpenCV
  3. 所属分类:Video Capture

    • 发布日期:2017-04-11
    • 文件大小:1391
    • 提供者:dreas
  1. kalman

    0下载:
  2. 使用opencv写的卡尔曼滤波的一个demo,跟踪鼠标指针的移动-Kalman filter using opencv write a demo, tracking the movement of the mouse pointer
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:604128
    • 提供者:
  1. kalman

    0下载:
  2. opencv的基础代码实现 可以实现边缘检测和图像的其他识别-the basis of opencv code can achieve edge detection and image of the other identification
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:1744
    • 提供者:ofaro
  1. Kalman

    0下载:
  2. 包括vb vc opencv 的卡尔曼滤波tracking 程序段 -Including the Kalman filter tracking of program segment vb vc opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:7880
    • 提供者:李佳慧
  1. openCV...Track

    0下载:
  2. openCV中的代码 有2ROI Hough检测直线 kalman跟踪小球 播放视频 车道线检测工程代码 -openCV code 2ROI Hough kalman and other thing
  3. 所属分类:GDI-Bitmap

    • 发布日期:2015-02-06
    • 文件大小:12550144
    • 提供者:王玉
  1. MeanShift-Kalman-tracking-algorithm

    0下载:
  2. meanshift+kalman to achieve tracking no opencv libraries
  3. 所属分类:Graph program

    • 发布日期:2017-05-14
    • 文件大小:3236729
    • 提供者:
  1. generate-kalman-filter-based-opencv

    0下载:
  2. 卡尔曼滤波器,通过开源平台opencv,可根据需要自己调整参数-Kalman filter, through the open-source platform opencv, parameters can be adjusted according to the needs of their own
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1307
    • 提供者:
  1. Kalman-filter-algorithm-with-OpenCV

    0下载:
  2. 基于OPENCV再结合kalman滤波对监控视频进行目标跟踪。-OPENCV combined kalman filtering based on surveillance video for target tracking.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:6341
    • 提供者:fangqimin
  1. Kalman

    0下载:
  2. 在机器视觉中追踪时常会用到预测算法,kalman是你一定知道的。它可以用来预测各种状态,比如说位置,速度等。关于它的理论有很多很好的文献可以参考。opencv给出了kalman filter的一个实现,而且有范例,该应用是对二维坐标进行预测和平滑-In machine vision often used to track prediction algorithm, kalman is that you must know. It can be used to predict various st
  3. 所属分类:OpenCV

    • 发布日期:2017-05-23
    • 文件大小:7361635
    • 提供者:apple
  1. kalman

    0下载:
  2. 卡尔曼滤波(Kalman filtering)一种利用线性系统状态方程,通过系统输入输出观测数据,对系统状态进行最优估计的算法。本程序使用opencv进行卡尔曼滤波。-Kalman filter (Kalman filtering) A linear system equation of state, observation data input and output through the system, the system state optimal estimation algorith
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-15
    • 文件大小:7534
    • 提供者:赵鹏
« 1 2 34 5 6 »
搜珍网 www.dssz.com