Lines Matching full:mixture
43 /*//Implementation of the Gaussian mixture model background subtraction from:
45 //"Improved adaptive Gausian mixture model for background subtraction"
61 //"Recursive unsupervised learning of finite mixture models "
92 Interface of Gaussian mixture algorithm from:
94 "Improved adaptive Gausian mixture model for background subtraction"
108 static const int defaultNMixtures2 = 5; // maximal number of Gaussians in mixture
222 // for each gaussian mixture of each pixel bg model we store ...
223 // the mixture weight (w),
334 //! here it is the maximum allowed number of mixture components.
516 //"Recursive unsupervised learning of finite mixture models "