Searched refs:cvMaxS (Results 1 - 5 of 5) sorted by last modified time

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

Completed in 106 milliseconds