• 大小: 17KB
    文件类型: .cpp
    金币: 1
    下载: 0 次
    发布日期: 2021-01-02
  • 语言: C/C++
  • 标签: OPencv  codebook  

资源简介

VC++6.0+opencv1.0环境下用codebook算法实现动态背景下的目标检测,效果不错!

资源截图

代码片段和文件信息

/**
   比平均背景法性能更加良好的方法codeBook模型实现背景减除
   
   核心代码详细解析和实现 by zcube
             http://hi.baidu.com/zcube/
*/

/************************************************************************/
/*         A few more thoughts on codebook models
In general the codebook method works quite well across a wide number of conditions 
and it is relatively quick to train and to run. It doesn’t deal well with varying patterns of 
light — such as morning noon and evening sunshine — or with someone turning lights 
on or off indoors. This type of global variability can be taken into account by using 
several different codebook models one for each condition and then allowing the condition 
to control which model is active.                                      */
/***************************

评论

共有 条评论