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

  /external/opencv/cv/src/
cvcalcimagehomography.cpp 110 cvScaleAdd( &sub, cvRealScalar(1./plane_dist), &r_trans, &sub ); /* ? */
  /external/opencv/cvaux/src/
cvmat.cpp 405 cvScaleAdd( b, cvScalar(mat_add.beta), a, this );
  /external/opencv/ml/src/
mlcnn.cpp     [all...]
mlem.cpp     [all...]
  /external/opencv/cxcore/include/
cxcore.h 542 CVAPI(void) cvScaleAdd( const CvArr* src1, CvScalar scale,
544 #define cvAXPY( A, real_scalar, B, C ) cvScaleAdd(A, cvRealScalar(real_scalar), B, C)
    [all...]
  /external/opencv3/modules/calib3d/test/
test_fundam.cpp 111 cvScaleAdd( &_omegav, cvRealScalar(beta), &matR, &matR );
112 cvScaleAdd( &matA, cvRealScalar(gamma), &matR, &matR );
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
core_c.h     [all...]
  /external/opencv/cvaux/include/
cvmat.hpp 1204 cvScaleAdd( this, val, 0, this );
    [all...]
  /external/opencv/cxcore/src/
cxmatmul.cpp     [all...]
  /external/opencv3/modules/core/src/
matmul.cpp     [all...]

Completed in 544 milliseconds