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

搜索资源列表

  1. jqsjxg

    1下载:
  2. VC++开发机器视觉算法源程序(全部集成在一个pdf文档里) 利用Visual C++实现AVI文件的图像截取 Visual C++中实现对图像数据的读取显示 Visual C++实现视频图像处理技术 VC编程中如何操作数据库中的图像字段 Visual C++实现数字图像增强处理 Visual C++6.0开发灰度位图处理 VC++开发腐蚀运算源程序 VC++开发膨胀运算源程序 VC++开发细化源程序 VC++开发Hough变换的源程序 VC++
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:274401
    • 提供者:龚璇
  1. classCDrawObject

    0下载:
  2. 基本思路: 1、 按下左键,创建新的图元类实例; 2、 跟踪鼠标移动修改图元,获得所见即所得的视觉效果; 3、 松开左键,绘制结束。-basic ideas : 1, press the button to create a new category map yuan examples; 2, track mouse movement to amend the map yuan, access WYSIWYG visual effects; 3, loose button, rendering
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:3405
    • 提供者:龙少秋
  1. humandetectionandtracking

    0下载:
  2. 使用单目视觉进行人员检测和跟踪的很不错文章,相信对致力于这方面的人有很大的启发意义。-use a single vision for detecting and tracking staff of the very good article, I believe that commitment to this area, there is a great source of inspiration.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:273744
    • 提供者:
  1. rtrack.tar

    0下载:
  2. 经典的特征提取及其跟踪算法 klt算法 利用于机器人视觉 -classic feature extraction and tracking algorithm klt algorithm in robot vision
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:99309
    • 提供者:郑重
  1. shijueyindao

    0下载:
  2. 论文都是我花钱下载的5毛一页阿基于视觉引导和超声测距的运动目标跟踪和抓取
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:242100
    • 提供者:donew
  1. AVPF

    0下载:
  2. 视频跟踪辅助粒子滤波程序AVPF,用于运动目标的视觉跟踪-Auxiliary particle filter video tracking procedures AVP, for visual tracking of moving objects
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3134
    • 提供者:张龙
  1. Structure-From-Motion-From-Two-Views

    0下载:
  2. 基于两幅图像的相机移动计算。基于matlab中的视觉跟踪模块实现,使用matlab 2016b自带工具箱。可以当作slam课程的作业。包含实验的照片。以及用于相机标定的照片。-Camera movement is calculated based on the two images. Matlab-based visual tracking module, using matlab 2016b own toolbox. It can be used as job slam courses. Ex
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:3975609
    • 提供者:yinyan
  1. VisualTracking

    1下载:
  2. 视觉跟踪算法+pelco-d云台调度, 视觉跟踪算法+pelco-d云台调度- U89C6 u8C0 u8EF0 u8EF0 u8EF3 u8C0 U8DDF u8E2A u7B97 u6CD5+pelco-d u4E91 u53F0 u8C03 u5EA6
  3. 所属分类:Special Effects

    • 发布日期:2017-12-13
    • 文件大小:17175645
    • 提供者:hwl
  1. stcot

    1下载:
  2. 利用时空上下文进行视觉跟踪,具有很好的实时性和鲁棒性-Fast Tracking via Spatio-Temporal Context Learning
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-15
    • 文件大小:7158784
    • 提供者:chun lin
  1. Matlab_STCv0

    0下载:
  2. Fast Trackingvia Spatio-Temporal Context Learning论文中作者已公开的支持多尺度的Matlab代码。(Fast Trackingvia Spatio-Temporal Context Learning)
  3. 所属分类:图形图象

    • 发布日期:2017-12-25
    • 文件大小:7226368
    • 提供者:萌萌fine
  1. LK算法

    0下载:
  2. 利用openCV,首先利用goodFeaturesToTrack函数得到图像中的强边界作为跟踪的特征点,接下来要调用calcOpticalFlowPyrLK函数,输入两幅连续的图像,并在第一幅图像里选择一组特征点,输出为这组点在下一幅图像中的位置。再把得到的跟踪结果过滤一下,去掉不好的特征点。再把特征点的跟踪路径标示出来。(Using openCV, we use goodFeaturesToTrack function to get strong edges in the image as t
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:2072576
    • 提供者:赵嘉慧
  1. 光流法运动估计OpticalFlow

    0下载:
  2. 利用openCV,首先得到图像中的强边界作为跟踪的特征点,调用函数,输入两幅连续的图像,并在第一幅图像里选择一组特征点,输出为这组点在下一幅图像中的位置。再把结果过滤,去掉不好的特征点。把特征点的跟踪路径标示出来。(Using openCV, we use goodFeaturesToTrack function to get strong edges in the image as the feature point tracking, next to call calcOpticalFlow
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:2038784
    • 提供者:赵嘉慧
  1. Camera2test

    1下载:
  2. 视觉跟踪,可以使用笔记本摄像头或者其他摄像头,对象寻找和跟踪,轨迹实现(Visual tracking, you can use a laptop camera or other camera, object search and tracking, track to achieve)
  3. 所属分类:图形图象

    • 发布日期:2017-12-20
    • 文件大小:2048
    • 提供者:Mr.HL
  1. 人脸

    0下载:
  2. 视觉跟踪。人脸识别。opencv linux下(ren sfejhsklgnfjmfcggm)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-25
    • 文件大小:1024
    • 提供者:哈大大
  1. Pixy

    1下载:
  2. 此部分程序为对PIXY Cmucam5摄像头进行设置的程序,功能主要是实现机器人的视觉跟踪(This part of the program for the PIXY Cmucam5 camera settings, the main function is to achieve the robot's visual tracking)
  3. 所属分类:嵌入式/单片机编程

  1. CF2-master

    0下载:
  2. CF2Ma_Hierarchical_Convolutional_Features_ICCV_2015_paper
  3. 所属分类:OpenCV

  1. GuangLiuFa

    0下载:
  2. 光流法跟踪,可以任意调节特征点的多少,VS2013+opencv c++ 版本,可运行(Optical flow tracking)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-03
    • 文件大小:17342464
    • 提供者:轻舞飞扬z
  1. 融合仿真

    0下载:
  2. 利用ukf或者AEKF 进行视觉跟踪,此部分代码为仿真代码(Using UKF or AEKF for visual tracking, this part of the code is a simulation code)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-09
    • 文件大小:13312
    • 提供者:大炮123
  1. DSST_code

    0下载:
  2. 视觉目标跟踪竞赛的冠军。算法是基于相关滤波的改进,突出内容是加入了尺度变换。(The champion of visual target tracking competition. The algorithm is based on the improvement of correlation filtering, highlighting the content of scale transformation.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-30
    • 文件大小:15526912
    • 提供者:sephrioth
  1. RSSTDeep_Code(1)

    1下载:
  2. 通过基于一组目标模板找到具有最小重建误差的最佳候选区域,将稀疏表示应用于视觉跟踪。(Sparse representations have been applied to visual tracking by finding the best candidate region with minimal reconstruction error based on a set of target templates.)
  3. 所属分类:书籍源码

    • 发布日期:2019-09-18
    • 文件大小:780288
    • 提供者:人生癫疯
« 1 2 3 45 6 7 8 9 10 11 »
搜珍网 www.dssz.com