Lines Matching full:vectors
78 /* Calculates eigen values and vectors of covariation matrix of a set of
120 float* mu; /*mean vectors corresponding to each mixture*/
180 /* Creates storage for observation vectors */
183 /* Releases storage for observation vectors */
194 /* Uniformly segments all observation vectors extracted from image */
220 /* Function clusters observation vectors from several images
222 Euclidean distance used for clustering vectors.
1251 int N1c; /* Number of color vectors used to model normal background color variation at a given pixel. */
1252 int N2c; /* Number of color vectors retained at given pixel. Must be > N1c, typically ~ 5/3 of N1c. */
1253 /* Used to allow the first N1c vectors to adapt over time to changing background. */
1256 int N1cc; /* Number of color co-occurrence vectors used to model normal background color variation at a given pixel. */
1257 int N2cc; /* Number of color co-occurrence vectors retained at given pixel. Must be > N1cc, typically ~ 5/3 of N1cc. */
1258 /* Used to allow the first N1cc vectors to adapt over time to changing background. */