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

  /external/opencv3/samples/cpp/
image.cpp 97 cvAddWeighted(&cv_planes_0, contrast_gain, &cv_noise, 1, -128 + brightness_gain, &cv_planes_0);
  /external/opencv3/samples/cpp/tutorial_code/core/interoperability_with_OpenCV_1/
interoperability_with_OpenCV_1.cpp 113 cvAddWeighted(&cv_planes_0, contrast_gain, &cv_noise, 1, -128 + brightness_gain, &cv_planes_0);
  /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...]
  /external/opencv3/modules/core/include/opencv2/core/
core_c.h     [all...]
  /external/opencv3/modules/core/src/
arithm.cpp     [all...]

Completed in 278 milliseconds