Click or drag to resize

ImageTColor, TDepthAccumulate Method (ImageTColor, TDepth, ImageGray, Byte)

http://www.emgu.com
Accumulate img2 to the current image using the specific mask

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public void Accumulate(
	Image<TColor, TDepth> img2,
	Image<Gray, byte> mask
)

Parameters

img2
Type: Emgu.CVImageTColor, TDepth
The image to be added to the current image
mask
Type: Emgu.CVImageGray, Byte
the mask
See Also