HomeSort by relevance Sort by last modified time
    Searched refs:cvDiv (Results 1 - 9 of 9) sorted by null

  /external/opencv/cvaux/src/
cvmat.cpp 749 cvDiv( a, b, this, dot_op.alpha );
751 cvDiv( 0, a, this, dot_op.alpha );
  /external/opencv/ml/src/
mlem.cpp 827 cvDiv( 0, inv_eigen_values, inv_eigen_values );
922 cvDiv( 0, w, iw );
    [all...]
mlnbayes.cpp 261 CV_CALL( cvDiv( NULL, w, w ));
mlcnn.cpp     [all...]
  /external/opencv/cv/src/
cvfundam.cpp     [all...]
cvhistogram.cpp     [all...]
  /external/opencv/cxcore/include/
cxcore.h 538 CVAPI(void) cvDiv( const CvArr* src1, const CvArr* src2,
    [all...]
  /external/opencv/cxcore/src/
cxmathfuncs.cpp     [all...]
cxarithm.cpp     [all...]

Completed in 6473 milliseconds