Home | History | Annotate | Download | only in src

Lines Matching refs:samples

326     CvVect32f** samples; /* for every state - pointer to observation vectors */
342 samples = (CvVect32f**)icvAlloc( total * sizeof(CvVect32f*) );
368 samples[i] = (CvVect32f*)icvAlloc( num_samples[i] * sizeof(CvVect32f) );
383 samples[state][counter[state]] = vector;
406 icvKMeans( first_state[i].num_mix, samples[i], num_samples[i],
423 icvFree( &(samples[i]) );
428 icvFree( &samples );