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

搜索资源列表

  1. 基于帧差法的运动目标检测的matlab代码

    1下载:
  2. 所属分类:OpenGL

    • 发布日期:2011-02-22
    • 文件大小:2112
    • 提供者:lnn523716
  1. 基于帧间差分的运动目标检测

    1下载:
  2. 基于帧间差分的运动目标检测
  3. 所属分类:DSP编程

  1. 相邻帧间差分

    0下载:
  2. 利用图像相邻两帧图像做差,得到差分图像,在利用设定阈值进行分割
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2011-06-06
    • 文件大小:1370
    • 提供者:jiangdailin
  1. 帧差法检测运动目标

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

  1. 运动物体检测有用的论文

    0下载:
  2. 帧间差分与背景差分相融合的运动目标检测算法--对做人体检测或运动物体检测有用的论文-,Interframe difference and background difference integration of moving target detection algorithm- to do human testing or moving object detection useful papers--
  3. 所属分类:图形图象

    • 发布日期:2017-03-24
    • 文件大小:312254
    • 提供者:阿国
  1. back

    0下载:
  2. 帧差法背景建模,在外界环境变化情况不大时使用较为方便快捷-Background modeling frame-difference method, small changes in the external environment is more convenient to use
  3. 所属分类:OpenCV

    • 发布日期:2017-05-21
    • 文件大小:6549349
    • 提供者:
  1. moveOD

    0下载:
  2. 本程序通过序列图像帧差更新背景,并通过当前帧预测区域的信息同背景图像的信息的内容相减来获取目标物体的函数,用来对运动物体检查 -failed to translate
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1147
    • 提供者:晨风
  1. Monitor.rar

    0下载:
  2. 自己写的vc 读取YUV视频信号 进行帧差法进行目标跟踪 ,高斯背景模型提取,,Vc wrote it myself to read YUV video signal frame-difference method for target tracking, Gaussian background model extraction,
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-14
    • 文件大小:3947655
    • 提供者:kaka
  1. cardetect.rar

    0下载:
  2. 该程序利用OPENCV来获取视频帧,并通过帧差来获取有车图像,OPENCV use the program to obtain video frame, and through the frame to obtain a car bad image
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-13
    • 文件大小:3180600
    • 提供者:aircity
  1. detect

    0下载:
  2. 视频检测车流量 .帧间差分法。同时检测4路车道。准确率95 以上-video detect
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:1197001
    • 提供者:王飞
  1. OpenCvbackroundsubtration

    0下载:
  2. 三帧差,五帧差,背景差,质心轨迹,投影曲线-Three poor, five poor, background subtraction, the centroid trajectory, projection curve
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:84915
    • 提供者:liuerqing
  1. lll

    0下载:
  2. 帧差法和meanshift方法相结合的全自动跟踪方案,里面有详细的介绍~,感觉写的还可以-Meanshift frame difference method and combining the fully automatic tracking scheme, which are described in detail ~ and feel can also be written
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:167347
    • 提供者:tata
  1. matlab视频提取背景

    1下载:
  2. matlab视频提取背景,帧差分法提取背景源程序
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2012-10-27
    • 文件大小:848
    • 提供者:ckghostwj
  1. zhencha

    0下载:
  2. opencv 运动目标检测 帧差发实现 优化 形态学处理消除噪声-opencv example
  3. 所属分类:Special Effects

    • 发布日期:2017-06-19
    • 文件大小:28658375
    • 提供者:cj
  1. AVI

    2下载:
  2. 光流法、帧间差分法、高斯背景模型差分法,在opencv环境下实现运动目标检测-moving objective detection matlab
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2012-11-05
    • 文件大小:3607938
    • 提供者:qiuzhenyan
  1. yudong

    2下载:
  2. 运动目标识别,采用背景差分方法。背景图像由均值法获得。里面的视频换成前几帧换成纯背景效果能更好一点-Moving target identification, using the background difference method. Background image obtained from the mean. Which replaced the previous video frame replaced by pure background a little better resul
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-05
    • 文件大小:849061
    • 提供者:gao
  1. main

    0下载:
  2. opencv实现两幅图帧差,两幅图片进行相应像素的差运算,根据阈值可以确定输出值,归零或2-Achieve frame difference of two images .Two photos of corresponding pixels difference operation, according to the threshold can determine an output value, zero or 255
  3. 所属分类:OpenCV

    • 发布日期:2017-04-05
    • 文件大小:951
    • 提供者:庞亮
  1. Temporal-Difference

    0下载:
  2. 运动目标检测帧差法的源代码 opencv代码 自己调试运行通过,感觉效果还不错,适合本科毕设-Frame difference method for moving object detection source code opencv code debugging and running through, feeling pretty good, suitable for undergraduate Complete set
  3. 所属分类:OpenCV

    • 发布日期:2017-05-26
    • 文件大小:8867819
    • 提供者:王扬
  1. motionTracking

    1下载:
  2. 一个基于帧间差分的目标跟踪matlab源代码,解压后可直接运行,对学习跟踪有重大帮助-Frame difference of a target tracking based on matlab source code, extract can be directly run a major help in learning track
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:624775
    • 提供者:朴风
  1. Coutour_polygon

    1下载:
  2. 用OpenCV来编写,用摄像头获取图像,并用帧差法提取二值化图像,再用多边形逼近的方法来提取图像的轮廓-Using OpenCV to prepare, with the camera to obtain images, and the frame difference method used to extract two binary images, and then a polygonal approximation method to extract the contours of the
  3. 所属分类:OpenCV

    • 发布日期:2015-12-18
    • 文件大小:5307392
    • 提供者:明明
« 1 2 3 4 5 6 78 9 10 11 12 ... 39 »
搜珍网 www.dssz.com