OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cov_mat_type
(Results
1 - 2
of
2
) sorted by null
/external/opencv/ml/src/
mlem.cpp
55
In the case of <
cov_mat_type
> == COV_MAT_DIAGONAL,
57
* covs_rotate_mats - used only if
cov_mat_type
== COV_MAT_GENERIC, in all the
66
if <
cov_mat_type
> == COV_MAT_GENERIC, then Sigma_k = u w u',
130
if( params.
cov_mat_type
!= COV_MAT_SPHERICAL &&
131
params.
cov_mat_type
!= COV_MAT_DIAGONAL &&
132
params.
cov_mat_type
!= COV_MAT_GENERIC )
221
int
cov_mat_type
= params.
cov_mat_type
;
local
251
if(
cov_mat_type
== COV_MAT_SPHERICAL )
264
if(
cov_mat_type
== COV_MAT_GENERIC
[
all
...]
/external/opencv/ml/include/
ml.h
561
CvEMParams() : nclusters(10),
cov_mat_type
(1/*CvEM::COV_MAT_DIAGONAL*/),
571
nclusters(_nclusters),
cov_mat_type
(_cov_mat_type), start_step(_start_step),
576
int
cov_mat_type
;
member in struct:CvEMParams
[
all
...]
Completed in 34 milliseconds