Home | History | Annotate | Download | only in src

Lines Matching defs:gaussian

43 /*//Implementation of the Gaussian mixture model background subtraction from:
59 //additional selection of the number of the Gaussian components based on:
92 Interface of Gaussian mixture algorithm from:
105 // default parameters of gaussian background detection algorithm
149 // the number of gaussian mixtures, the background ratio parameter and the noise strength
222 // for each gaussian mixture of each pixel bg model we store ...
514 //additional selection of the number of the Gaussian components based on:
882 GMM gaussian = gmm[gaussianIdx];
886 meanVal[chn] += gaussian.weight * mean[meanPosition + chn];
888 totalWeight += gaussian.weight;