Searched refs:cvDiv (Results 1 – 9 of 9) sorted by relevance
/external/opencv/cvaux/src/ |
D | cvmat.cpp | 749 cvDiv( a, b, this, dot_op.alpha ); 751 cvDiv( 0, a, this, dot_op.alpha );
|
/external/opencv/ml/src/ |
D | mlem.cpp | 827 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()
|
D | mlnbayes.cpp | 261 CV_CALL( cvDiv( NULL, w, w )); in train()
|
D | mlcnn.cpp | 958 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/ |
D | cvfundam.cpp | 1363 cvDiv( 0, denom, denom ); in cvConvertPointsHomogeneous() 1409 cvDiv( 0, denom, denom ); in cvConvertPointsHomogeneous()
|
D | cvhistogram.cpp | 2250 CV_CALL( cvDiv( 0, dst[0]->bins, dst[0]->bins )); in cvCalcBayesianProb()
|
/external/opencv/cxcore/include/ |
D | cxcore.h | 538 CVAPI(void) cvDiv( const CvArr* src1, const CvArr* src2,
|
/external/opencv/cxcore/src/ |
D | cxmathfuncs.cpp | 1745 CV_CALL( cvDiv( 0, src, dst )); in cvPow()
|
D | cxarithm.cpp | 1655 cvDiv( const void* srcarr1, const void* srcarr2, void* dstarr, double scale ) in cvDiv() function
|