Searched refs:cvMaxS (Results 1 – 5 of 5) sorted by relevance
/external/opencv/ml/src/ |
D | mlem.cpp | 416 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()
|
D | mlnbayes.cpp | 257 CV_CALL( cvMaxS( w, min_variation, w )); in train()
|
/external/opencv/cvaux/src/ |
D | cvmat.cpp | 763 cvMaxS( a, dot_op.alpha, this );
|
/external/opencv/cxcore/include/ |
D | cxcore.h | 615 CVAPI(void) cvMaxS( const CvArr* src, double value, CvArr* dst );
|
/external/opencv/cxcore/src/ |
D | cxcmp.cpp | 1239 cvMaxS( const void* srcarr, double value, void* dstarr ) in cvMaxS() function
|