五帧差分法我要分享

Five frame difference method

关注次数: 141

下载次数: 1

文件大小: 1.03 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:使用五帧进行差分计算,用第五帧与前四帧进行相减,然后将得到的结果进行与操作,运行时间比三帧差的运行时间快一点,可以作为帧差法的改进算法。


English Description:

Five frames are used for difference calculation, the fifth frame is subtracted from the first four frames, and then the results are processed and operated. The running time is faster than that of three frames difference, which can be used as an improved algorithm of frame difference method.


代码预览

相关推荐