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

时间:2016-07-26 11:57:26
【文件属性】:

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

文件大小:3.85MB

文件格式:RAR

更新时间:2016-07-26 11:57:26

DCT系数 目标检测

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


【文件预览】:
DCTDetect
----Release()
--------DCTDetect.exe(44KB)
--------DCTDetect.pdb(883KB)
----DCTDetect.suo(13KB)
----DCTDetect.sln(893B)
----DCTDetect.ncb(9.01MB)
----DCTDetect()
--------Release()
--------DctDetect.h(1KB)
--------DCTDetect.vcproj.WIN-UC7J1SOMS5D.Administrator.user(1KB)
--------DCTDetect.vcproj(4KB)
--------main.cpp(1KB)
--------DCTDetect.vcproj.DY5A4OBOCPYFOX7.Administrator.user(1KB)
--------DctDetect.cpp(6KB)
--------Debug()
----Debug()
--------DCTDetect.ilk(790KB)
--------DCTDetect.exe(210KB)
--------DCTDetect.pdb(1.61MB)

网友评论

  • 一般般没什么特别好效果
  • 效果很一般,思路可以借鉴一下
  • 效果比较差~~不太实用~
  • 该方法对噪声比较敏感,效果有待加强。
  • VC++ ,算法部分使用OpenCV,感谢楼主分享!