Home
last modified time | relevance | path

Searched refs:cvNormalize (Results 1 – 5 of 5) sorted by relevance

/external/opencv/ml/src/
Dmlem.cpp421 cvNormalize( &prob, &prob, 1., 0, CV_L1 ); in init_em()
439 cvNormalize( weights, weights, 1., 0, CV_L1 ); in init_em()
Dmltree.cpp3044 cvNormalize( var_importance, var_importance, 1., 0, CV_L1 ); in get_var_importance()
/external/opencv/cxcore/src/
Dcxutils.cpp688 CV_IMPL void cvNormalize( const CvArr* src, CvArr* dst, in cvNormalize() function
Dcxmatrix.cpp1730 cvNormalize( &ei, &ei ); in cvCalcPCA()
/external/opencv/cxcore/include/
Dcxcore.h875 CVAPI(void) cvNormalize( const CvArr* src, CvArr* dst,