OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CvVect32f
(Results
1 - 6
of
6
) sorted by null
/external/opencv/cvaux/src/
cvhmm1d.cpp
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
) );
450
/*float icvComputeUniModeGauss(
CvVect32f
vect,
CvVect32f
mu,
451
CvVect32f
inv_var, float log_var_val, int vect_size)
489
/*float icvComputeGaussMixture(
CvVect32f
vect, float* mu,
798
CvVect32f
vect = (obs_info->obs) + (obs_index + k) * vect_size
[
all
...]
cvhmm.cpp
228
static float icvSquareDistance(
CvVect32f
v1,
CvVect32f
v2, int len )
384
CvVect32f
** samples; /* for every state - pointer to observation vectors */
406
samples = (
CvVect32f
**)cvAlloc( total * sizeof(
CvVect32f
*) );
436
samples[i] = (
CvVect32f
*)cvAlloc( num_samples[i] * sizeof(
CvVect32f
) );
517
/*static float icvComputeUniModeGauss(
CvVect32f
vect,
CvVect32f
mu,
518
CvVect32f
inv_var, float log_var_val, int vect_size)
[
all
...]
cvepilines.cpp
[
all
...]
/external/opencv/cv/include/
cvtypes.h
226
typedef float*
CvVect32f
;
cv.h
[
all
...]
/external/opencv/cv/src/
cvposit.cpp
114
CvMatr32f rotation,
CvVect32f
translation )
354
CvMatr32f rotation,
CvVect32f
translation )
Completed in 59 milliseconds