Click or drag to resize

ImageTColor, TDepthAccumulateWeighted Method (ImageTColor, TDepth, Double)

http://www.emgu.com
Update Running Average. this = (1-alpha)*this + alpha*img

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public void AccumulateWeighted(
	Image<TColor, TDepth> img,
	double alpha
)

Parameters

img
Type: Emgu.CVImageTColor, TDepth
Input image, 1- or 3-channel, Byte or Single (each channel of multi-channel image is processed independently).
alpha
Type: SystemDouble
the weight of img
See Also