Click or drag to resize

ImageTColor, TDepthAdd Method (TColor)

http://www.emgu.com
Elementwise add a color val to 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(
	TColor val
)

Parameters

val
Type: TColor
The color value to be added to the current image

Return Value

Type: ImageTColor, TDepth
The result of elementwise adding color val from the current image
See Also