CvArrMulAddS Method OpenCvSharp Class Library
Calculates sum of scaled array and another array

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

public void MulAddS(
	CvScalar scale,
	CvArr src2,
	CvArr dst
)

Parameters

scale
Type: OpenCvSharpCvScalar
Scale factor for the first array.
src2
Type: OpenCvSharpCvArr
The second source array.
dst
Type: OpenCvSharpCvArr
The destination array
See Also

Reference