登录
首页 » matlab » 帧差法1

帧差法1

于 2018-12-08 发布 文件大小:341KB
0 315
下载积分: 1 下载次数: 5

代码说明:

  帧间差分法是一种通过对视频图像序列中相邻两帧作差分运算来获得运动目标轮廓的方法,它可以很好地适用于存在多个运动目标和摄像机移动的情况。当监控场景中出现异常物体运动时,帧与帧之间会出现较为明显的差别,两帧相减,得到两帧图像亮度差的绝对值,判断它是否大于阈值来分析视频或图像序列的运动特性,确定图像序列中有无物体运动。图像序列逐帧的差分,相当于对图像序列进行了时域下的高通滤波。实例中有对应avi文件(Inter-frame difference method is a method that obtains the contour of moving object by differential operation of two adjacent frames in video image sequence. It can be well applied to the situation where there are multiple moving objects and camera moving. When abnormal object motion occurs in the monitoring scene, there will be obvious difference between the frame and the frame. By subtracting the two frames, the absolute value of the brightness difference between the two frames can be obtained. The motion characteristics of video or image sequence can be analyzed by judging whether it is larger than the threshold value, and whether there is object motion in the image sequence can be determined. The frame-by-frame difference of image sequence is equivalent to high-pass filtering of image sequence in time domain. There are corresponding avi files in the instance)

文件列表:

3\main.m, 2361 , 2018-12-08
3\SampleVideo1.avi, 318698 , 2013-05-13
3\sanzhen.avi, 249488 , 2018-12-08
3, 0 , 2018-12-08

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • pattern-classification
    美国Richard O.Duda编著的pattern classification,是学习模式识别的好书,里面含有中英文两个版本,希望对大家学习有帮助!(The United States, Richard O.Duda compiled pattern classification, learning pattern recognition book, which contains two versions of Chinese and English learning!)
    2012-05-03 20:33:50下载
    积分:1
  • OpenFlight-master
    主要用于飞行器仿真,提供源码框架,可进行二次开发。(An open source flight simulation and software infrastructure)
    2020-10-21 09:37:24下载
    积分:1
  • 模拟锁定电网角度
    模拟锁定电网角度,参考价值还是不错的,证实可用。(Analog locking grid angle, the reference value is good, confirmed to be available.)
    2020-09-28 16:17:44下载
    积分:1
  • 案例-泰坦尼克号
    使用机器学习算法建立泰坦尼克号幸存者模型(Establishment of Titanic Survivor Model Using Machine Learning Algorithms)
    2020-06-18 05:20:02下载
    积分:1
  • 算法源代码比较经典
    算法源代码比较经典-algorithm source code comparison classic
    2022-06-18 07:41:20下载
    积分:1
  • xuniyiqi
    自己编的虚拟示波器和虚拟信号发生器的labvieW程序,希望供大家参考(Own series of virtual oscilloscope and a virtual signal generator labvieW program, I hope for your reference)
    2011-05-03 10:44:52下载
    积分:1
  • 这个程序是模仿Windows中的扫雷小游戏制作的,该程序只是实现了扫雷游戏的主体部分,诸如计分、升级部分都没有做。这个程序可以作为初学者学习C语言绘图和游戏的实...
    这个程序是模仿Windows中的扫雷小游戏制作的,该程序只是实现了扫雷游戏的主体部分,诸如计分、升级部分都没有做。这个程序可以作为初学者学习C语言绘图和游戏的实例。 该程序在Turbo C2.0 下编译通过 由于扫雷游戏是用鼠标操作的,而Turbo C中提供的鼠标驱动程序在Windows xp下不可用,所以我随源程序提供了一个鼠标驱动的头文件,须将将该头文件复制到Turbo C2.0 的安装目录下的“include”文件夹中方可编译或运行,也可自行修改原文件使之包含该投文件。 注:该鼠标驱动程序是我在网上找到的,其出处我已无法考证,如果侵犯了作者的权利还请作者与我联系。 由于在我的电脑上Turbo C图形环境下显示数字会有问题(估计是系统问题),所以程序中雷周围的数字1-8我用a-h代替,看不顺眼的可以自己修改原程序。
    2022-06-27 09:50:16下载
    积分:1
  • bank
    说明:  模拟实现了银行系统的各种业务,转账 存款 取款 修改密码等(Simulated realization of various business of banking system)
    2020-06-24 06:40:02下载
    积分:1
  • 3 节点示例中特设仿真与 AODV
    # 3 节点示例中特设仿真与 AODV # 定义的选项 设置 val(chan) 通道/WirelessChannel; # 通道类型 设置 val(prop) 传播/TwoRayGround; # 电波传播 模型 设置 val(netif) Phy/WirelessPhy; # 网络接口类型 设置 val(mac) Mac/802_11; # MAC 类型 设置 val(ifq) 队列/DropTail/PriQueue; # 接口队列类型 设置的 val(ll) LL; # 链接图层类型 设置 val(ant) 天线/OmniAntenna; # 天线模型 设置的 val(ifqlen) 50 ; # 种中的最大数据包 设置的 val(nn) 3 ; mobilenodes # 人数 设置 val(rp) AODV ; # 路由协议 设置的 val(x) 500 ; # X 维度的地形 设置的 val(y) 400 ; # Y 维度的地形 设置的 val(stop) 150 ; # 时间的仿真结束 设置 ns [新模拟器] 设置 tracefd [打开 simple.tr w] 设置 windowVsTime2 [打开 win.tr w] 设置 namtrace [打开 simwrls.nam w]
    2022-06-19 05:32:39下载
    积分:1
  • lngama.m
    计算gammafunction通过Lanczos approximation(calculate gamma function through Lanczos approximation)
    2020-06-23 09:40:02下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载