基于DCT系数背景建模与运动目标检测算法

时间:2016-07-26 10:54:21
【文件属性】:

文件名称:基于DCT系数背景建模与运动目标检测算法

文件大小:1.79MB

文件格式:RAR

更新时间:2016-07-26 10:54:21

DCT系数 目标检测

代码实现的是Real-Time Moving Object Detection for Video Surveillance论文里的算法,这篇文章主要讲采用DCT系数进行背景建模,实现运动目标检测,算法对光照变化和噪声有较强的鲁棒性和适应性。代码中DctDetect类中的detect()函数还有些问题,愿有意之士共同研究探讨。


【文件预览】:
DCTDetect
----Debug()
--------DCTDetect.ilk(775KB)
--------DCTDetect.exe(196KB)
--------DCTDetect.pdb(1.5MB)
----DCTDetect()
--------DctDetect.h(1KB)
--------Debug()
--------DCTDetect.vcproj(4KB)
--------main.cpp(967B)
--------Release()
--------DctDetect.cpp(5KB)
--------DCTDetect.vcproj.DY5A4OBOCPYFOX7.Administrator.user(1KB)
----Release()
--------DCTDetect.exe(44KB)
--------DCTDetect.pdb(803KB)
----DCTDetect.sln(893B)
----DCTDetect.ncb(2.38MB)
----DCTDetect.suo(11KB)

网友评论