文件名称:cppbgfg_gaussmix2
介绍说明--下载内容均来自于网络,请自行研究使用
背景建模方法之高斯混合模型,使用到MOG2。算法快,并且可以进行阴影检测。遍历性:对每一个像素进行建模。作者为Z.Zivkovic-The algorithm similar to the standard Stauffer&Grimson algorithm with additional selection of the number of the Gaussian components based on:
"Recursive unsupervised learning of finite mixture models "
Z.Zivkovic, F.van der Heijden
The code is very fast and performs also shadow detection. Number of Gausssian components is adapted per pixel.
"Recursive unsupervised learning of finite mixture models "
Z.Zivkovic, F.van der Heijden
The code is very fast and performs also shadow detection. Number of Gausssian components is adapted per pixel.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
cppbgfg_gaussmix2.cpp