常见的目标检测中的背景建模方法
Author: JW. ZHOU 2014/6/13 最近一直在做前景检测方面的研究,刚开始主要是做一些工程性的应用,为了解决工程方面的问题,下了不少功夫,也看了不少最近国内外的文章。一直想做个总结,拖着拖着,终究却写成这篇极不成功的总结。 背景建模或前景检测的算法主要有: 1. Single Gaussian ( 单高斯模型 ) Real-time tracking of the human body 2. 混合高斯模型( Mixture of Gaussian Model ) An improved adaptive background mixture model for real-time tracking with shadow detection 3. 滑动高斯平均( Running Gaussian average ) ---Single Gaussian Real-time tracking of the human body 4. 码本 (CodeBook) Real-time foreground–background segmentation using codebook model Real-time foreground-background segmentation using a modified codebook model 5. 自组织背景检测