作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程

• 开发研究与工程应用 • 上一篇    下一篇

面向高清视频监控系统的实时运动检测算法

彭 爽,蒋荣欣   

  1. (浙江大学浙江省网络多媒体技术研究重点实验室,杭州310027)
  • 收稿日期:2013-11-07 出版日期:2014-11-15 发布日期:2014-11-13
  • 作者简介:彭 爽(1989 - ),女,硕士研究生,主研方向:网络多媒体,并行编程;蒋荣欣,副研究员。
  • 基金资助:
    浙江省级重点科技创新团队基金资助项目(2011R09021-02)。

Real-time Motion Detection Algorithm for High Definition Video Surveillance System

PENG Shuang,JIANG Rong-xin   

  1. (Network Multimedia Technology Research Laboratory of Zhejiang Province,Zhejiang University,Hangzhou 310027,China)
  • Received:2013-11-07 Online:2014-11-15 Published:2014-11-13

摘要: 针对高清视频监控系统中精确运动检测的高实时性需求,提出一种基于计算统一设备架构(CUDA)的运动检测算法。采用一种改进帧差与背景差分相结合的方法,减少背景更新干扰,提升运动检测的精确性。在CUDA 内进行视频运动检测计算,避免传统图形处理器硬解码后视频数据在显示内存与CPU 之间传输的问题。运用块内多线程合并访问共享内存的方式,减少52. 9% 全局内存访问量,解决CUDA 大规模访问全局内存延迟较大的问题。实验结果表明,该算法在保证准确性的同时,针对高清视频每秒可传输52. 6 帧,能够满足实时性要求。

关键词: 视频监控, 运动检测, 帧差法, 背景差分法, 硬解码, 合并访问

Abstract: Aiming at high real-time demand for accurate motion detection in high-definition video surveillance system, this paper proposes an efficient motion detection algorithm based on Compute Unified Device Architecture(CUDA). By using an improved frame difference and background subtraction method of combining,background interference update is reduced and the accuracy of motion detection is enhanced. By performing video motion detection calculations in the CUDA, the traditional Graphic Processing Unit (GPU) hard decoded video data avoid storing in display memory transferred to CPU,which is the bottleneck problem. This paper uses multiple threads within a block coalesced access shared memory, reduces the amount by 52. 9% of the global memory access,solves large-scale access to global memory latency CUDA larger problem. Experimental results show that for high-definition video monitoring system,the proposed motion detection algorithm can reach 52. 6 frames per second,ensuring the accuracy as well,and can meet the real-time requirements.

Key words: video surveillance, motion detection, frame difference method, background subtraction method, hard decode, coalesced access

中图分类号: