Click or drag to resize

ImageTColor, TDepthSetValue Method (TColor, ImageGray, Byte)

http://www.emgu.com
Set every pixel of the image to the specific color, using a mask

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

Parameters

color
Type: TColor
The color to be set
mask
Type: Emgu.CVImageGray, Byte
The mask for setting color
See Also