CvAddWeighted Method OpenCvSharp Class Library
Computes weighted sum of two arrays

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void AddWeighted(
	CvArr src1,
	double alpha,
	CvArr src2,
	double beta,
	double gamma,
	CvArr dst
)

Parameters

src1
Type: OpenCvSharpCvArr
The first source array.
alpha
Type: SystemDouble
Weight of the first array elements.
src2
Type: OpenCvSharpCvArr
The second source array.
beta
Type: SystemDouble
Weight of the second array elements.
gamma
Type: SystemDouble
Scalar, added to each sum.
dst
Type: OpenCvSharpCvArr
The destination array.
See Also

Reference