Home
last modified time | relevance | path

Searched refs:cvDiv (Results 1 – 9 of 9) sorted by relevance

/external/opencv/cvaux/src/
Dcvmat.cpp749 cvDiv( a, b, this, dot_op.alpha );
751 cvDiv( 0, a, this, dot_op.alpha );
/external/opencv/ml/src/
Dmlem.cpp827 cvDiv( 0, inv_eigen_values, inv_eigen_values ); in run_em()
922 cvDiv( 0, w, iw ); in run_em()
1067 cvDiv( 0, cov_eigen_values, inv_eigen_values ); in run_em()
Dmlnbayes.cpp261 CV_CALL( cvDiv( NULL, w, w )); in train()
Dmlcnn.cpp958 CV_CALL(cvDiv( 0, Y, Y, -2.0*layer->a ));
1002 CV_CALL(cvDiv( 0, Y, Y, -2.0*layer->a ));
/external/opencv/cv/src/
Dcvfundam.cpp1363 cvDiv( 0, denom, denom ); in cvConvertPointsHomogeneous()
1409 cvDiv( 0, denom, denom ); in cvConvertPointsHomogeneous()
Dcvhistogram.cpp2250 CV_CALL( cvDiv( 0, dst[0]->bins, dst[0]->bins )); in cvCalcBayesianProb()
/external/opencv/cxcore/include/
Dcxcore.h538 CVAPI(void) cvDiv( const CvArr* src1, const CvArr* src2,
/external/opencv/cxcore/src/
Dcxmathfuncs.cpp1745 CV_CALL( cvDiv( 0, src, dst )); in cvPow()
Dcxarithm.cpp1655 cvDiv( const void* srcarr1, const void* srcarr2, void* dstarr, double scale ) in cvDiv() function