Click or drag to resize

ImageTColor, TDepthAdd Method (ImageTColor, TDepth)

http://www.emgu.com
Elementwise add another image with the current image

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public Image<TColor, TDepth> Add(
	Image<TColor, TDepth> img2
)

Parameters

img2
Type: Emgu.CVImageTColor, TDepth
The image to be added to the current image

Return Value

Type: ImageTColor, TDepth
The result of elementwise adding img2 to the current image
See Also