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.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic void SetValue(
TColor color,
Image<Gray, byte> mask
)
Public Sub SetValue (
color As TColor,
mask As Image(Of Gray, Byte)
)
public:
void SetValue(
TColor color,
Image<Gray, unsigned char>^ mask
)
member SetValue :
color : 'TColor *
mask : Image<Gray, byte> -> unit
Parameters
- color
- Type: TColor
The color to be set - mask
- Type: Emgu.CVImageGray, Byte
The mask for setting color
See Also