Home | History | Annotate | Download | only in include

Lines Matching full:mixture

110     int* mix;  /* number of mixture to which observation belong */
120 float* mu; /*mean vectors corresponding to each mixture*/
121 float* inv_var; /* square root of inversed variances corresp. to each mixture*/
123 float* weight; /*array of mixture weights. Summ of all weights in state is 1. */
197 /* Does mixture segmentation of the states of embedded HMM */
201 /* Function calculates means, variances, weights of every Gaussian mixture
223 Centers of clusters are given means of every mixture */
1138 * o CV_BG_MODEL_MOG: "Mixture of Gaussians", older algorithm, described in
1151 #define CV_BG_MODEL_MOG 1 /* "Mixture of Gaussians". */
1316 Interface of Gaussian mixture algorithm
1318 "An improved adaptive background mixture model for real-time tracking with shadow detection"
1324 /* Note: "MOG" == "Mixture Of Gaussians": */
1332 #define CV_BGFG_MOG_NGAUSSIANS 5 /* = K = number of Gaussians in mixture */
1374 /* Creates Gaussian mixture background model */