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

  /external/opencv/cvaux/src/
cvmat.cpp 407 cvAddWeighted( a, 1, b, mat_add.beta, 0, this );
422 cvAddWeighted( a, mat_add.alpha, b, mat_add.beta, mat_add.gamma, this );
  /external/opencv/ml/src/
mlem.cpp 458 cvAddWeighted( covs[i], 0.5, tcov, 0.5, 0, tcov );
    [all...]
  /external/opencv/cxcore/include/
cxcore.h 547 CVAPI(void) cvAddWeighted( const CvArr* src1, double alpha,
    [all...]
  /external/opencv/cxcore/src/
cxarithm.cpp     [all...]

Completed in 65 milliseconds