Home
last modified time | relevance | path

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

/external/opencv/ml/src/
Dmlem.cpp416 cvMaxS( &prob, 0., &prob ); in init_em()
435 cvMaxS( weights, 0., weights ); in init_em()
823 cvMaxS( inv_eigen_values, FLT_EPSILON, inv_eigen_values ); in run_em()
1028 cvMaxS( w, min_variation, w ); in run_em()
1036 cvMaxS( weights, DBL_MIN, weights ); in run_em()
Dmlnbayes.cpp257 CV_CALL( cvMaxS( w, min_variation, w )); in train()
/external/opencv/cvaux/src/
Dcvmat.cpp763 cvMaxS( a, dot_op.alpha, this );
/external/opencv/cxcore/include/
Dcxcore.h615 CVAPI(void) cvMaxS( const CvArr* src, double value, CvArr* dst );
/external/opencv/cxcore/src/
Dcxcmp.cpp1239 cvMaxS( const void* srcarr, double value, void* dstarr ) in cvMaxS() function