Searched refs:cvAddWeighted (Results 1 – 8 of 8) sorted by relevance
/external/opencv3/samples/cpp/tutorial_code/core/interoperability_with_OpenCV_1/ |
D | interoperability_with_OpenCV_1.cpp | 113 cvAddWeighted(&cv_planes_0, contrast_gain, &cv_noise, 1, -128 + brightness_gain, &cv_planes_0); in main()
|
/external/opencv3/samples/cpp/ |
D | image.cpp | 97 cvAddWeighted(&cv_planes_0, contrast_gain, &cv_noise, 1, -128 + brightness_gain, &cv_planes_0); in main()
|
/external/opencv/cvaux/src/ |
D | 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/ |
D | mlem.cpp | 458 cvAddWeighted( covs[i], 0.5, tcov, 0.5, 0, tcov ); in init_em()
|
/external/opencv/cxcore/include/ |
D | cxcore.h | 547 CVAPI(void) cvAddWeighted( const CvArr* src1, double alpha,
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | core_c.h | 1090 CVAPI(void) cvAddWeighted( const CvArr* src1, double alpha,
|
/external/opencv/cxcore/src/ |
D | cxarithm.cpp | 1974 cvAddWeighted( const CvArr* srcAarr, double alpha, in cvAddWeighted() function
|
/external/opencv3/modules/core/src/ |
D | arithm.cpp | 5940 cvAddWeighted( const CvArr* srcarr1, double alpha, in cvAddWeighted() function
|