CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 OpenCV 搜索资源 - filter

搜索资源列表

  1. opencv

    0下载:
  2. opencv使用中值滤波器简单处理图像-opencv median filter using a simple image processing。。。
  3. 所属分类:OpenCV

    • 发布日期:2017-05-25
    • 文件大小:8.17mb
    • 提供者:cd
  1. kalman

    0下载:
  2. 用kalman滤波器实现运动目标的跟踪.vc6.0和opencv编程,-Using kalman filter tracking moving objects. Vc6.0 and opencv programming,
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:2.82kb
    • 提供者:hewei
  1. kalman-filter-test

    0下载:
  2. Kalman filter 用于跟踪的详细代码有说明,运行良好,适合移植使用-Kalman filter for tracking code has made it clear, well-run, suitable for portable use
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1.3mb
    • 提供者:luyu
  1. MovingObjectTracking

    0下载:
  2. 基于OPENCV实现的粒子滤波运动目标跟踪源程序-Particle Filter Moving Object Tracking based on OPENCV
  3. 所属分类:OpenCV

    • 发布日期:2017-05-27
    • 文件大小:10.14mb
    • 提供者:jiang
  1. 31767679CamshiftandKalman

    0下载:
  2. Combination of Kalman Filter and Camshift Algorithm for hand detection
  3. 所属分类:OpenCV

    • 发布日期:2017-05-04
    • 文件大小:1.03mb
    • 提供者:DALI
  1. severalexample

    0下载:
  2. 几个项目运用了opencv,需先安装opencv 项目readpic从磁盘中读入图像文件,并将图像显示在屏幕上 项目cpic本程序显示如何用C++类来创建和显示图像,这个C++类在 cxcore.hpp 中定义,与 矩阵类(CvMatrix) 相似。 项目carmen是使用opencv卡尔曼滤波的例子。 项目ransac是ransac算法的例子。 toolbox_calib是加州理工经典相机标定包。-Several projects using the opencv,
  3. 所属分类:OpenCV

    • 发布日期:2017-05-20
    • 文件大小:5.85mb
    • 提供者:lyd
  1. OpenCV_kalman_test

    0下载:
  2. kalman filter using opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:2.49mb
    • 提供者:heejae lee
  1. KALMANPARTICLE

    0下载:
  2. 基于 Kalman Filter和 Particle Filter的 目标跟踪 脸部跟踪 object tracking c++程序 源码。 -C++ face tracking program code base on Kalman Filter and Particle Filter
  3. 所属分类:OpenCV

    • 发布日期:2017-04-06
    • 文件大小:2.67kb
    • 提供者:quanxi
  1. adaptive-filter-summary

    0下载:
  2. 自适应滤波技术综述,用于运动分析和对象跟踪-summary for adaptive filter, can be used for motion analysis and object tracking
  3. 所属分类:OpenCV

    • 发布日期:2017-03-26
    • 文件大小:312.42kb
    • 提供者:ldw5258
  1. Opencv-filter

    0下载:
  2. 利用opencv和C实现的一个过滤程序,内附一张测试图片。-A app of Filter made with Opencv. A pic in it.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-24
    • 文件大小:3.99mb
    • 提供者:hwd
  1. CAMShift and Kalman Filter tracking

    0下载:
  2. Object tracking uses Camshift and Kalman Filter
  3. 所属分类:OpenCV

  1. opencv-particle-filter

    0下载:
  2. 粒子滤波在openCV开发环境中的源代码,借鉴中希望能帮助到大家-OpenCV particle filter in the development environment of the source code, hoping to help to draw in everyone
  3. 所属分类:OpenCV

    • 发布日期:2017-03-28
    • 文件大小:20.7kb
    • 提供者:tangyajun
  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
    • 文件大小:1.28kb
    • 提供者:
  1. Particle-filter

    0下载:
  2. 利用粒子滤波算法对目标进行跟踪,需要在第一帧选定目标并按下回车-For target tracking using particle filter algorithm, in the first frame selected target and press enter.
  3. 所属分类:OpenCV

    • 发布日期:2017-06-01
    • 文件大小:12.87mb
    • 提供者:贾志远
  1. opencv_cuda-gaussion-filter

    0下载:
  2. 实现cuda——opencv版本的图像高斯模糊-realize the gaussion filter with cuda c and opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:1.98kb
    • 提供者:刘卓
  1. low-pass-filter

    0下载:
  2. opencv3.0+vs2013编写理想低通,巴特沃斯低通,高斯低通滤波器-opencv3.0+vs2013 write ideal lowpass, Butterworth low-pass, low-pass Gaussian filter
  3. 所属分类:OpenCV

    • 发布日期:2017-05-20
    • 文件大小:5.11mb
    • 提供者:cuiailian
  1. Fast-O(1)Bilateral-Filter

    0下载:
  2. Fast O(1)双边滤波算法,由三角函数逼近方法实现非迭代算法,计算量不再受滤波窗口大小影响,只与图像大小有关,适合改进为GPU执行的并行算法(此函数还包含一个递归高斯算法)-Fast O (1) bilateral filtering algorithm, approximation by a trigonometric method to achieve non-iterative algorithm to calculate the amount of the filter window
  3. 所属分类:OpenCV

    • 发布日期:2017-05-01
    • 文件大小:68.63kb
    • 提供者:xiaofeifu
  1. opencv3-Filter

    0下载:
  2. opencv3 编程入门filter函数的使用,编译通过-opencv3 introductory programming filter function, compiled
  3. 所属分类:OpenCV

    • 发布日期:2017-04-30
    • 文件大小:92.74kb
    • 提供者:陈静
  1. Morphology-Filter

    0下载:
  2. This source developed by Visual Studio 2013 and Incuded by Open CV Library. This is example that using Morphology Filter with OPEN CV that process image that get webcam-This source developed by Visual Studio 2013 and Incuded by Open CV Library. This
  3. 所属分类:OpenCV

    • 发布日期:2017-05-28
    • 文件大小:10.68mb
    • 提供者:Yohan
  1. ParticleFilter-targettracking

    0下载:
  2. 使用粒子滤波方法对摄像头中手动选择区域进行跟踪,代码没有优化,跟踪效果一般,可以为初学者使用。(The particle filter method is used to track the manually selected area in the camera, the code is not optimized, the tracking effect is general, and it can be used by beginners.)
  3. 所属分类:OpenCV

    • 发布日期:2018-05-01
    • 文件大小:47.23mb
    • 提供者:水里一条猫
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com