Home
last modified time | relevance | path

Searched refs:cvAddWeighted (Results 1 – 8 of 8) sorted by relevance

/external/opencv3/samples/cpp/tutorial_code/core/interoperability_with_OpenCV_1/
Dinteroperability_with_OpenCV_1.cpp113 cvAddWeighted(&cv_planes_0, contrast_gain, &cv_noise, 1, -128 + brightness_gain, &cv_planes_0); in main()
/external/opencv3/samples/cpp/
Dimage.cpp97 cvAddWeighted(&cv_planes_0, contrast_gain, &cv_noise, 1, -128 + brightness_gain, &cv_planes_0); in main()
/external/opencv/cvaux/src/
Dcvmat.cpp407 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/
Dmlem.cpp458 cvAddWeighted( covs[i], 0.5, tcov, 0.5, 0, tcov ); in init_em()
/external/opencv/cxcore/include/
Dcxcore.h547 CVAPI(void) cvAddWeighted( const CvArr* src1, double alpha,
/external/opencv3/modules/core/include/opencv2/core/
Dcore_c.h1090 CVAPI(void) cvAddWeighted( const CvArr* src1, double alpha,
/external/opencv/cxcore/src/
Dcxarithm.cpp1974 cvAddWeighted( const CvArr* srcAarr, double alpha, in cvAddWeighted() function
/external/opencv3/modules/core/src/
Darithm.cpp5940 cvAddWeighted( const CvArr* srcarr1, double alpha, in cvAddWeighted() function